Atom (32-bit) 歷史舊版本 Page4

最新版本 Atom 1.47.0 (32-bit)

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

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


Atom 1.14.3 查看版本資訊

更新時間:2017-02-17
更新細節:

Atom 1.14.2 查看版本資訊

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

What's new in this version:

Atom core changes:
- Throw an exception when attempting to decorate a destroyed marker layer
- Fix an exception related to keyboard layouts on certain Linux distros
- Fix an exception that would occur when closing an Atom window

TextBuffer changes:
- Ensure that markers are marked as destroyed when their marker layers are cleared via the new MarkerLayer.clear API
- Fix a rare stack overflow when editing large files
- Fix an exception when calling DisplayMarkerLayer.findMarkers from a DisplayMarker.onDidDestroy callback
- Fix regressions in multi-line searches introduced as part of a search optimization
- Introduce some assertions to help us debug some very rare exceptions

Atom 1.14.1 查看版本資訊

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

Atom 1.14.0 查看版本資訊

更新時間:2017-02-08
更新細節:

Atom 1.13.1 查看版本資訊

更新時間:2017-01-26
更新細節:

What's new in this version:

- Fixed a regression that disabled syntax highlighting when converting Markdown to HTML
- Fixed a regression that caused editors to throw exceptions when performing certain kinds of selection
- Solved an issue that caused Atom to throw an exception when setting an invalid font family
- Solved a bug that caused the editor's font size to not be increased/decreased when holding Ctrl and moving the mouse wheel

Atom 1.13.0 查看版本資訊

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

What's new in this version:

- Add ability to use custom elements inside tooltips
- Extract signed exe's from nuget-full for portable
- Don't share overlayDimensions across instances
- Don't construct placeholder tokenized lines
- Introducing Atom benchmarks
- Avoid forcing computation of all screen lines when opening a file
- Change locally required Python version to 2.7.12
- Convert ConfigSchema to JS
- Remove shadow DOM from atom-text-editor
- Use flex display in text editor instead of block
- Fix keystroke resolution problems on Linux
- Capitalize save in button label so keybindings work
- Project history api, reopen project menu and command
- Fix for #10474
- Sign Windows builds with sha256 and timestamp
- Convert BufferedProcess and BufferedNodeProcess to JS
- Remove --harmony JavaScript flag
- Build appropriate 32/64-bit version on Linux
- Fix toggleLineCommentsInSelection for empty lines
- :memo: [ci skip] add notes on 'apm' path in Windows
- Per-package transpilation
- Pass package info to transpilers
- Preserve specificity when transforming atom-text-editor::shadow
- Introduce follow through behavior for tooltips
- Fix wrong binding on atom-environment.coffee
- Update Octicons
- Add logo clarification and standard license info to README
- Additional license clarification and update license year
- Make updateProcessEnv async and add core:loaded-shell-environment activation hook
- Add a getModel method to editors' hidden input component
- Fix flicker in soft-wrapped files when resizing editors
- Use spawn instead of execFile and clean up running processes on process exit
- Add libXScrnSaver dependency to the RPM package spec
- Call openDevTools on WebContents rather than on BrowserWindow
- Run shell as detached process
- Multiple fixes for RPM and in docs RPM distros
- Multiple fixes for RPM and in docs RPM distros
- Use package-specific transpilation options during tests

Atom 1.12.9 查看版本資訊

更新時間:2017-01-05
更新細節:

What's new in this version:

- Reverted a "fix" for dependency installations on CentOS that actually made the problem worse

Atom 1.12.8 查看版本資訊

更新時間:2017-01-04
更新細節:

What's new in this version:

- RPM dependency fix for CentOS

Atom 1.12.7 查看版本資訊

更新時間:2016-12-10
更新細節:

What's new in this version:

- Upgrade to Electron 1.3.13 which includes several bug fixes including a keybinding fix for Linux users
- Replace libXScrnSaver with libXss.so.1 in RPM package spec
- Activate packages immediately if hook had already been triggered

Atom 1.12.6 查看版本資訊

更新時間:2016-11-28
更新細節:

What's new in this version:

- Added support for using SVG elements in block decorations
- Fixed a regression that was preventing Atom from being executed via the command line with the --profile-startup argument
- On Windows, fixed an issue that was causing Atom to not use the system keyboard language when changing it while Atom was open. atom/keyboard-layout
- On Windows, solved a problem that was preventing certain keyboard languages (e.g. Saudi Arabian) from being recognized. atom/keyboard-layout
- On Linux, fixed a regression that made Atom use 100% of a CPU core when launching it from a desktop shortcut or via the GNOME launcher
- On Linux, added a missing dependency to the RPM package that was preventing Atom from being opened when such dependency was not already installed on the system