Atom 是由 GitHub 開發的開源文字編輯器,支援 macOS、Windows 和 Linux 作業系統,支援 Node.js 所寫的外掛,並內建由 Github 提供的 Git 版本控制系統。
Atom 基於使用 Chromium 和 Node.js 的跨平臺應用框架 Electron(最初名為 Atom Shell),自 2014 年 5 月 6 日起,Atom 的核心程式、包管理器以及 Atom 桌面程式框架皆使用 MIT 許可協定釋出。
Atom 1.59.0 正式釋出,本次更新內容如下:
重要變化:
- - 修復了在 Ubuntu 上安裝 Atom 依賴項的命令
- - 為位於 atom-workspace 之外的編輯器啟用預設的編輯器鍵盤對映
其他更新內容:
- - 更新 Debian/Ubuntu 所需的依賴項
- - 將 atom-select-list 升級至 0.8.1
- 更新 readme 安裝庫說明
- 將 browserslist 從 4.16.3 升級到 4.16.6
- 更新 atom.desktop.ini
- 實現基於 tree-sitter 的縮排邏輯
- 從 Amazon S3 遷移到 Azure blob 儲存
- git-diff: 修復程式碼中的錯別字
- 將 normalize-url 從 4.5.0 升級到 4.5.1
- 將 /script 中的
async
依賴項升級至 3.2.0 - 將 color-string 從 1.5.4 升級到 1.5.5
- 修復 tree-sitter-language-mode-spec.js 中的錯字
- 為了相容 glibc,使用 Ubuntu 18.04 作為環境
- Ubuntu 16.04 LTS 環境已被棄用,遷移到 ubuntu-latest 代替
- 遷移樣式元素至自定義元素
- 在 workpace-element 上使用自定義元素
更多詳情可檢視: