Skip to content

@smashwilson smashwilson released this Apr 25, 2019

Notable Changes

  • #19109: Authenticate and encrypt the connection used to discover and communicate with existing main processes.
  • #19169: If any existing Atom window contains no project roots and --new-window is not specified, opened files and directories will be added to the most recently focused empty window.
  • #19169: When opening only file paths that do not belong to the open project roots of any existing window, add them to the most recently focused window.
  • #19169: When core.restorePreviousWindowsOnStart is set to "always", --new-window is specified, and one or more paths are opened, previous windows are no longer restored; --new-window always takes precedence.
  • #19169: When previous windows are restored at application launch, paths and arguments given on the command-line are no longer duplicated within each opened window.
  • #19169: When locating an existing window to open a new path within, existing windows are considered in the order in which they were most recently focused, not the order in which they were created. This is consistent with the way that --add finds its window and URLs are routed to windows.
  • #19169: When locating an existing window to open a new path within, --safe mode is respected - if --safe is provided, only a safe-mode window will be considered.
  • #19169: If --add is provided and the most recently focused window is a dev mode window, a previously focused non-dev mode window will be used if available instead of opening a new window.
  • #19169: If --add and --safe are both provided, the paths will only be added to an existing, most recently focused safe-mode window. If --safe is not provided, the paths will only be added to a non-safe-mode window.
  • #19200: Re-upgrade electron-link to correct a startup time performance regression.
  • #19058 and #19203: "File -> Reopen Project" works correctly on macOS when no windows are open.
  • #19203: "File -> Reopen Project" from the application menu opens the chosen project folders.
  • #19203: Choosing application:reopen-project from the command palette opens chosen project folders in a new window when appropriate.
All Changes

Atom Core

v1.36.0...v1.36.1

Assets 18
Pre-release
Pre-release

@smashwilson smashwilson released this Apr 25, 2019

Notable Changes

  • atom/fuzzy-finder#381: Fix a stack trace when opening the git status fuzzy finder.
  • #19169: If any existing Atom window contains no project roots and --new-window is not specified, opened files and directories will be added to the most recently focused empty window.
  • #19169: When opening only file paths that do not belong to the open project roots of any existing window, add them to the most recently focused window.
  • #19169: When core.restorePreviousWindowsOnStart is set to "always", --new-window is specified, and one or more paths are opened, previous windows are no longer restored; --new-window always takes precedence.
  • #19169: When previous windows are restored at application launch, paths and arguments given on the command-line are no longer duplicated within each opened window.
  • #19169: When locating an existing window to open a new path within, existing windows are considered in the order in which they were most recently focused, not the order in which they were created. This is consistent with the way that --add finds its window and URLs are routed to windows.
  • #19169: When locating an existing window to open a new path within, --safe mode is respected - if --safe is provided, only a safe-mode window will be considered.
  • #19169: If --add is provided and the most recently focused window is a dev mode window, a previously focused non-dev mode window will be used if available instead of opening a new window.
  • #19169: If --add and --safe are both provided, the paths will only be added to an existing, most recently focused safe-mode window. If --safe is not provided, the paths will only be added to a non-safe-mode window.
  • #19200: Re-upgrade electron-link to correct a startup time performance regression.
  • #19203: "File -> Reopen Project" works correctly on macOS when no windows are open.
  • #19203: "File -> Reopen Project" from the application menu opens the chosen project folders.
  • #19203: Choosing application:reopen-project from the command palette opens chosen project folders in a new window when appropriate.
  • #19207: After opening Atom with a file path and quitting, re-opening Atom no longer displays an incorrect error stating that the file could not be found.
All Changes

Atom Core

v1.37.0-beta0...v1.37.0-beta1

fuzzy-finder

v1.13.0...v1.13.1

Assets 18
Pre-release
Pre-release

@smashwilson smashwilson released this Apr 11, 2019

Notable Changes

All Changes

Atom Core

v1.36.0...v1.37.0-beta0

fuzzy-finder

v1.9.2...v1.12.1

github

v0.27.0...v0.28.0

keybinding-resolver

v0.38.4...v0.39.0

metrics

