Atom (64-bit) 歷史舊版本 Page35

最新版本 Atom 1.63.1 (64-bit)

Atom (64-bit) 歷史版本列表

Atom 64bit 是一個文本編輯器,它是現代的,平易近人的,但對核心有破壞性的工具 - 一個你可以自定義的工具,但是也可以高效地使用而不需要觸摸配置文件。您可以從數以千計的為 Atom 添加新特性和功能的開源軟件包中進行選擇,或者從頭構建一個軟件包並將其發布給其他人使用。 Atom 預裝了四種 UI 和八種語法主題,分別為黑色和淺色。 Atom 免費下載最新版本的 Windows PC。它是 ... Atom (64-bit) 軟體介紹


Atom 1.24.1 (64-bit) 查看版本資訊

更新時間:2018-03-09
更新細節:

What's new in this version:

- Fixed a bug where atom.showSaveDialogSync() would not return a file path

Atom 1.24.0 (64-bit) 查看版本資訊

更新時間:2018-02-14
更新細節:

Insomnia 5.14.6 查看版本資訊

更新時間:2018-02-14
更新細節:

What's new in this version:

Insomnia 5.14.6
- Bug Fixes: Fix app icon on Linux

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

Atom 1.23.3 (64-bit) 查看版本資訊

更新時間:2018-01-10
更新細節:

What's new in this version:

Atom Core:
- Update protocol client installation

Autocomplete-plus:
- Fix non-word character replacement
- Avoid querying destroyed editor in SymbolProvider spec
- Optionally dismiss suggestion list on up/down instead of cycling.
- Remove editor from watchedEditors when editor is destroyed
- Introduce service API version 4.0 with simplified prefix handling

Spell-check:
- fix the github README link
- Don't watch editors more than once if they're re-added to the workspace
- Update atom-select-list to 0.7.0
- Fallback to the dictionary path provided by node-spellchecker

Atom 1.23.2 (64-bit) 查看版本資訊

更新時間:2018-01-03
更新細節:

What's new in this version:

- Update APM to solve inability to upgrade/install packages with case-sensitive names
- Update language-html to remove begin/end matching for alphabetical character references atom/language-html
- Honor 'never' when chosen in the atom protocol handler registration dialog

Atom 1.23.1 (64-bit) 查看版本資訊

更新時間:2017-12-14
更新細節:

What's new in this version:

- Fixed an uncaught exception in find-and-replace

Atom 1.23.0 (64-bit) 查看版本資訊

更新時間:2017-12-13
更新細節:

What's new in this version:

- Atom packages can register a URI handler function that will be invoked any time the user visits a URI that starts with atom://package-name/
- Hide specific commands in the command palette
- Improved the performance of multi-cursor editing operations by restructuring event APIs to call their callbacks only once per keystroke
- The GitHub package now never locks the index, making it easier to use the CLI or other Git tools with Atom open in the background

Atom 1.22.1 (64-bit) 查看版本資訊

更新時間:2017-11-15
更新細節:

What's new in this version:

- Fixed a performance problem in the autocomplete system that caused lag when typing long sequences of the same character (atom/superstring#44), (atom/superstring#45)

Atom 1.22.0 (64-bit) 查看版本資訊

更新時間:2017-11-07
更新細節:

What's new in this version:

- Made a significant performance improvement fetching git status
- Added a setting to highlight the line number in the gutter when matching brackets
- Markdown preview panes no longer reset their scroll position to the top when the source is saved
- Added a setting for maximum line length before soft wrapping is enforced
- Numerous bug fixes to bundled language grammar packages
- Changed autocomplete-plus default provider to compute suggestions natively and on a separate thread

Atom 1.21.2 (64-bit) 查看版本資訊

更新時間:2017-10-31
更新細節:

What's new in this version:

- Fix overlay resizing infinite loop
- Don't assign a default project path for package specs that don't have a fixtures directory
- Switch to fork of nsfw to fix symlink loops on Linux