Slimjet 歷史版本列表
Slimjet 是基於 Blink 引擎的快速,智能和強大的網頁瀏覽器。它建立在 Chrome 開源項目之上,Google chrome 也是基於此項目的。 Slimjet 集成了許多功能強大和方便的功能,可以幫助用戶最大限度地提高在線生產力。 Slimjet 還包括許多選項和設置,以便用戶可以自定義瀏覽器以最適合自己的個人喜好。選擇版本:Slimjet 17.0.3.0(32 位)Slimjet... Slimjet 軟體介紹Slimjet (32-bit)Slimjet (64-bit)
更新時間:2018-07-26
更新細節:
What's new in this version:
Insomnia 6.0.1
- GraphQL query highlighting improvements
- Invisible cursor/selection now visible again on default theme
- Fixed unicode escaping
- Fixed the sync button no longer being pinned to bottom of sidebar
Insomnia 6.0.0
Major Changes:
- Themes no longer restricted to premium users
- One Dark and One Light themes
- GraphQL queries now show reference documentation mouse hover
- GraphQL operationName now set based on cursor position (if multiple named queries exist)
- Can now view GraphQL introspection request's response on failure
- Setting to configure environment highlight color style
- Environments are now sortable from within the Manage Environments dialog
- Cookie jar template tag (#1039 by coolhome)
- Added ability for plugins to define themes
- New storage API added to plugin API to store/retrieve data
- Greatly improved (more strict) fuzzy search
Bug Fixes:
- No longer specify multipart/form-data boundary when generating Curl requests
- Curl code generation now respects URL encoding option
- Environment now works as expected when no active request is selected
- The prompt template tag now only executes once per request
- No longer fail to render when comment ('#}') is included in GraphQL query
- Small fix related to same-variable-name environment merging
- Support absent Content-Type header for AWS authentication
- Improved error handling for async template tag errors
- Better response preview webview charset handling
- Tag editor dialog preview no longer jumps when an error is present
Minor Tweaks:
- Request template tag now has a new option to get the folder and name
- GraphQL introspection query now specifies operationName property
- New response.setBody API for plugin response hooks
- ASAP Auth now default additionalClaims to empty object
- Now purge raw response bodies when responses are deleted from history
- Added styling for ordered lists to markdown previews
- Add audience parameter to implicit OAuth 2.0 grant type
- Improvements to autocomplete when editing GraphQL variables
- More token types supported for syntax highlighting of Markdown previews (docs)
- Request switcher (Cmd+p) now sorts results by best match
- GraphQL operationName now shown below query editor when set
- Add button to clear current sidebar filter
- Prompt tag now supports masked input (type=password)
- Add ability to see response for failed OAuth 2.0 token fetch requests
- Theme thumbnails are now generated SVGs instead of screenshots
Insomnia 5.16.2
- Headers with empty values are now sent
- Remove debounce for OAuth forms (was causing issues)
- Fix AWS auth not applying some settings
- Include nghttp2lib dependency in Linux builds
Insomnia 5.16.1
- Fix Insomnia Plus/Teams login form error
Insomnia 5.15.0
Major Changes:
- New template tag for executing JSONPath queries on arbitrary strings. This is useful if you include stringified JSON in your environment or are using the file template tag
- Folders and requests can now be moved to different workspaces. This can be done via the folder's dropdown menu in the sidebar or in the request settings dialog
- Additional claims field now available on ASAP authentication (#822 by BCook98)
- GraphQL schema fetches now share OAuth 2.0 tokens with parent request
Bug Fixes:
- Request name and parent folder no longer reverted when selecting previous history item
- GraphQL introspection requests are no longer synced or exported
- Choosing an environment color no longer affects multiple environments (rare bug)
- Form URLEncoded no longer forgets if the value type is set to multi-line
- No longer requires write permission when including files in multipart form data
- Backslashes inside template tags no longer break previews
- Escaped unicode sequences now show properly in environment editor
- Generated Curl commands now handle duplicate query parameter names
- CSV and multipart response viewers no longer show stale responses
- URLs in autocomplete results no longer prevent variables and tags from being shown
- Prompt template tag no longer uses stale values
Minor Changes:
- Request hook plugins now executed for GraphQL introspection requests, code generation, and HAR export
- Ability to toggle OAuth 1/2 authentication on and off via checkbox
- Support Curl's --path-as-is flag. This can be toggled in the request settings dialog
- Region and service fields can now be explicitly set for AWS authentication
- Query parameter values can now be multi-line
- Key-value editors now have a delete-all option, available in new dropdown menu in bottom-left
- Verifier field can now be set for OAuth 1.0 authentication
- Response body now logged when OAuth 2.0 token fetches fail
- Authorization prefix label can now be specified when using Bearer authentication
- Ability to read/write query parameters added to plugin API. Thanks amree and luveti for the help!
- Rename placeholder in header editor
- Upgrade Electron to include patch for webview security vulnerability
- Update Windows code signing certificate
- Plugin download errors are now handled and logged properly
- Plugin installs now work with custom .npmrc configs
- Prompt template tag now has additional option to cache results
- Behind-the-scenes refactor to get ready for fuzzy matching improvements
Insomnia 5.14.9
- Fixed not being able to change body type on new requests
Insomnia 5.14.8
- Switching request to No Body now remembers previous body if re-enabled
- Prompt to create folder is now cancelable
- Update internal prompt plugin
Insomnia 5.14.7
- Bug Fixes: Fix app icon on Linux
Insomnia 5.14.6
- Basic support for importing Swagger 2.0 projects (#695 by slawus)
- Add RSA-SHA1 signing for OAuth 1.0 (#611 by c22)
- Response history now shows URL instead of time and size (#721 by iansu)
- Fix GraphQL autocomplete in nested blocks
- Fix code generation when multipart/form-data present
- Attempt to fix certain network requests hanging
- Fix body type changing automatically when content-type header updated
- GraphQL queries now work with OAuth 2.0 requests
- Base environment name no longer editable
- Support AWS multifactor auth (#730 by focusaurus)
- Add audience field to OAuth 2.0 client credentials grant (#679 by narhen)
- Add OpenID response type for OAuth 2.0 implicit grant (#681 by emdfonseca)
- Support INSOMNIA_DISABLE_AUTOMATIC_UPDATES environment variable
- Always show accurate HTTP status message (never default)
- Plugin arguments can now define a validate function
- Support XPath string results
- Added enable/disable toggle to most authentication types
- XPath queries no longer required to begin with forward slash
- New template tag to prompt for user input
- New OS template tag for accessing operating system values
- getBodyText and setBodyText added to plugin API
Insomnia 5.12.4
Bug Fixes:
- Fix GraphQL autocomplete in nested blocks
- Fix code generation when multipart/form-data present
- Fix certain network requests hanging during DNS lookup
Minor Changes:
- Support INSOMNIA_DISABLE_AUTOMATIC_UPDATES environment variable
Insomnia 5.12.1
- Less obtrusive update notification
- Fix environments disappearing during workspace duplication and sync
- Support for downloading huge files (over ~2GB)
- Fixed HAWK algorithm selection
- Fix environment editor not saving immediately after fixing an error
- Minor fix for Postman import
- Response timer always shows 1 decimal place
- Ability to specify auto-update channel
- Ability to disable auto-updates
- Moved database to the Electron main thread
- Use Google analytics API directly (no more external JS!)
- Faster storing of large response bodies
- Provide a convenient save button when large response gets hidden
- Disable request body linting over 1MB
- Add import/export APIs to plugin system
Insomnia 5.11.7
Major Changes:
- First-party support for viewing multipart responses
Bug Fixes:
- Accept header now overridable again
- Support showing multiple response headers with the same name
Insomnia 5.11.5
- Fix bug where dragging a folder into itself would make it disappear
- OAuth 2.0 requests now use same settings as current request
- Environment editor now refreshes from sync change when it's open
- Improvements to Curl importer
- Add back default Accept header from v5.11.0 but not Accept-Encoding
- New keyboard shortcut to delete active request
- Prompt user to automatically change Content-Type when binary file is selected
- Update documentation links to point to new support website
Insomnia 5.11.0
- OAuth 1.0 Support
- Atlassian ASAP Auth Support
- No longer require global npm to install plugins (included standalone Yarn)
- Fix GraphQL autocompletion not working
- Fix scroll jumping issue in key-value editors (headers, query, etc)
- Fix Cmd+Enter conflict in Sublime keymap
- Fix for raw cookie editor deleting cookies
- Print Curl version in Timeline
- Template tag editor no longer has delay when opening
- Added debug logging to OAuth 2.0 flow
- Support wildcards in port for client certificates
- Use more unique temporary director name to avoid conflicts
- No longer send default Accept and Accept-Encoding headers
更新時間:2018-07-26
更新細節:
What's new in this version:
Slimjet 19.0.9.0 (64-bit)
- Fix bug: tab icon not visible when close button is hidden.
- Fix bug: bookmark star button missing after typing in dedicated search box
Slimjet 19.0.8.0 (64-bit)
- Fix bug with mp4 codec
Slimjet 19.0.7.0 (64-bit)
- Fix compatibility issue with linux with libcurl4
Slimjet 19.0.6.0 (64-bit)
- Fix compatibility issue with msn.com when ad blocker is enabled
Slimjet 19.0.5.0 (64-bit)
- Fix layout issue with settings page
Slimjet 19.0.4.0 (64-bit)
- Fix bug with the automatic updater
Slimjet 19.0.3.0 (64-bit)
- Fix video playback issue with youku.com
Slimjet 19.0.2.0 (64-bit)
- Fix bug with side bookmarks panel
- Fix bug with download manager
Slimjet 19.0.1.0 (64-bit)
- Update to Chromium 66
- Automatically mute the sound of autoplaying videos
Slimjet 18.0.5.0 (64-bit)
- Language file updates
Slimjet 18.0.4.0 (64-bit)
- Fix a bug with ad blocker
Slimjet 18.0.3.0 (64-bit)
- Fix startup issue under Mac
Slimjet 18.0.2.0 (64-bit)
- Update language files
Slimjet 18.0.1.0 (64-bit)
- Update to Chromium 64(patch for Spectre and Meltdown bug)
- Added control to mute entire website
- HDR support for Windows 10 users
Slimjet 17.0.9.0 (64-bit)
- Language file update
Slimjet 17.0.8.0 (64-bit)
- Minor performance improvement
Slimjet 17.0.7.0 (64-bit)
- Change log not available for this version
Slimjet 17.0.6.0 (64-bit)
- Update language files
- Fix a bug with youtube video downloader
- Fix bug with toolbar customization dialog for french UI
Slimjet 17.0.5.0 (64-bit)
- Update language files
Slimjet 17.0.4.0 (64-bit)
- Update language files
- Add support to view saved passwords directly from address bar when chrome password manager is used
Slimjet 17.0.3.0 (64-bit)
- Update language files
- Fix playback issue with netflix
Slimjet 17.0.2.0 (64-bit)
- Update language files
- Fix minor bugs
Slimjet 17.0.0.0 (64-bit)
- Migrate to Chromium 63
- Improve youtube video downloader. Added option to save as webm which takes much less time during video merging
Slimjet 16.0.9.0 (64-bit)
- Fix a bug with video proxy
Slimjet 16.0.8.0 (64-bit)
- Fix a bug with toolbar customization dialog
Slimjet 16.0.7.0 (64-bit)
- Fix a few crash cases
- Update toolbar icons
Slimjet 16.0.6.0 (64-bit)
- Fix a bug with video recording
- Fix compatibility issue with Tampermonkey extension
Slimjet 16.0.5.0 (64-bit)
- Fix a bug with video play back
Slimjet 16.0.4.0 (64-bit)
- Fixed a bug with video play back on Windows
Slimjet 16.0.3.0 (64-bit)
- Fix a bug with proxy settings
Slimjet 16.0.2.0 (64-bit)
- Fix video play back on iqiyi.com
- Fix a bug with mouse gesture
Slimjet 15.1.7.0 (64-bit)
- Fix video play back on Windows 10 with fall creators update
Slimjet 15.1.6.0 (64-bit)
- Update language files
Slimjet 15.1.5.0 (64-bit)
- Fix bug with gif animation play control option
Slimjet 15.1.4.0 (64-bit)
- Fix a bug with youtube video downloader
- Fix video playback issue on pptv.com
Slimjet 15.1.3.0 (64-bit)
- Add drop down history for dedicated search box
Slimjet 15.1.2.0 (64-bit)
- Fix bug: youtube video download button missing with new youtube layout
Slimjet 15.1.1.0 (64-bit)
- Update language files
Slimjet 15.1.0.0 (64-bit)
- New feature: "Record video from current tab" available from the main menu. You can access it quickly by adding the corresponding button onto the toolbar. It allows you to record whatever content in the current tab into a webm video file
- Fix AAC audio playback on some sites
Slimjet 15.0.5.0 (64-bit)
- Added search box into side bookmark panel.
- Save screenshot menu now saves the screenshot of the entire page instead of just visible portion
- Updated Ukrainian language file
- Bug fix: drop down menu from New Tab button no available under Mac
Slimjet 15.0.4.0 (64-bit)
- Fix bug with flash blocking notification
- Remove option "force flash player on youtube" since youtube no longer supports flash player
Slimjet 15.0.3.0 (64-bit)
- Fix bug with ad blocker
Slimjet 15.0.2.0 (64-bit)
- Fix bug with language file manager
- Fix bug with side bookmarks panel under linux
- Add "Add to Desktop" menu
Slimjet 15.0.1.0 (64-bit)
- Fix bug with crash dump file generation
更新時間:2018-07-18
更新細節:
What's new in this version:
Slimjet 19.0.8.0 (64-bit)
- Fix bug with mp4 codec
Slimjet 19.0.7.0 (64-bit)
- Fix compatibility issue with linux with libcurl4
Slimjet 19.0.6.0 (64-bit)
- Fix compatibility issue with msn.com when ad blocker is enabled
Slimjet 19.0.5.0 (64-bit)
- Fix layout issue with settings page
Slimjet 19.0.4.0 (64-bit)
- Fix bug with the automatic updater
Slimjet 19.0.3.0 (64-bit)
- Fix video playback issue with youku.com
Slimjet 19.0.2.0 (64-bit)
- Fix bug with side bookmarks panel
- Fix bug with download manager
Slimjet 19.0.1.0 (64-bit)
- Update to Chromium 66
- Automatically mute the sound of autoplaying videos
Slimjet 18.0.5.0 (64-bit)
- Language file updates
Slimjet 18.0.4.0 (64-bit)
- Fix a bug with ad blocker
Slimjet 18.0.3.0 (64-bit)
- Fix startup issue under Mac
Slimjet 18.0.2.0 (64-bit)
- Update language files
Slimjet 18.0.1.0 (64-bit)
- Update to Chromium 64(patch for Spectre and Meltdown bug)
- Added control to mute entire website
- HDR support for Windows 10 users
Slimjet 17.0.9.0 (64-bit)
- Language file update
Slimjet 17.0.8.0 (64-bit)
- Minor performance improvement
Slimjet 17.0.7.0 (64-bit)
- Change log not available for this version
Slimjet 17.0.6.0 (64-bit)
- Update language files
- Fix a bug with youtube video downloader
- Fix bug with toolbar customization dialog for french UI
Slimjet 17.0.5.0 (64-bit)
- Update language files
Slimjet 17.0.4.0 (64-bit)
- Update language files
- Add support to view saved passwords directly from address bar when chrome password manager is used
Slimjet 17.0.3.0 (64-bit)
- Update language files
- Fix playback issue with netflix
Slimjet 17.0.2.0 (64-bit)
- Update language files
- Fix minor bugs
Slimjet 17.0.0.0 (64-bit)
- Migrate to Chromium 63
- Improve youtube video downloader. Added option to save as webm which takes much less time during video merging
Slimjet 16.0.9.0 (64-bit)
- Fix a bug with video proxy
Slimjet 16.0.8.0 (64-bit)
- Fix a bug with toolbar customization dialog
Slimjet 16.0.7.0 (64-bit)
- Fix a few crash cases
- Update toolbar icons
Slimjet 16.0.6.0 (64-bit)
- Fix a bug with video recording
- Fix compatibility issue with Tampermonkey extension
Slimjet 16.0.5.0 (64-bit)
- Fix a bug with video play back
Slimjet 16.0.4.0 (64-bit)
- Fixed a bug with video play back on Windows
Slimjet 16.0.3.0 (64-bit)
- Fix a bug with proxy settings
Slimjet 16.0.2.0 (64-bit)
- Fix video play back on iqiyi.com
- Fix a bug with mouse gesture
Slimjet 15.1.7.0 (64-bit)
- Fix video play back on Windows 10 with fall creators update
Slimjet 15.1.6.0 (64-bit)
- Update language files
Slimjet 15.1.5.0 (64-bit)
- Fix bug with gif animation play control option
Slimjet 15.1.4.0 (64-bit)
- Fix a bug with youtube video downloader
- Fix video playback issue on pptv.com
Slimjet 15.1.3.0 (64-bit)
- Add drop down history for dedicated search box
Slimjet 15.1.2.0 (64-bit)
- Fix bug: youtube video download button missing with new youtube layout
Slimjet 15.1.1.0 (64-bit)
- Update language files
Slimjet 15.1.0.0 (64-bit)
- New feature: "Record video from current tab" available from the main menu. You can access it quickly by adding the corresponding button onto the toolbar. It allows you to record whatever content in the current tab into a webm video file
- Fix AAC audio playback on some sites
Slimjet 15.0.5.0 (64-bit)
- Added search box into side bookmark panel.
- Save screenshot menu now saves the screenshot of the entire page instead of just visible portion
- Updated Ukrainian language file
- Bug fix: drop down menu from New Tab button no available under Mac
Slimjet 15.0.4.0 (64-bit)
- Fix bug with flash blocking notification
- Remove option "force flash player on youtube" since youtube no longer supports flash player
Slimjet 15.0.3.0 (64-bit)
- Fix bug with ad blocker
Slimjet 15.0.2.0 (64-bit)
- Fix bug with language file manager
- Fix bug with side bookmarks panel under linux
- Add "Add to Desktop" menu
Slimjet 15.0.1.0 (64-bit)
- Fix bug with crash dump file generation
更新時間:2018-06-29
更新細節:
What's new in this version:
Slimjet 19.0.6.0 (64-bit)
- Fix compatibility issue with msn.com when ad blocker is enabled
Slimjet 19.0.5.0 (64-bit)
- Fix layout issue with settings page
Slimjet 19.0.4.0 (64-bit)
- Fix bug with the automatic updater
Slimjet 19.0.3.0 (64-bit)
- Fix video playback issue with youku.com
Slimjet 19.0.2.0 (64-bit)
- Fix bug with side bookmarks panel
- Fix bug with download manager
Slimjet 19.0.1.0 (64-bit)
- Update to Chromium 66
- Automatically mute the sound of autoplaying videos
Slimjet 18.0.5.0 (64-bit)
- Language file updates
Slimjet 18.0.4.0 (64-bit)
- Fix a bug with ad blocker
Slimjet 18.0.3.0 (64-bit)
- Fix startup issue under Mac
Slimjet 18.0.2.0 (64-bit)
- Update language files
Slimjet 18.0.1.0 (64-bit)
- Update to Chromium 64(patch for Spectre and Meltdown bug)
- Added control to mute entire website
- HDR support for Windows 10 users
Slimjet 17.0.9.0 (64-bit)
- Language file update
Slimjet 17.0.8.0 (64-bit)
- Minor performance improvement
Slimjet 17.0.7.0 (64-bit)
- Change log not available for this version
Slimjet 17.0.6.0 (64-bit)
- Update language files
- Fix a bug with youtube video downloader
- Fix bug with toolbar customization dialog for french UI
Slimjet 17.0.5.0 (64-bit)
- Update language files
Slimjet 17.0.4.0 (64-bit)
- Update language files
- Add support to view saved passwords directly from address bar when chrome password manager is used
Slimjet 17.0.3.0 (64-bit)
- Update language files
- Fix playback issue with netflix
Slimjet 17.0.2.0 (64-bit)
- Update language files
- Fix minor bugs
Slimjet 17.0.0.0 (64-bit)
- Migrate to Chromium 63
- Improve youtube video downloader. Added option to save as webm which takes much less time during video merging
Slimjet 16.0.9.0 (64-bit)
- Fix a bug with video proxy
Slimjet 16.0.8.0 (64-bit)
- Fix a bug with toolbar customization dialog
Slimjet 16.0.7.0 (64-bit)
- Fix a few crash cases
- Update toolbar icons
Slimjet 16.0.6.0 (64-bit)
- Fix a bug with video recording
- Fix compatibility issue with Tampermonkey extension
Slimjet 16.0.5.0 (64-bit)
- Fix a bug with video play back
Slimjet 16.0.4.0 (64-bit)
- Fixed a bug with video play back on Windows
Slimjet 16.0.3.0 (64-bit)
- Fix a bug with proxy settings
Slimjet 16.0.2.0 (64-bit)
- Fix video play back on iqiyi.com
- Fix a bug with mouse gesture
Slimjet 15.1.7.0 (64-bit)
- Fix video play back on Windows 10 with fall creators update
Slimjet 15.1.6.0 (64-bit)
- Update language files
Slimjet 15.1.5.0 (64-bit)
- Fix bug with gif animation play control option
Slimjet 15.1.4.0 (64-bit)
- Fix a bug with youtube video downloader
- Fix video playback issue on pptv.com
Slimjet 15.1.3.0 (64-bit)
- Add drop down history for dedicated search box
Slimjet 15.1.2.0 (64-bit)
- Fix bug: youtube video download button missing with new youtube layout
Slimjet 15.1.1.0 (64-bit)
- Update language files
Slimjet 15.1.0.0 (64-bit)
- New feature: "Record video from current tab" available from the main menu. You can access it quickly by adding the corresponding button onto the toolbar. It allows you to record whatever content in the current tab into a webm video file
- Fix AAC audio playback on some sites
Slimjet 15.0.5.0 (64-bit)
- Added search box into side bookmark panel.
- Save screenshot menu now saves the screenshot of the entire page instead of just visible portion
- Updated Ukrainian language file
- Bug fix: drop down menu from New Tab button no available under Mac
Slimjet 15.0.4.0 (64-bit)
- Fix bug with flash blocking notification
- Remove option "force flash player on youtube" since youtube no longer supports flash player
Slimjet 15.0.3.0 (64-bit)
- Fix bug with ad blocker
Slimjet 15.0.2.0 (64-bit)
- Fix bug with language file manager
- Fix bug with side bookmarks panel under linux
- Add "Add to Desktop" menu
Slimjet 15.0.1.0 (64-bit)
- Fix bug with crash dump file generation
更新時間:2018-06-27
更新細節:
What's new in this version:
ApowerREC 1.1.6.0
- Change log not available for this version
ApowerREC 1.1.5.0
- Change log not available for this version
ApowerREC 1.1.4.0
- Change log not available for this version
ApowerREC 1.1.3.0
- Change log not available for this version
更新時間:2018-06-27
更新細節:
What's new in this version:
Slimjet 19.0.5.0 (64-bit)
- Fix layout issue with settings page
Slimjet 19.0.4.0 (64-bit)
- Fix bug with the automatic updater
Slimjet 19.0.3.0 (64-bit)
- Fix video playback issue with youku.com
Slimjet 19.0.2.0 (64-bit)
- Fix bug with side bookmarks panel
- Fix bug with download manager
Slimjet 19.0.1.0 (64-bit)
- Update to Chromium 66
- Automatically mute the sound of autoplaying videos
Slimjet 18.0.5.0 (64-bit)
- Language file updates
Slimjet 18.0.4.0 (64-bit)
- Fix a bug with ad blocker
Slimjet 18.0.3.0 (64-bit)
- Fix startup issue under Mac
Slimjet 18.0.2.0 (64-bit)
- Update language files
Slimjet 18.0.1.0 (64-bit)
- Update to Chromium 64(patch for Spectre and Meltdown bug)
- Added control to mute entire website
- HDR support for Windows 10 users
Slimjet 17.0.9.0 (64-bit)
- Language file update
Slimjet 17.0.8.0 (64-bit)
- Minor performance improvement
Slimjet 17.0.7.0 (64-bit)
- Change log not available for this version
Slimjet 17.0.6.0 (64-bit)
- Update language files
- Fix a bug with youtube video downloader
- Fix bug with toolbar customization dialog for french UI
Slimjet 17.0.5.0 (64-bit)
- Update language files
Slimjet 17.0.4.0 (64-bit)
- Update language files
- Add support to view saved passwords directly from address bar when chrome password manager is used
Slimjet 17.0.3.0 (64-bit)
- Update language files
- Fix playback issue with netflix
Slimjet 17.0.2.0 (64-bit)
- Update language files
- Fix minor bugs
Slimjet 17.0.0.0 (64-bit)
- Migrate to Chromium 63
- Improve youtube video downloader. Added option to save as webm which takes much less time during video merging
Slimjet 16.0.9.0 (64-bit)
- Fix a bug with video proxy
Slimjet 16.0.8.0 (64-bit)
- Fix a bug with toolbar customization dialog
Slimjet 16.0.7.0 (64-bit)
- Fix a few crash cases
- Update toolbar icons
Slimjet 16.0.6.0 (64-bit)
- Fix a bug with video recording
- Fix compatibility issue with Tampermonkey extension
Slimjet 16.0.5.0 (64-bit)
- Fix a bug with video play back
Slimjet 16.0.4.0 (64-bit)
- Fixed a bug with video play back on Windows
Slimjet 16.0.3.0 (64-bit)
- Fix a bug with proxy settings
Slimjet 16.0.2.0 (64-bit)
- Fix video play back on iqiyi.com
- Fix a bug with mouse gesture
Slimjet 15.1.7.0 (64-bit)
- Fix video play back on Windows 10 with fall creators update
Slimjet 15.1.6.0 (64-bit)
- Update language files
Slimjet 15.1.5.0 (64-bit)
- Fix bug with gif animation play control option
Slimjet 15.1.4.0 (64-bit)
- Fix a bug with youtube video downloader
- Fix video playback issue on pptv.com
Slimjet 15.1.3.0 (64-bit)
- Add drop down history for dedicated search box
Slimjet 15.1.2.0 (64-bit)
- Fix bug: youtube video download button missing with new youtube layout
Slimjet 15.1.1.0 (64-bit)
- Update language files
Slimjet 15.1.0.0 (64-bit)
- New feature: "Record video from current tab" available from the main menu. You can access it quickly by adding the corresponding button onto the toolbar. It allows you to record whatever content in the current tab into a webm video file
- Fix AAC audio playback on some sites
Slimjet 15.0.5.0 (64-bit)
- Added search box into side bookmark panel.
- Save screenshot menu now saves the screenshot of the entire page instead of just visible portion
- Updated Ukrainian language file
- Bug fix: drop down menu from New Tab button no available under Mac
Slimjet 15.0.4.0 (64-bit)
- Fix bug with flash blocking notification
- Remove option "force flash player on youtube" since youtube no longer supports flash player
Slimjet 15.0.3.0 (64-bit)
- Fix bug with ad blocker
Slimjet 15.0.2.0 (64-bit)
- Fix bug with language file manager
- Fix bug with side bookmarks panel under linux
- Add "Add to Desktop" menu
Slimjet 15.0.1.0 (64-bit)
- Fix bug with crash dump file generation
更新時間:2018-06-15
更新細節:
What's new in this version:
Slimjet 19.0.3.0 (64-bit)
- Fix video playback issue with youku.com
Slimjet 19.0.2.0 (64-bit)
- Fix bug with side bookmarks panel
- Fix bug with download manager
Slimjet 19.0.1.0 (64-bit)
- Update to Chromium 66
- Automatically mute the sound of autoplaying videos
Slimjet 18.0.5.0 (64-bit)
- Language file updates
Slimjet 18.0.4.0 (64-bit)
- Fix a bug with ad blocker
Slimjet 18.0.3.0 (64-bit)
- Fix startup issue under Mac
Slimjet 18.0.2.0 (64-bit)
- Update language files
Slimjet 18.0.1.0 (64-bit)
- Update to Chromium 64(patch for Spectre and Meltdown bug)
- Added control to mute entire website
- HDR support for Windows 10 users
Slimjet 17.0.9.0 (64-bit)
- Language file update
Slimjet 17.0.8.0 (64-bit)
- Minor performance improvement
Slimjet 17.0.7.0 (64-bit)
- Change log not available for this version
Slimjet 17.0.6.0 (64-bit)
- Update language files
- Fix a bug with youtube video downloader
- Fix bug with toolbar customization dialog for french UI
Slimjet 17.0.5.0 (64-bit)
- Update language files
Slimjet 17.0.4.0 (64-bit)
- Update language files
- Add support to view saved passwords directly from address bar when chrome password manager is used
Slimjet 17.0.3.0 (64-bit)
- Update language files
- Fix playback issue with netflix
Slimjet 17.0.2.0 (64-bit)
- Update language files
- Fix minor bugs
Slimjet 17.0.0.0 (64-bit)
- Migrate to Chromium 63
- Improve youtube video downloader. Added option to save as webm which takes much less time during video merging
Slimjet 16.0.9.0 (64-bit)
- Fix a bug with video proxy
Slimjet 16.0.8.0 (64-bit)
- Fix a bug with toolbar customization dialog
Slimjet 16.0.7.0 (64-bit)
- Fix a few crash cases
- Update toolbar icons
Slimjet 16.0.6.0 (64-bit)
- Fix a bug with video recording
- Fix compatibility issue with Tampermonkey extension
Slimjet 16.0.5.0 (64-bit)
- Fix a bug with video play back
Slimjet 16.0.4.0 (64-bit)
- Fixed a bug with video play back on Windows
Slimjet 16.0.3.0 (64-bit)
- Fix a bug with proxy settings
Slimjet 16.0.2.0 (64-bit)
- Fix video play back on iqiyi.com
- Fix a bug with mouse gesture
Slimjet 15.1.7.0 (64-bit)
- Fix video play back on Windows 10 with fall creators update
Slimjet 15.1.6.0 (64-bit)
- Update language files
Slimjet 15.1.5.0 (64-bit)
- Fix bug with gif animation play control option
Slimjet 15.1.4.0 (64-bit)
- Fix a bug with youtube video downloader
- Fix video playback issue on pptv.com
Slimjet 15.1.3.0 (64-bit)
- Add drop down history for dedicated search box
Slimjet 15.1.2.0 (64-bit)
- Fix bug: youtube video download button missing with new youtube layout
Slimjet 15.1.1.0 (64-bit)
- Update language files
Slimjet 15.1.0.0 (64-bit)
- New feature: "Record video from current tab" available from the main menu. You can access it quickly by adding the corresponding button onto the toolbar. It allows you to record whatever content in the current tab into a webm video file
- Fix AAC audio playback on some sites
Slimjet 15.0.5.0 (64-bit)
- Added search box into side bookmark panel.
- Save screenshot menu now saves the screenshot of the entire page instead of just visible portion
- Updated Ukrainian language file
- Bug fix: drop down menu from New Tab button no available under Mac
Slimjet 15.0.4.0 (64-bit)
- Fix bug with flash blocking notification
- Remove option "force flash player on youtube" since youtube no longer supports flash player
Slimjet 15.0.3.0 (64-bit)
- Fix bug with ad blocker
Slimjet 15.0.2.0 (64-bit)
- Fix bug with language file manager
- Fix bug with side bookmarks panel under linux
- Add "Add to Desktop" menu
Slimjet 15.0.1.0 (64-bit)
- Fix bug with crash dump file generation
更新時間:2018-06-15
更新細節:
What's new in this version:
WebStorm 2018.1.5 Build 181.5281.31
- JavaScript Bug WEB-32790 WebStorm decides to stop accessing .d.ts files for es features for a project
- Node.js Bug WEB-32719 Add v8 to Node.js core modules
- TypeScript Bug WEB-32634 False positive Type mismatch error inside Angular Injectable
- No subsystem Bug IDEA-193747 Clicking Help | Register does nothing in a Toolbox-installed PhpStorm
- User Interface Bug IDEA-192713 focus is lost on opening Find Usages tool window
- Performance IDEA-192184 Goto Class/File/Symbol popups leak via native window and focus traversal policy
- Version Control Performance IDEA-192017 Unshelving creates a thread for each shelved file
- Version Control. Git Bug IDEA-191656 Git commit history with control characters causes intellij to spin, consuming CPU and repeating the same stack in the idea.log
WebStorm 2018.1.4 Build 181.5087.27
- It’s now possible to run and debug tests using Karma run/debug configurations in projects generated with Angular CLI 6 (WEB-32653)
- In Flow files, you can now press Cmd/Ctrl and hover over a symbol to see its type info. That works in projects where Flow server is used for navigation, code completion, and type hinting – the corresponding checkbox in Preferences | Languages and Frameworks | JavaScript should be checked. Navigation to the definition in Flow now works significantly faster than before
WebStorm 2018.1.3 Build 181.4892.44
- Change log not available for this version
WebStorm 2018.1.2 Build 181.4668.60
- Change log not available for this version
WebStorm 2018.1.1 Build 181.4445.68
New:
- Better support for Yarn workspaces: WebStorm now provides proper code completion for the dependencies listed in the workspace’s package.json
- In the JavaScript and TypeScript code style settings you can now configure whether to add file extensions in imports or not
- The bundled TypeScript package has been updated to version 2.8
- Stylelint now works in the Vue single-file components and the HTML files
Fixed:
- Move statement up and down now works for the JSX code (Shift-Cmd-Up/Down on macOS or Ctrl-Shift-Up/Down on Windows and Linux)
- The code completion for methods and properties defined in the CommonJS modules has been improved
- The problem with editing the Pug files is now fixed
- There is more about some of the improvements below
Support for Yarn workspaces:
- Yarn workspaces help you organize multiple packages into a single repo. When using Yarn workspaces, the dependencies of all the packages are installed together and are put into the node_modules folder at the root of your project and not next to the package.json file of each workspace
WebStorm 2017.3.3 Build 173.4301.22
New:
- Responses from the new REST Client are now formatted automatically
- Node.js debugger now supports –experimental-modules flag
Fixed:
- False positive errors from the eslint-plugin-import ESLint plugin were fixed
- Debug for apps created with Angular CLI 1.5.5+
- Debugging the app’s main process with Electron 1.8.1+
- Meteor debugger now uses –inspect by default
WebStorm 2017.3.1 Build 173.3942.31
New:
- Support for Fragments in React 16.2
- Configuration for the auto-completion after the = sign in JSX attributes is now available in the HTML Code Style preferences
- Customizable syntax highlighting for TypeScript decorators
- Extended error messages in the Flow tool window
- New option "Start template string interpolation on $"
Fixed:
- Unresolved React props when using @types/react
- Slow code completion for CSS classes in HTML files
- Optimize imports in Vue files
- Updating tasks from the issue trackers in the IDE
- Extend selection inside the script tag
WebStorm 2017.3 Build 173.3727.108
- Enjoy improved code completion and documentation for standard JavaScript objects and methods
- Move class methods up the class hierarchy safely with the new ‘Pull member up’ refactoring
- Use the new ‘Extract type’ and ‘Extract interface’ refactorings in TypeScript
- Enjoy better code completion and navigation and new code snippets for Vue.js
- Run tests with Jest in watch mode, update failing snapshots in one click, and explore code coverage reports in the IDE
- Test REST APIs right from the editor
更新時間:2018-06-01
更新細節:
What's new in this version:
Slimjet 19.0.2.0 (64-bit)
- Fix bug with side bookmarks panel
- Fix bug with download manager
Slimjet 19.0.1.0 (64-bit)
- Update to Chromium 66
- Automatically mute the sound of autoplaying videos
Slimjet 18.0.5.0 (64-bit)
- Language file updates
Slimjet 18.0.4.0 (64-bit)
- Fix a bug with ad blocker
Slimjet 18.0.3.0 (64-bit)
- Fix startup issue under Mac
Slimjet 18.0.2.0 (64-bit)
- Update language files
Slimjet 18.0.1.0 (64-bit)
- Update to Chromium 64(patch for Spectre and Meltdown bug)
- Added control to mute entire website
- HDR support for Windows 10 users
Slimjet 17.0.9.0 (64-bit)
- Language file update
Slimjet 17.0.8.0 (64-bit)
- Minor performance improvement
Slimjet 17.0.7.0 (64-bit)
- Change log not available for this version
Slimjet 17.0.6.0 (64-bit)
- Update language files
- Fix a bug with youtube video downloader
- Fix bug with toolbar customization dialog for french UI
Slimjet 17.0.5.0 (64-bit)
- Update language files
Slimjet 17.0.4.0 (64-bit)
- Update language files
- Add support to view saved passwords directly from address bar when chrome password manager is used
Slimjet 17.0.3.0 (64-bit)
- Update language files
- Fix playback issue with netflix
Slimjet 17.0.2.0 (64-bit)
- Update language files
- Fix minor bugs
Slimjet 17.0.0.0 (64-bit)
- Migrate to Chromium 63
- Improve youtube video downloader. Added option to save as webm which takes much less time during video merging
Slimjet 16.0.9.0 (64-bit)
- Fix a bug with video proxy
Slimjet 16.0.8.0 (64-bit)
- Fix a bug with toolbar customization dialog
Slimjet 16.0.7.0 (64-bit)
- Fix a few crash cases
- Update toolbar icons
Slimjet 16.0.6.0 (64-bit)
- Fix a bug with video recording
- Fix compatibility issue with Tampermonkey extension
Slimjet 16.0.5.0 (64-bit)
- Fix a bug with video play back
Slimjet 16.0.4.0 (64-bit)
- Fixed a bug with video play back on Windows
Slimjet 16.0.3.0 (64-bit)
- Fix a bug with proxy settings
Slimjet 16.0.2.0 (64-bit)
- Fix video play back on iqiyi.com
- Fix a bug with mouse gesture
Slimjet 15.1.7.0 (64-bit)
- Fix video play back on Windows 10 with fall creators update
Slimjet 15.1.6.0 (64-bit)
- Update language files
Slimjet 15.1.5.0 (64-bit)
- Fix bug with gif animation play control option
Slimjet 15.1.4.0 (64-bit)
- Fix a bug with youtube video downloader
- Fix video playback issue on pptv.com
Slimjet 15.1.3.0 (64-bit)
- Add drop down history for dedicated search box
Slimjet 15.1.2.0 (64-bit)
- Fix bug: youtube video download button missing with new youtube layout
Slimjet 15.1.1.0 (64-bit)
- Update language files
Slimjet 15.1.0.0 (64-bit)
- New feature: "Record video from current tab" available from the main menu. You can access it quickly by adding the corresponding button onto the toolbar. It allows you to record whatever content in the current tab into a webm video file
- Fix AAC audio playback on some sites
Slimjet 15.0.5.0 (64-bit)
- Added search box into side bookmark panel.
- Save screenshot menu now saves the screenshot of the entire page instead of just visible portion
- Updated Ukrainian language file
- Bug fix: drop down menu from New Tab button no available under Mac
Slimjet 15.0.4.0 (64-bit)
- Fix bug with flash blocking notification
- Remove option "force flash player on youtube" since youtube no longer supports flash player
Slimjet 15.0.3.0 (64-bit)
- Fix bug with ad blocker
Slimjet 15.0.2.0 (64-bit)
- Fix bug with language file manager
- Fix bug with side bookmarks panel under linux
- Add "Add to Desktop" menu
Slimjet 15.0.1.0 (64-bit)
- Fix bug with crash dump file generation
更新時間:2018-05-30
更新細節:
What's new in this version:
Slimjet 19.0.1.0 (64-bit)
- Update to Chromium 66
- Automatically mute the sound of autoplaying videos
Slimjet 18.0.5.0 (64-bit)
- Language file updates
Slimjet 18.0.4.0 (64-bit)
- Fix a bug with ad blocker
Slimjet 18.0.3.0 (64-bit)
- Fix startup issue under Mac
Slimjet 18.0.2.0 (64-bit)
- Update language files
Slimjet 18.0.1.0 (64-bit)
- Update to Chromium 64(patch for Spectre and Meltdown bug)
- Added control to mute entire website
- HDR support for Windows 10 users
Slimjet 17.0.9.0 (64-bit)
- Language file update
Slimjet 17.0.8.0 (64-bit)
- Minor performance improvement
Slimjet 17.0.7.0 (64-bit)
- Change log not available for this version
Slimjet 17.0.6.0 (64-bit)
- Update language files
- Fix a bug with youtube video downloader
- Fix bug with toolbar customization dialog for french UI
Slimjet 17.0.5.0 (64-bit)
- Update language files
Slimjet 17.0.4.0 (64-bit)
- Update language files
- Add support to view saved passwords directly from address bar when chrome password manager is used
Slimjet 17.0.3.0 (64-bit)
- Update language files
- Fix playback issue with netflix
Slimjet 17.0.2.0 (64-bit)
- Update language files
- Fix minor bugs
Slimjet 17.0.0.0 (64-bit)
- Migrate to Chromium 63
- Improve youtube video downloader. Added option to save as webm which takes much less time during video merging
Slimjet 16.0.9.0 (64-bit)
- Fix a bug with video proxy
Slimjet 16.0.8.0 (64-bit)
- Fix a bug with toolbar customization dialog
Slimjet 16.0.7.0 (64-bit)
- Fix a few crash cases
- Update toolbar icons
Slimjet 16.0.6.0 (64-bit)
- Fix a bug with video recording
- Fix compatibility issue with Tampermonkey extension
Slimjet 16.0.5.0 (64-bit)
- Fix a bug with video play back
Slimjet 16.0.4.0 (64-bit)
- Fixed a bug with video play back on Windows
Slimjet 16.0.3.0 (64-bit)
- Fix a bug with proxy settings
Slimjet 16.0.2.0 (64-bit)
- Fix video play back on iqiyi.com
- Fix a bug with mouse gesture
Slimjet 15.1.7.0 (64-bit)
- Fix video play back on Windows 10 with fall creators update
Slimjet 15.1.6.0 (64-bit)
- Update language files
Slimjet 15.1.5.0 (64-bit)
- Fix bug with gif animation play control option
Slimjet 15.1.4.0 (64-bit)
- Fix a bug with youtube video downloader
- Fix video playback issue on pptv.com
Slimjet 15.1.3.0 (64-bit)
- Add drop down history for dedicated search box
Slimjet 15.1.2.0 (64-bit)
- Fix bug: youtube video download button missing with new youtube layout
Slimjet 15.1.1.0 (64-bit)
- Update language files
Slimjet 15.1.0.0 (64-bit)
- New feature: "Record video from current tab" available from the main menu. You can access it quickly by adding the corresponding button onto the toolbar. It allows you to record whatever content in the current tab into a webm video file
- Fix AAC audio playback on some sites
Slimjet 15.0.5.0 (64-bit)
- Added search box into side bookmark panel.
- Save screenshot menu now saves the screenshot of the entire page instead of just visible portion
- Updated Ukrainian language file
- Bug fix: drop down menu from New Tab button no available under Mac
Slimjet 15.0.4.0 (64-bit)
- Fix bug with flash blocking notification
- Remove option "force flash player on youtube" since youtube no longer supports flash player
Slimjet 15.0.3.0 (64-bit)
- Fix bug with ad blocker
Slimjet 15.0.2.0 (64-bit)
- Fix bug with language file manager
- Fix bug with side bookmarks panel under linux
- Add "Add to Desktop" menu
Slimjet 15.0.1.0 (64-bit)
- Fix bug with crash dump file generation