v1.6.2...v1.7.2

settings-view

v0.260.1...v0.261.1

snippets

v1.4.0...v1.4.1

spell-check

v0.74.2...v0.74.4

tree-view

v0.224.5...v0.225.0

welcome

v0.36.7...v0.36.9

language-clojure

v0.22.7...v0.22.8

language-css

v0.43.0...v0.44.0

language-javascript

v0.129.20...v0.129.21

language-python

v0.51.9...v0.51.10

language-ruby

v0.72.15...v0.72.16

language-toml

v0.18.2...v0.20.0

Assets 18

@smashwilson smashwilson released this Apr 11, 2019

Notable Changes

All Changes

Atom Core

v1.35.1...v1.36.0

bookmarks

v0.45.1...v0.46.0

find-and-replace

v0.215.14...v0.218.9

fuzzy-finder

v1.8.2...v1.9.2

github

v0.24.0...v0.27.0

image-view

v0.63.1...v0.64.0

notifications

v0.70.5...v0.70.6

status-bar

v1.8.16...v1.8.17

tabs

v0.109.2...v0.110.0

wrap-guide

v0.40.3...v0.41.0

language-coffee-script

v0.49.3...v0.50.0

language-html

v0.51.5...v0.52.0

language-javascript

v0.129.19...v0.129.20

language-ruby

v0.72.14...v0.72.15

Assets 18
Pre-release
Pre-release

@jasonrudolph jasonrudolph released this Mar 28, 2019

  • Fixed an issue that caused Atom to open new (duplicate) windows for already-open projects (#18967)
  • Adjusted the default Jasmine test runner to allow you to activate packages listed in the APM_TEST_PACKAGES environment variable (#18984)
Assets 18
Pre-release
Pre-release

@jasonrudolph jasonrudolph released this Mar 13, 2019

Fixed an issue that caused the File -> Open Folder menu option to display the Open File dialog (instead of the Open Folder dialog) (#18971)

Assets 18

@jasonrudolph jasonrudolph released this Mar 13, 2019

Fixed an issue that caused the File -> Open Folder menu option to display the Open File dialog (instead of the Open Folder dialog) (#18971)

Assets 18
Pre-release

@annthurium annthurium released this Mar 11, 2019

Notable Changes

All Changes

Atom Core

v1.35.0...v1.36.0-beta0

bookmarks

v0.45.1...v0.46.0

find-and-replace

v0.215.14...v0.218.9

fuzzy-finder

v1.8.2...v1.9.2

github

v0.24.0...v0.27.0

image-view

v0.63.1...v0.64.0

notifications

v0.70.5...v0.70.6

status-bar

v1.8.16...v1.8.17

tabs

v0.109.2...v0.110.0

wrap-guide

v0.40.3...v0.41.0

language-coffee-script

v0.49.3...v0.50.0

language-html

v0.51.5...v0.52.0

language-javascript

v0.129.19...v0.129.20

language-ruby

v0.72.14...v0.72.15

Assets 18

@annthurium annthurium released this Mar 11, 2019

Notable Changes

All Changes

Atom Core

v1.34.0...v1.35.0

github

v0.23.3...v0.24.0

settings-view

v0.257.2...v0.260.1

status-bar

v1.8.15...v1.8.16

language-python

v0.51.8...v0.51.9

Assets 18
Pre-release

@jasonrudolph jasonrudolph released this Jan 8, 2019

Notable Changes

  • Introduce a pane item in the GitHub package to display the contents of an individual commit (atom/github#1807)
  • Add a tab to the pull request pane in the GitHub package to show all changed files in a pull request (atom/github#1829)
  • Provide a button to show/hide the input values of passwords in the GitHub package (atom/github#1808)
  • Improve reliability of text entry in the settings view (#18545)
  • Fix handling of partially-matched keymap sequences involving meta/ctrl keys (atom/atom-keymap#236)
All Changes

Atom Core

v1.34.0...v1.35.0-beta0

github

v0.23.3...v0.24.0

settings-view

v0.257.2...v0.257.3

status-bar

v1.8.15...v1.8.16

Assets 18
You can’t perform that action at this time.