Google Web Designer 歷史舊版本 Page5

最新版本 Adlice Diag 2.15.0

Google Web Designer 歷史版本列表

Google Web Designer 為您提供創建精美,引人入勝的 HTML5 內容的能力。使用動畫和互動元素,將您的創意視野變為現實,並享受與 Google 雲端硬盤,DoubleClick Studio 和 AdWords 等其他 Google 產品的無縫集成。 Google Web Designer 是一款適用於 Windows,Mac 和 Linux 的免費軟件,可以從 Google 創... Google Web Designer 軟體介紹


GDevelop 5.0.0 Beta 135 查看版本資訊

更新時間:2022-05-25
更新細節:

What's new in this version:

GDevelop 5.0.0 Beta 135
Improved:
Introduce the "Wait X seconds" action:
- This action allow to wait for a few seconds before continuing to run the next actions and sub-events
- It is perfect to create cut scenes, advanced logic or just run things progressively without relying on timers. In a lot of cases, it's simpler and faster to use this new action.
- The action remembers the picked objects: it works like an usual event, but run the actions (and sub-events) a bit later in time. While the action wait, other events continue to run as usual.
- Thanks to @arthuro555 for the ground work and follow up on this new feature
- Learn more on the wiki

Improvements of editor screens:
- Redesign of the variables editor
- Each row should be easier to read in a glance
- You can now collapse collection variables for a better readability
- Reorder and move of variables is now available with drag n drop
- You can now undo and redo changes
- Paste one or more variables at any level of depth you want
- Search in the names and values of each variables with a filter effect
- Remove slowing aspects of points and collision masks editors
- Make coordinates inputs more user friendly
- Removal of unnecessary decimal places
- Do not replace empty value with 0 to allow whole value erasing
- Better understanding of which point is which
- Add possibility to select a point in the list so that it is highlighted in the preview (same for hovered points)
- Allow drag n drop for custom collision mask to reorder points
- Open image preview at a zoom factor that is adapted to the sprite size so that one doesn't have to zoom at each opening.
- Improve the effects list
- Effects are applied in order and different orders may give different results, so ordering them is important. You can now do it with drag n drop.
- Also, when renaming effects, a few checks are now done in order to prevent unexpected results.

UI/UX improvements:
- Add gallery in the asset store to better understand available asset packs
- Improve design of the alerts/messages and make margins consistent in the app
- Add tutorials in app
- Added dismissable tutorials in events sheet, variable editors and object variable tab, add object dialog, sprite animations tab, export game for web tab, add new extension dialog.
- Added a tutorial button
- Make anchor behavior more intuitive
- Anchor an edge of an object to set its distance from the window edges. Single anchor will not stretch the object anymore; you will need to set anchors to object's opposite edges for this effect.
- Add a button to switch between legacy and new behavior.
- Display all autocompletions in the expression editor when listing them
- The list is not truncated anymore so you can scroll or use the arrow keys to browse all the completions (useful to see everything: objects, expressions, but also the available easing for tweens, etc...)

Leaderboards:
- Add new settings to leaderboards
- Add parameter to control number of entries to display
- Add possibility to set a default leaderboard, displayed on Liluo game page by default
- Add possibility to reject scores that are a better than a value you can tune

Other:
- Upgrade the underlying runtime running the desktop app, and exported desktop games, to Electron 18
- This brings improved performance and compatibility for the desktop app with Windows, macOS and Linux
- In particular, tilemap performance should be greatly improved both in the scene editor, the preview and exported games on Linux
- This should also improve performance of both the editor and games on macOS when running on Apple Silicon (M1 CPUs)
- Thanks to @nilaymaj for the ground work on this upgrade
- Allow to choose installation directory when installing GDevelop on Windows
- Also allow to choose if GDevelop must be installed system-wide or just for the user
- Allow webp images to be selected for object resources, and webm for videos
- These formats are providing better compression than PNG or MP4, but they might not work on older devices - be sure to double check if the devices or browsers of your audience support them

GDevelop 5.0.0 Beta 133 查看版本資訊

更新時間:2022-05-20
更新細節:

What's new in this version:

Improved:
- Introduce the "Wait X seconds" action
- This action allow to wait for a few seconds before continuing to run the next actions and sub-events.
- It is perfect to create cut scenes, advanced logic or just run things progressively without relying on timers. In a lot of cases, it's simpler and faster to use this new action.
- The action remembers the picked objects: it works like an usual event, but run the actions (and sub-events) a bit later in time. While the action wait, other events continue to run as usual.

Improvements of editor screens:
Redesign of the variables editor:
- Each row should be easier to read in a glance
- You can now collapse collection variables for a better readability
- Reorder and move of variables is now available with drag n drop
- You can now undo and redo changes
- Paste one or more variables at any level of depth you want
- Search in the names and values of each variables with a filter effect

Remove slowing aspects of points and collision masks editors:
- Make coordinates inputs more user friendly
- Removal of unnecessary decimal places
- Do not replace empty value with 0 to allow whole value erasing
- Better understanding of which point is which
- Add possibility to select a point in the list so that it is highlighted in the preview (same for hovered points)
- Allow drag n drop for custom collision mask to reorder points
- Open image preview at a zoom factor that is adapted to the sprite size so that one doesn't have to zoom at each opening

Improve the effects list:
- Effects are applied in order and different orders may give different results, so ordering them is important. You can now do it with drag n drop.
- Also, when renaming effects, a few checks are now done in order to prevent unexpected results

UI/UX improvements:
- Add gallery in the asset store to better understand available asset packs
- Improve design of the alerts/messages and make margins consistent in the app
- Add tutorials in app
- Added dismissable tutorials in events sheet, variable editors and object variable tab, add object dialog, sprite animations tab, export game for web tab, add new extension dialog
- Added a tutorial button
- Make anchor behavior more intuitive
- Anchor an edge of an object to set its distance from the window edges. Single anchor will not stretch the object anymore; you will need to set anchors to object's opposite edges for this effect.
- Add a button to switch between legacy and new behavior
- Display all autocompletions in the expression editor when listing them
- The list is not truncated anymore so you can scroll or use the arrow keys to browse all the completions (useful to see everything: objects, expressions, but also the available easing for tweens, etc...)

New extension: Multitouch joystick and buttons:
- This is a major improvement to implement Multitouch Joystick in your game
- It has support for "Simulated touch" actions to simplify mouse and gamepad controls
- It has a floating joystick option
- Virtual joystick and the Platformer example are now using this extension

Update of the new Platformer template based on users feedbacks:
- Changed camera limits to use boundary objects (users can simply move these to change the size of the level)
- Added HelperObjects group and hide them at the beginning of scene (so users will see them in scene editor)
- Cleaned up various part of the project
- Replaced touchscreen buttons with a (multi-touch) joystick
- Added support for gamepads
- Made the game responsive to any resolution

- [Gamepad 0.3.0] Add the new options "Any" directions for the condition Stick pushed in a direction
- [Noise 2.1.0] Added helper function for 1D noise (using 2D noise with a static value for one dimension)
- [Draw pathfinding 0.1.2] Automatic creation of shape painter object and enforce absolute position
- Add the new pack Brawler Series by Chasersgaming
- Add a new pack Darkvinter Thumbstick
- Add new asset pack Xbox 360 controller buttons by GDquest
- Add news assets Xbox 360 buttons by Zaphgames
- Add new assets for Virtual Joystick by hannemann
- Add Achievement system example
- Add a new scene in Infinitely Scrolling Background example with another method to get an infinite background

Fixed:
- Fix not setting authors correctly when publishing to Liluo.io
- Also fix project being correctly saved
- And disabled the fields while publishing
- Prevent users to type a game slug longer than the limit
- Encode thumbnail URL before sending it to the GDevelop services
- This prevents a bug where the thumbnail would not work when the filename has non-conventional characters

Other fixes:
- Fix range of volume on fade sound/music action
- ⚠️ This action was introduced with a buggy range (0 to 1 instead of 0 to 100). If you happen to use it, please update the range of volume used once the GDevelop new version is installed
- Align image frame and full-size collision mask in collision mask editor
- Fix parameters of extensions actions/conditions made in the editor not having a default proper name
- This was creating a crash, because of infinite warnings, if clicking on a parameter with an empty name and then clicking on another parameter also having an empty name.
- Fix web-app recent files wrongly containing URLs to examples
- Fix history not working well on the Events Sheet
- Fix changes not being detected for history when editing an event Inline
- Fix losing focus when switching tabs

Adlice Diag 2.5.1 查看版本資訊

更新時間:2022-05-05
更新細節:

What's new in this version:

- Updated to core 6.4.0
- Windows 11 official support  
- Logs reduction
- Minor fixes
- Fixed an issue in network monitor

Microsoft Safety Scanner 1.353.788.0 (64-bit) 查看版本資訊

更新時間:2021-11-12
更新細節:

SoftEther VPN Gate Client Plugin 2021.11.12 build 9760 查看版本資訊

更新時間:2021-11-12
更新細節:

更新時間:2021-11-12
更新細節:

更新時間:2021-11-01
更新細節:

WebSite Auditor 4.51.7 查看版本資訊

更新時間:2021-09-09
更新細節:

What's new in this version:

WebSite Auditor 4.51.7
- Change log not available for this version


WebSite Auditor 4.51.6
- Major performance update has been implemented in Website Auditor


WebSite Auditor 4.51.4
- Fixed exception when generating a Sitemap XML file in Website Auditor


WebSite Auditor 4.51.3
- Some GUI improvements have been implemented


WebSite Auditor 4.51.2
- A few minor issues fixed in Website Auditor


WebSite Auditor 4.51.1
Miscellaneous:
- Some performance improvements have been implemented in Website Auditor


WebSite Auditor 4.51
- Some performance improvements have been implemented in Website Auditor


WebSite Auditor 4.50.14
- Change log not available for this version


WebSite Auditor 4.50.13
- A few minor issues have been fixed in Website Auditor


WebSite Auditor 4.50.12
- Fixed authentication issues with DeathByCaptcha service in Website Auditor


WebSite Auditor 4.50.11
Miscellaneous:
- A few minor performance updates have been implemented in Website Auditor


WebSite Auditor 4.50.10
Miscellaneous:
- A few minor performance updates have been implemented in Website Auditor


WebSite Auditor 4.50.8
Miscellaneous:
- Fixed disappearing of title and meta description in Content Editor after deleting a keyword, updated Page Speed Data counter in Website Auditor


WebSite Auditor 4.50.7
Miscellaneous:
- Some minor technical issues fixed and performance improvements implemented in Website Auditor


WebSite Auditor 4.50.6
- Some minor technical issues fixed and performance improvements implemented in Website Auditor


WebSite Auditor 4.50.5
Miscellaneous:
- Fixed failed Page Speed updates via Scheduler, added a new content-type server response for sitemap validation and a few other minor issues have been fixed in Website Auditor


WebSite Auditor 4.50.4
Miscellaneous:
- A few minor performance updates have been implemented in Website Auditor


WebSite Auditor 4.50.3
Miscellaneous:
- A few minor performance updates have been implemented in Website Auditor


WebSite Auditor 4.50.2
Miscellaneous:
- A few minor performance updates have been implemented in Website Auditor


WebSite Auditor 4.50.1
Miscellaneous:
- New feature in WebSite Auditor: Core Web Vitals. Check your webpages' loading, interactivity, visual stability and other important performance metrics to make sure that your pages provide the best user experience.


WebSite Auditor 4.49.14
Miscellaneous:
- A few performance enhancements have been implemented in WebSite Auditor


WebSite Auditor 4.49.13
Miscellaneous:
- A few performance enhancements have been implemented in WebSite Auditor


WebSite Auditor 4.49.12
Miscellaneous:
- A few performance enhancements have been implemented in WebSite Auditor


WebSite Auditor 4.49.11
Miscellaneous:
- A few performance enhancements have been implemented in WebSite Auditor


WebSite Auditor 4.49.10
Miscellaneous:
- A few performance enhancements have been implemented in WebSite Auditor


WebSite Auditor 4.49.9
Miscellaneous:
- A few performance enhancements have been implemented in WebSite Auditor


WebSite Auditor 4.49.8
Miscellaneous:
- A few minor improvements and performance enhancements have been implemented in WebSite Auditor


WebSite Auditor 4.49.7
Miscellaneous:
- A few minor improvements and performance enhancements have been implemented in WebSite Audito


WebSite Auditor 4.49.5
Miscellaneous:
- A few minor performance improvements have been implemented in WebSite Auditor


WebSite Auditor 4.49.4
Miscellaneous:
- A few minor performance improvements have been implemented in WebSite Auditor


WebSite Auditor 4.49.3
- A new option to manage pop-up notifications has been added to WebSite Auditor preferences


WebSite Auditor 4.49.2
- A few minor performance improvements have been implemented in WebSite Auditor


WebSite Auditor 4.49.1
- A few minor performance improvements have been implemented in WebSite Auditor


WebSite Auditor 4.49
- A few minor performance improvements have been implemented in WebSite Auditor


WebSite Auditor 4.48.11
- A few minor performance improvements have been implemented in WebSite Auditor


WebSite Auditor 4.48.10
- A few minor performance improvements have been implemented in WebSite Auditor


WebSite Auditor 4.48.9
- A few minor improvements and performance enhancements have been implemented in WebSite Auditor


WebSite Auditor 4.48.8
- Fixed no results for the TF-IDF module in WebSite Auditor


WebSite Auditor 4.48.7
- A few minor improvements and performance enhancements have been implemented in WebSite Auditor


WebSite Auditor 4.48.6
- Change log not available for this version


WebSite Auditor 4.48.5
- Change log not available for this version


WebSite Auditor 4.48.4
Miscellaneous:
- Fixed too small application window size because of a broken property file and other minor enhancements have been implemented in WebSite Auditor


WebSite Auditor 4.48.3
- Fixed too small application window size because of a broken property file and other minor enhancements have been implemented in WebSite Auditor


WebSite Auditor 4.48.2
- Change log not available for this version


WebSite Auditor 4.48.1
- A few minor improvements have been implemented and some errors fixed in WebSite Auditor


WebSite Auditor 4.48
- A few minor enhancements and performance improvements have been implemented in WebSite Auditor


WebSite Auditor 4.47.14
- A few minor enhancements have been implemented in WebSite Auditor


WebSite Auditor 4.47.12
- A few minor enhancements have been implemented in WebSite Auditor


WebSite Auditor 4.47.11
- Robots.txt validator has been improved in WebSite Auditor


WebSite Auditor 4.47.10
- A few performance updates have been implemented in WebSite Auditor


WebSite Auditor 4.47.9
- A few performance updates have been implemented in WebSite Auditor


WebSite Auditor 4.47.8
- Keyword count algorithm for Page Audit has been updated in WebSite Auditor


WebSite Auditor 4.47.7
Miscellaneous:
- A few performance updates have been implemented in WebSite Auditor


WebSite Auditor 4.47.6
Miscellaneous:
- Autumn sale announcement: get up to 70% off SEO PowerSuite


WebSite Auditor 4.47.5
New feature:
- Fixed the problem of removal of page content after mapping new keywords to a page in WebSite Auditor's Content Editor module


WebSite Auditor 4.47.4
New feature:
- Competitors' keywords highlighting has been fixed and some other minor improvements implemented in WebSite Auditor


WebSite Auditor 4.47.3
New feature:
- Resetting of time settings of the task scheduler and some other minor issues have been fixed in WebSite Auditor


WebSite Auditor 4.47.2
- Incorrect broken images analysis and a few other minor issues have been fixed in WebSite Auditor


WebSite Auditor 4.47.1
New:
- Fixed non-finishing Java processes after closing WebSite Auditor and some other enhancements have been implemented


WebSite Auditor 4.47
- French interface has been updated and a few other minor updates released in Website Auditor


WebSite Auditor 4.46.14
- Major Domain InLink Rank update has been released and a few other minor issues fixed in Website Auditor


WebSite Auditor 4.46.13
- Change log not available for this version


WebSite Auditor 4.46.12
- Change log not available for this version


WebSite Auditor 4.46.11
- Change log not available for this version


WebSite Auditor 4.46.10
- Change log not available for this version


WebSite Auditor 4.46.9
- Change log not available for this version


WebSite Auditor 4.46.8
- Change log not available for this version


WebSite Auditor 4.46.7
- Change log not available for this version


WebSite Auditor 4.46.6
- Change log not available for this version


WebSite Auditor 4.46.5
- Change log not available for this version


WebSite Auditor 4.46.3
- A few minor updates have been implemented


WebSite Auditor 4.46.2
- Incorrect parsing of tel, mailto and some other elements has been fixed


WebSite Auditor 4.46.1
- Incorrect parsing of noindex instructions on some pages, Yandex cache date verification have been fixed


WebSite Auditor 4.46
- Change log not available for this version


WebSite Auditor 4.45.5
- A few minor updates have been implemented


WebSite Auditor 4.45.4
- Fixed the error exception when editing workspace columns in WebSite Auditor


WebSite Auditor 4.45.3
- A few minor issues have been resolved in WebSite Auditor


WebSite Auditor 4.45.2
New feature:
- Updated text recommendations for the Page Audit section, fixed non-updating optimization rate for the Content Editor section


WebSite Auditor 4.45.1
- Fixed: incorrect keyword count issue in WebSite Auditor's Content Editor


WebSite Auditor 4.45
- Change log not available for this version


WebSite Auditor 4.44.6
- Fixed unresponsive buttons and elements for big size interfaces in WebSite Auditor


WebSite Auditor 4.44.5
- Fixed errors that appeared when fetching Google snippets for long titles, the problem of including a page title inside the body tag for certain pages has been solved


WebSite Auditor 4.44.4
- Some performance updates have been released in WebSite Auditor


WebSite Auditor 4.44.2
- A few minor bugs have been fixed


WebSite Auditor 4.44.1
New feature:
- Fixed unavailable optimization scores in the Site Structure -> Pages module in Website Auditor


WebSite Auditor 4.44
New feature:
- New Content Editor has been released in Website Auditor: create new content for pages using the new document mode, get optimization advise for the existing pages and generate PDF guidelines with optimization instructions for your copywriters.


WebSite Auditor 4.43.9
New feature:
- Whois subdomain checkup has been updated and a few other minor issues have been fixed in Website Auditor


WebSite Auditor 4.43.8
New feature:
- A few performance adjustments have been made for 32-bit machines in Website Auditor


WebSite Auditor 4.43.7
- The problem of resetting user-agents from mobile to desktop version for Content Editor has been fixed in Website Auditor


WebSite Auditor 4.43.6
- Yahoo Japan search engine error has been fixed


WebSite Auditor 4.43.5
- Fixed the problem of opening projects from SEO PowerSuite Cloud on Windows for WebSite Auditor


WebSite Auditor 4.43.4
- A new feature added: now you can add tags to resources under the 'All Resources' section


WebSite Auditor 4.43.3
- A few minor bugs have been fixed


WebSite Auditor 4.43.2
- A few minor bugs have been fixed


WebSite Auditor 4.41.5
- The problem of calculating Domain Strength for new projects and a few other minor bugs have been fixed


WebSite Auditor 4.41.4
- Some performance updates have been implemented


WebSite Auditor 4.41.3
- Some performance updates have been implemented


WebSite Auditor 4.41.2
- Some performance updates have been implemented


WebSite Auditor 4.41.1
- The problem of incorrect counts of warnings and errors for the Localization section and a few other minor issues have been fixed


WebSite Auditor 4.40.3
- Some performance updates have been implemented


WebSite Auditor 4.40.2
- Some performance updates have been implemented


WebSite Auditor 4.40.1
- A few minor bugs have been fixed


WebSite Auditor 4.40
- Some performance updates have been implemented


WebSite Auditor 4.39.2
- A few minor bugs have been fixed


WebSite Auditor 4.39.1
- Change log not available for this version


WebSite Auditor 4.39
- A new option added: accept/ignore cookies when scanning a website; the parsing of lazyload images has been improved, the keyword count for Content Analysis has been improved


WebSite Auditor 4.38.15
- Change log not available for this version


WebSite Auditor 4.38.14
- New settings added to SEO SpyGlass Preferences
- Misc. Global Settings: let the software minimize into tray when performing scheduled tasks
- A few minor bugs have been fixed


WebSite Auditor 4.38.13
- The problem of not recognizing nofollow tags for certain pages has been fixed


