Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Releases: atom/atom

Technetium

09 Dec 23:02
Compare
Choose a tag to compare

For Users

  • πŸ­πŸ› Fixed a bug causing incorrect cursor movement and text insertion in files with hard tabs \t.
  • πŸ’ΎπŸ› Fixed a bug with autosaving causing an error for untitled buffers that had unsaved changes..
  • πŸ”—πŸ› Help > Documentation menu now opens correct URL.
  • πŸšͺπŸ› Fixed a bug preventing the Settings View: Change Themes command from opening.
  • πŸŽ―πŸ“ Added ctrl-g down/up keyboard shortcuts to jump to the next/previous diff hunk in the open editor.

For Developers

  • New atom.getGitHubAuthToken() and atom.setGitHubAuthToken(token) APIs to access and change the GitHub OAuth token stored in the keychain, see #1240.
  • Syntax themes can now specify a syntax-variables.less file similar to ui-variables.less, see #1246.

Molybdenum

06 Dec 19:44
Compare
Choose a tag to compare

For Users

  • πŸšͺπŸ› Fixed an issue with the welcome page not opening on first run.
  • πŸ”§πŸ› Fixed an issue with script/build failing with a missing auth token error.

For Developers

  • 🎽 script/install-cli was added to install the atom and apm commands.
  • β›” A dialog is now display when trying to open dev windows without having atom/atom cloned to ~/github/atom.

Niobium

05 Dec 00:55
Compare
Choose a tag to compare

For Users

  • πŸ”πŸ› Fixed a bug with the GitHub sign in dialog not working.
  • βžΏπŸ› Fixed an infinite loop parsing ERB syntax such as <%>.

Zirconium

04 Dec 19:31
Compare
Choose a tag to compare

For Users

  • πŸ“· A feedback tool is now included, click the ⚑ icon on the status bar to let us know how you are feeling.

For Developers

  • All the Atom shims to old deprecated APIs have been removed, see #1166 and #1169 for more details.
  • Some CSS ids were changed to be classes, see #1184 for more details.

Yttrium

03 Dec 18:09
Compare
Choose a tag to compare

For Users

  • 🎹 Custom keymap configuration has changed.
    • If you're using body in your keymaps you should switch it to .workspace
    • If you're using meta to represent command it should now be switched to cmd

For Developers

  • 😐 The shims to deprecated APIs have been removed, see #1126.
  • πŸ”‘ Keymap configuration has changed.
    • If you're using body in your keymaps you should switch it to .workspace
    • If you're using meta to represent command it should now be switched to cmd

Strontium

03 Dec 18:13
Compare
Choose a tag to compare

For Users

  • πŸ’ΊπŸ› Fixed an issue with editors not reopening in certain cases.

Rubidium

03 Dec 18:13
Compare
Choose a tag to compare

This release was accidental and did not include anything noteworthy in it.

Krypton

03 Dec 18:14
Compare
Choose a tag to compare

For Users

  • πŸ“‹πŸ› Fixed an issue with pasting certain words such as constructor in the editor.
  • β¬›πŸ› Fixed an issue with the editor going blank when focused.
  • πŸ‘―πŸ› Fixed an issue with bracket pair highlights not going away when deleting a bracket.

Bromine

03 Dec 18:14
Compare
Choose a tag to compare

For Users

  • πŸšœπŸ’¨ Editors now open faster and take up less memory.
  • πŸ“‘βœ¨ Better looking tabs.
  • πŸŽ§πŸ› Soft wrap now updates when the editor's size changes, splits are open, etc.
  • β˜•πŸ› CoffeeScript regexes now syntax highlight correctly when they contain \.
  • πŸ“œπŸ› Undo/redo now scrolls the editor to the location of the change.
  • β—½πŸ› Git support and syntax highlighting now works on Windows.

Selenium

03 Dec 18:14
Compare
Choose a tag to compare

For Users

  • πŸ“πŸ” Project find now displays results in a tab in the main editor area.
  • πŸ”„πŸ› Fixed a bug where editors weren't reopened on startup.
  • πŸ“‘πŸ› Fixed a bug where hard tabs could not be enabled on the editor.
  • πŸ“¦πŸ› Fixed a bug where the Settings view did not display available packages.

For Package Developers

  • .cson is now a valid grammar extension.