Atom 是由 GitHub 开发的自由及开放源代码的文字与代码编辑器,支持 macOS、Windows 和 Linux 操作系统,支持 Node.js 所写的插件,并内置由 Github 提供的 Git 版本控制系统。多数的延伸包皆为开放源代码许可,并由社区建置与维护。Atom 基于使用 Chromium 和 Node.js 的跨平台应用框架 Electron(最初名为Atom Shell),并使用 CoffeeScript 和 Less 撰写。Atom 也可当作 IDE 使用。被它的开发者称为“21 世纪的高自定义性”文本编辑器(hackable text editor for the 21st Century)。自 2014 年 5 月 6 日起,Atom 的核心程序、包管理器以及 Atom 基于 Chromium 的桌面程序框架皆使用 MIT 许可协议发布。
Atom 1.56.0 正式发布,本次更新内容如下:
显著变化:
- #21847 - 修复 macOS 上所有窗口关闭后退出的错误行为;
- #21852 - 改进 Java 语法高亮显示;
- #21847 - 增加禁用鼠标中键粘贴的设置;
- #21777 - Electron 升级;
Atom Core
- atom/atom#21753 - 修正树状结构注入时"empty"语言的处理方式;
- atom/atom#21715 - 检查 testRunner 是否为 es 模块;
- atom/atom#21848 - 添加授权;
- atom/atom#21928 - 修复了依赖性 bump 脚本;
GitHub
- atom/github#2459 - 使用 action-setup-atom 来实现;
- atom/github#2621 - package.json:将@babel/core 固定为 7.12.10 以下;
- atom/github#2625 - 更新 shell.openExternal 为 Promise,因为 Atom 上的 Electron 更新;
- atom/github#2626 - 更新 Electron API 中一些方法的 Promise api;
- atom/github#2631 - 修复 GitHub 在 Atom electron 9.4.1 升级失败的测试;
拼写检查
- atom/spell-check#357 - 在配置中加入 enableDebug;
- atom/spell-check#359 - 修复了无法加载包的问题;
注意:本文归作者所有,未经作者允许,不得转载