WebSite Auditor 4.38.12
- A few minor issues have been fixed


WebSite Auditor 4.38.10
- A few minor bugs have been fixed


WebSite Auditor 4.38.9
New feature:
- Webcal has been added to the list of protocols


WebSite Auditor 4.38.8
- A few minor bugs have been fixed


WebSite Auditor 4.38.7
New feature:
- The problem of incorrect Missing Return Links count in the Localization group has been fixed


WebSite Auditor 4.38.5
- From now on, WebSite Auditor supports Google's updated PageSpeed Insights API, providing you with the most extensive information on your pages' speed performance


WebSite Auditor 4.38.4
- The problem of connecting proxies to WebSite Auditor has been fixed and other minor bugs resolved


WebSite Auditor 4.38.3
- Change log not available for this version


WebSite Auditor 4.38.2
- A few issues have been fixed in WebSite Auditor: the JavaScript timing settings have been improved, the keyword count algorithm for page analysis has been updated and some other minor bugs fixed


WebSite Auditor 4.38.1
- A few issues have been fixed


WebSite Auditor 4.38
- Miscellaneous: W3C libraries have been updated in Website Auditor. Dropbox connection updated: the software can use the proxy from Proxy Settings to connect to Dropbox


WebSite Auditor 4.37.11
- Domain Strength update problem and the issue of updating website's mobile thumbnail have been resolved


WebSite Auditor 4.37.10
- Several new columns have been added to the TF-IDF workspace under Content Analysis


WebSite Auditor 4.37.9
- A few minor issues have been fixed


WebSite Auditor 4.37.8
- A new 'properties' element has been added to Google Analytics settings in WebSite Auditor to help users find and connect the right view


WebSite Auditor 4.37.7
- Interface scaling parameters have been updated and a few other minor issues fixed


WebSite Auditor 4.37.6
- The algorithm for analyzing srcset source tags has been improved, a few minor issues have been fixed


WebSite Auditor 4.37.5
- The performance of page audit analysis has been improved, the algorithms for analyzing hreflang elements and x-robots-tags have been updated


WebSite Auditor 4.37.4
- Software auto-update process has been improved for apps that have scheduled tasks, the problem of displaying incorrect characters for project names with cyrillic symbols has been fixed


WebSite Auditor 4.37.3
- A number of issues were fixed in Website Auditor, including problems with incorrect characters in saved project names, alphabetic sorting for scheduled tasks, background task interruption during auto-updates, and many other minor improvements


WebSite Auditor 4.37.2
- New search engine added: Google Afghanistan. Issues fixed in WebSite Auditor: content analysis failed with 'Too many redirects' error for some pages, resource-size calculation algorithm has been updated


WebSite Auditor 4.37.1
- Synchronization of project and global settings has been added to LinkAssistant: synchronize customer and company profiles, Google accounts, project and global events across different projects and apps


WebSite Auditor 4.36.3
- Updated robots.txt parsing algorithm, the logic for pageviews collection has been improved


WebSite Auditor 4.36.2
- Fixed: the 'No Hreflang' filter for the Localization module
- Updated: the algorithm for 'Conflicting hreflang elements


WebSite Auditor 4.36.1
- A new feature has been added to WebSite Auditor: analyze multi-language/locale websites, detect incorrect usage of Hreflang attributes, create custom language variants for pages. A new index has been applied for calculation of InLink Rank and Domain Strength metrics


WebSite Auditor 4.34.23
- The software auto-update mechanism for background tasks has been improved and several other minor issues have been solved


WebSite Auditor 4.34.22
- Competition research algorithm has been updated, incorrect status for completed scheduled tasks and several other minor issues have been solved in WebSite Auditor


WebSite Auditor 4.34.21
- The internal browser has been improved and adjusted for better interaction with Google re-captcha. A few other minor issues have been fixed


WebSite Auditor 4.34.20
- A few minor issues have been fixed


WebSite Auditor 4.34.19
- The list of statuses for the Server Response Time column has been updated. A new change for automatic software updates has been implemented: new version releases will be skipped by applications that have active tasks running in the background


WebSite Auditor 4.34.18
- New features have been added to LinkAssistant: create scheduled tasks only for project records that are marked with specific tags; pause and resume the execution of tasks; new selection mode available: now it is possible to select only several columns to copy results from a project workspace


WebSite Auditor 4.34.17
- A few minor issues have been fixed


WebSite Auditor 4.34.16
- Some performance updates have been implemented


WebSite Auditor 4.34.15
- the robots.txt parser has been updated and a few other minor bugs have been fixed


WebSite Auditor 4.34.14
- Miscellaneous: A few issues have been fixed in Website Auditor: incorrect encoding was used for title characters when JavaScript was enabled in the project, URLs with cyrillic characters were incorrectly displayed for some websites


WebSite Auditor 4.34.13
- Some performance updates have been implemented


WebSite Auditor 4.34.12
- A few minor bugs have been fixed


WebSite Auditor 4.34.11
- The Website Auditor page parser has been updated: fixed the problems of keyword counts in body, keyword count in H1-H6 tags, the parsing algorithm has been improved


WebSite Auditor 4.34.10
- Change log not available for this version


WebSite Auditor 4.34.9
- A few minor bugs have been fixed


WebSite Auditor 4.34.8
- The TF-IDF keyword analysis algorithm has been improved for WebSite Auditor


WebSite Auditor 4.34.7
- The algorithm for updating Alexa Rank has been optimized and improved


WebSite Auditor 4.34.6
- Change log not available for this version


WebSite Auditor 4.34.5
- The performance of the internal browser has been optimized and improved


WebSite Auditor 4.34.4
- A few minor bugs have been fixed


WebSite Auditor 4.34.3
- Minor performance updates have been implemented and a few bugs have been fixed


WebSite Auditor 4.34.2
- A few minor bugs have been fixed


WebSite Auditor 4.34
- A few minor bugs have been fixed


WebSite Auditor 4.33.9
- A few minor bugs have been fixed


WebSite Auditor 4.33.8
- The noindex meta tag algorithm has been updated and a few other minor bugs have been fixed


WebSite Auditor 4.33.7
- The whois library for checking domain age has been updated and some other minor bugs have been fixed


WebSite Auditor 4.33.6
- A few minor bugs have been fixed


WebSite Auditor 4.33.5
- Viber has been added to the list of supported protocols, the application/rss+xml has been added to the list of supported sitemap content-types


WebSite Auditor 4.33.4
- A few minor bugs have been fixed


WebSite Auditor 4.33.3
- A few minor bugs have been fixed


WebSite Auditor 4.33.2
- The error counter for the Page Audit module has been fixed


WebSite Auditor 4.33.1
- A few minor bugs have been fixed


WebSite Auditor 4.33
- Edit your website structure, save visualization as PDF/PNG/SVG, label and color pages on the graph and other useful features have been added to Website Auditor. Some minor bugs have been fixed: word count for page body element, parsing pages that are using js elements and other minor issues


WebSite Auditor 4.32.7
- Some performance updates have been implemented


WebSite Auditor 4.32.6
- Some performance updates have been implemented


WebSite Auditor 4.32.5
- Change log not available for this version


WebSite Auditor 4.32.4
- A few minor issues have been fixed


WebSite Auditor 4.32.3
- Change log not available for this version


WebSite Auditor 4.32.2
- Now it is possible to edit the list of supported page extensions in project settings to let Website Auditor collect web-pages with custom extensions


WebSite Auditor 4.32.1
- The search algorithms for orphan pages and sitemap detection have been improved in Website Auditor


WebSite Auditor 4.32
- The pages with .mvc and .nspx extension are now supported in WebSite Auditor. The algorithm for detecting pages' charset type has been improved


WebSite Auditor 4.31.5
- Website Auditor now supports websites with .phtml and .wf extensions. The issue with the incorrect calculation of keywords in Page Audit report has been fixed.

Vagrant 2.2.18 (64-bit) 查看版本資訊

更新時間:2021-07-28
更新細節:

What's new in this version:

- Core: Fix of plugin manager kwargs
- Providers/docker: Pass in docker command opts as a map
- Providers/hyperv: Fix network address detection

Vagrant 2.2.17 (64-bit) 查看版本資訊

更新時間:2021-07-08
更新細節: