• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

Release notes

v1.61.0-beta0 (2022-03-08)

Notable Changes

  • atom/atom#22687 - Electron upgrade to v11.4.7
  • https://github.com/atom/atom/pull/23446 - Fixes git-diff nested repositories REDUX
  • https://github.com/atom/github/pull/2676 - Correctly discard history of two files with the same name
  • https://github.com/atom/language-php/pull/445 - Detects nullable types in phpdoc
  • https://github.com/atom/language-php/pull/432 - Supports blade syntax in heredoc
  • https://github.com/atom/language-ruby/pull/240 - Adds ERB highlighting inside of script tags

Atom Core

v1.60.0...1.61.0-beta0

  • atom/atom#23158 - Remove if (reason === crashed)
  • atom/atom#23282 - Remove aws-sdk
  • atom/atom#23286 - Bump path-parse from 1.0.6 to 1.0.7 in /packages/dalek
  • atom/atom#23285 - Bump lodash from 4.17.15 to 4.17.21 in /packages/dalek
  • atom/atom#22687 - Electron upgrade 11.4.7
  • atom/atom#23322 - Install using npm installed during installation of script dependencies
  • atom/atom#23446 - Fix git-diff nested repositories REDUX
  • atom/atom#23492 - ⬆️ [email protected]
  • atom/atom#23506 - Bump node-fetch from 2.6.1 to 3.1.1 in /script
  • atom/atom#23505 - Bump nanoid from 3.1.22 to 3.2.0
  • atom/atom#23575 - fix/deps: min versions of electron-chromedriver...
  • atom/atom#23578 - ⬆️ [email protected]
  • atom/atom#23624 - Bump language-ruby to 0.73.0
  • atom/atom#23647 - deps: "downgrade" node-fetch to ^v2.6.7 in script/ (fix "Bump dependencies" job in Nightly CI)
  • atom/atom#23655 - (docs) Add FAQ link
  • atom/atom#23668 - ⬆️ electron-packager to 15.1.0 in /script

github

v0.36.9...v0.36.10

  • atom/github#2676 - Hotfix in restore discard history of files with same name
  • atom/github#2682 - Clarify debug line
  • atom/github#2683 - update os matrix in ci
  • atom/github#2712 - Remote module defaults to false

language-php

v0.47.0...v0.48.1

  • atom/language-php#445 - Detect nullable types in phpdoc
  • atom/language-php#439 - Replace noreturn with never
  • atom/language-php#444 - limit allowed characters to UTF-8 range (0x10FFFF)
  • atom/language-php#432 - Support blade syntax in heredoc

language-ruby

v0.72.23...v0.73.0

  • atom/language-ruby#289 - GitHub Actions
  • atom/language-ruby#288 - Bump tree-sitter-ruby to 0.17.0
  • atom/language-ruby#240 - Add ERB highlighting inside of script tags
  • atom/language-ruby#218 - add interpolated snippet
  • atom/language-ruby#234 - Support multiline YARD comments
  • atom/language-ruby#224 - Fix missing scopes on separators and self, differentiate ->
  • atom/language-ruby#294 - Fix some typos

v1.60.0 (2022-03-08)

Notable Changes

  • atom/tabs#531 - Activate panes on any click, not just left click
  • https://github.com/atom/atom/pull/13414 - Adds context menu for cinnamon desktop enviroment (Linux)
  • https://github.com/atom/atom/pull/19016 - Allow line endings to be converted when copying and pasting

Atom Core

v1.59.0...1.60.0

  • atom/atom#22769 - Use custom elements on TestPanelContainerItemElement
  • atom/atom#22774 - Use customElement for the specs
  • atom/atom#22578 - add await to the async isValidGitDirectory
  • atom/atom#22779 - Fix linting issues
  • atom/atom#22781 - Remove redudant await
  • atom/atom#22780 - Use custom elements on pane container element
  • atom/atom#22785 - Use customElement on pane axis
  • atom/atom#22789 - Use custom elements on text editor element spec
  • atom/atom#22800 - Updates tree-view package to v0.229.0
  • atom/atom#22787 - Use custom element on pane resize-handle element
  • atom/atom#22814 - Bump [email protected]
  • atom/atom#22817 - Bump [email protected]
  • atom/atom#22818 - Bump tabs
  • atom/atom#22834 - Bump [email protected]
  • atom/atom#22841 - Bump path-parse from 1.0.6 to 1.0.7 in /packages/about
  • atom/atom#22840 - Bump path-parse from 1.0.6 to 1.0.7
  • atom/atom#22849 - Fixes Deprecated Authentication Style
  • atom/atom#22850 - Fixes Deprecated Authentication Style-2
  • atom/atom#22851 - Bump tree-view
  • atom/atom#22751 - Use custom element on pane-element
  • atom/atom#22865 - Revert timeout increase on CI.
  • atom/atom#22867 - Use custom element on text editor element
  • atom/atom#22685 - Make sure path is not undefined (#20871)
  • atom/atom#22576 - Bump normalize-url from 4.5.0 to 4.5.1 in /script
  • atom/atom#15975 - Add custom start tiles
  • atom/atom#22930 - Update Discuss links to Github Discussions links
  • atom/atom#13821 - :memo: Clarify that stack only has an effect if detail is present as well
  • atom/atom#17107 - Convert arguments to absolute paths
  • atom/atom#17681 - RFC: Pre-transpile apm packages
  • atom/atom#18703 - Update windows atom.sh launch script to support WSL changes in 1809
  • atom/atom#18816 - RFC: Grammar comment delims
  • atom/atom#13414 - Added context menu for cinnamon desktop enviroment (Linux)
  • atom/atom#19623 - RFC: Evaluating scope name additions to built-in grammars
  • atom/atom#17628 - Fix getEnvFromShell() to correctly handle newlines in env vars
  • atom/atom#22931 - ⬆️ Bump [email protected]
  • atom/atom#22943 - Add prevent option to ::onWillDestroyPaneItem
  • atom/atom#23001 - bootstrap: Update Node requirement to 10.12+ in system requirement checker
  • atom/atom#22979 - bootstrap: Use legacy-compatible catch syntax (support older Node)
  • atom/atom#23000 - Remove duplicate to
  • atom/atom#12513 - Reset the package's local storage setting if loading cannot be deferred
  • atom/atom#19251 - Only allow drag-and-drop to succeed on panes in the center workspace
  • atom/atom#19016 - Convert line endings when copy and pasting
  • atom/atom#23031 - Remember last opened state
  • atom/atom#23097 - Remove dependancy status badge.
  • atom/atom#23096 - Replace remote module with invoke calls.
  • atom/atom#23132 - Change from crashed to render-process-gone
  • atom/atom#23145 - Revert "Only allow drag-and-drop to succeed on panes in the center workspace"

keybinding-resolver

v0.39.0...v0.39.1

  • atom/keybinding-resolver#68 - Remove LICENSE
  • atom/keybinding-resolver#70 - Upgrade temp
  • atom/keybinding-resolver#74 - Migrate to Github Actions
  • atom/keybinding-resolver#76 - Fix failing specs

notifications

v0.71.0...v0.72.1

  • atom/notifications#204 - Migrate to Github Actions

tabs

v0.110.0...v0.110.2

  • atom/tabs#531 - Activate panes on any click, not just left click
  • atom/tabs#565 - Migrate to Github Actions
  • atom/tabs#566 - Fix failing specs

tree-view

v0.228.3...v0.229.1

  • atom/tree-view#1381 - Migrate to Github Actions
  • atom/tree-view#1389 - Implement option to hid tree pane on startup
  • atom/tree-view#1392 - Attach elements to jasmine DOM

language-css

v0.44.4...v0.45.1

  • atom/language-css#169 - Add generic system font families
  • atom/language-css#129 - Media query support for 'hover' (see issue #128)
  • atom/language-css#154 - Fix typo in "highlight deprecated combinators" spec
  • atom/language-css#144 - Add support for display: flow-root
  • atom/language-css#151 - Add missing scroll-snap-type values
  • atom/language-css#143 - Add justify-self and justify-items grid properties
  • atom/language-css#127 - adjust tag-names match to fix downstream issue in language-less
  • atom/language-css#177 - Migrate to Github Actions
  • atom/language-css#182 - Add in @-ms-viewport and @-o-viewport to CSS grammar
  • atom/language-css#178 - Add :focus-visible pseudoclass
  • atom/language-css#173 - Updating CSS property list
  • atom/language-css#183 - Revert "adjust tag-names match to fix downstream issue in language-less"

v1.60.0-beta0 (2022-02-08)

Notable Changes

  • https://github.com/atom/atom/pull/13414 - Adds context menu for cinnamon desktop enviroment (Linux)
  • https://github.com/atom/atom/pull/19016 - Allow line endings to be converted when copying and pasting

Atom Core

v1.59.0...1.60.0-beta0

  • atom/atom#22769 - Use custom elements on TestPanelContainerItemElement
  • atom/atom#22774 - Use customElement for the specs
  • atom/atom#22578 - add await to the async isValidGitDirectory
  • atom/atom#22779 - Fix linting issues
  • atom/atom#22781 - Remove redudant await
  • atom/atom#22780 - Use custom elements on pane container element
  • atom/atom#22785 - Use customElement on pane axis
  • atom/atom#22789 - Use custom elements on text editor element spec
  • atom/atom#22800 - Updates tree-view package to v0.229.0
  • atom/atom#22787 - Use custom element on pane resize-handle element
  • atom/atom#22814 - Bump [email protected]
  • atom/atom#22817 - Bump [email protected]
  • atom/atom#22818 - Bump tabs
  • atom/atom#22834 - Bump [email protected]
  • atom/atom#22841 - Bump path-parse from 1.0.6 to 1.0.7 in /packages/about
  • atom/atom#22840 - Bump path-parse from 1.0.6 to 1.0.7
  • atom/atom#22849 - Fixes Deprecated Authentication Style
  • atom/atom#22850 - Fixes Deprecated Authentication Style-2
  • atom/atom#22851 - Bump tree-view
  • atom/atom#22751 - Use custom element on pane-element
  • atom/atom#22865 - Revert timeout increase on CI.
  • atom/atom#22867 - Use custom element on text editor element
  • atom/atom#22685 - Make sure path is not undefined (#20871)
  • atom/atom#22576 - Bump normalize-url from 4.5.0 to 4.5.1 in /script
  • atom/atom#15975 - Add custom start tiles
  • atom/atom#22930 - Update Discuss links to Github Discussions links
  • atom/atom#13821 - :memo: Clarify that stack only has an effect if detail is present as well
  • atom/atom#17107 - Convert arguments to absolute paths
  • atom/atom#17681 - RFC: Pre-transpile apm packages
  • atom/atom#18703 - Update windows atom.sh launch script to support WSL changes in 1809
  • atom/atom#18816 - RFC: Grammar comment delims
  • atom/atom#13414 - Added context menu for cinnamon desktop enviroment (Linux)
  • atom/atom#19623 - RFC: Evaluating scope name additions to built-in grammars
  • atom/atom#17628 - Fix getEnvFromShell() to correctly handle newlines in env vars
  • atom/atom#22931 - ⬆️ Bump [email protected]
  • atom/atom#22943 - Add prevent option to ::onWillDestroyPaneItem
  • atom/atom#23001 - bootstrap: Update Node requirement to 10.12+ in system requirement checker
  • atom/atom#22979 - bootstrap: Use legacy-compatible catch syntax (support older Node)
  • atom/atom#23000 - Remove duplicate to
  • atom/atom#12513 - Reset the package's local storage setting if loading cannot be deferred
  • atom/atom#19251 - Only allow drag-and-drop to succeed on panes in the center workspace
  • atom/atom#19016 - Convert line endings when copy and pasting
  • atom/atom#23031 - Remember last opened state
  • atom/atom#23097 - Remove dependancy status badge.
  • atom/atom#23096 - Replace remote module with invoke calls.
  • atom/atom#23132 - Change from crashed to render-process-gone
  • atom/atom#23145 - Revert "Only allow drag-and-drop to succeed on panes in the center workspace"

keybinding-resolver

v0.39.0...v0.39.1

  • atom/keybinding-resolver#68 - Remove LICENSE
  • atom/keybinding-resolver#70 - Upgrade temp
  • atom/keybinding-resolver#74 - Migrate to Github Actions
  • atom/keybinding-resolver#76 - Fix failing specs

notifications

v0.71.0...v0.72.1

  • atom/notifications#204 - Migrate to Github Actions

tabs

v0.110.0...v0.110.2

  • atom/tabs#531 - Activate panes on any click, not just left click
  • atom/tabs#565 - Migrate to Github Actions
  • atom/tabs#566 - Fix failing specs

tree-view

v0.228.3...v0.229.1

  • atom/tree-view#1381 - Migrate to Github Actions
  • atom/tree-view#1389 - Implement option to hid tree pane on startup
  • atom/tree-view#1392 - Attach elements to jasmine DOM

language-css

v0.44.4...v0.45.1

  • atom/language-css#169 - Add generic system font families
  • atom/language-css#129 - Media query support for 'hover' (see issue #128)
  • atom/language-css#154 - Fix typo in "highlight deprecated combinators" spec
  • atom/language-css#144 - Add support for display: flow-root
  • atom/language-css#151 - Add missing scroll-snap-type values
  • atom/language-css#143 - Add justify-self and justify-items grid properties
  • atom/language-css#127 - adjust tag-names match to fix downstream issue in language-less
  • atom/language-css#177 - Migrate to Github Actions
  • atom/language-css#182 - Add in @-ms-viewport and @-o-viewport to CSS grammar
  • atom/language-css#178 - Add :focus-visible pseudoclass
  • atom/language-css#173 - Updating CSS property list
  • atom/language-css#183 - Revert "adjust tag-names match to fix downstream issue in language-less"

v1.59.0 (2022-02-08)

Notable Changes

  • https://github.com/atom/atom/pull/22697 - Fixed command to install Atom dependencies on Ubuntu
  • https://github.com/atom/atom/pull/16206 - Enable default editor keymaps for editors located outside atom-workspace

Atom Core

v1.58.0...1.59.0

  • atom/atom#22015 - Update required dependencies for Debian/Ubuntu
  • atom/atom#22463 - ⬆️ Bump [email protected]
  • atom/atom#16206 - Enable default editor keymaps for editors located outside atom-workspace
  • atom/atom#22448 - Update readme install libraries instructions
  • atom/atom#11786 - fix spec toShow()
  • atom/atom#22475 - Document TextEditor::bufferRangeForScopeAtBufferPosition
  • atom/atom#22478 - Bump browserslist from 4.16.3 to 4.16.6
  • atom/atom#22498 - Update atom.desktop.ini
  • atom/atom#18321 - Implementing tree-sitter based indentation logic
  • atom/atom#22250 - Migrate from Amazon S3 to Azure blob storage
  • atom/atom#22530 - Fixes error on production CI
  • atom/atom#22543 - git-diff: Fix typo in code
  • atom/atom#22541 - Recreate #15175
  • atom/atom#22553 - tree-indenter: Fix typo
  • atom/atom#22575 - Bump normalize-url from 4.5.0 to 4.5.1
  • atom/atom#22652 - Bump async dependency to 3.2.0 in /script
  • atom/atom#22688 - Bump color-string from 1.5.4 to 1.5.5
  • atom/atom#22597 - Fix/not update menu with i18n (#22594)
  • atom/atom#22697 - Fixed command to install Atom dependencies on Ubuntu
  • atom/atom#22737 - Fix typo in tree-sitter-language-mode-spec.js
  • atom/atom#22733 - Decaffeinate elements
  • atom/atom#22741 - For glibc compatibility use Ubuntu 18.04 as environment
  • atom/atom#22738 - Ubuntu 16.04 LTS environment is deprecated It will be removed on September 20, 2021. Migrate to ubuntu-latest instead.
  • atom/atom#22717 - Try removing marked
  • atom/atom#22749 - Migrate styles element to custom elements
  • atom/atom#22750 - Use custom element on pane container element
  • atom/atom#22755 - Use custom element on workspace-element

v1.59.0-beta0 (2021-07-27)

Notable Changes

  • https://github.com/atom/atom/pull/16206 - Enable default editor keymaps for editors located outside atom-workspace
  • https://github.com/atom/atom/pull/18321 - Implementing tree-sitter based indentation logic

Atom Core

v1.58.0...1.59.0-beta0

  • atom/atom#22015 - Update required dependencies for Debian/Ubuntu
  • atom/atom#22463 - ⬆️ Bump [email protected]
  • atom/atom#16206 - Enable default editor keymaps for editors located outside atom-workspace
  • atom/atom#22448 - Update readme install libraries instructions
  • atom/atom#11786 - fix spec toShow()
  • atom/atom#22475 - Document TextEditor::bufferRangeForScopeAtBufferPosition
  • atom/atom#22478 - Bump browserslist from 4.16.3 to 4.16.6
  • atom/atom#22498 - Update atom.desktop.ini
  • atom/atom#18321 - Implementing tree-sitter based indentation logic
  • atom/atom#22250 - Migrate from Amazon S3 to Azure blob storage
  • atom/atom#22530 - Fixes error on production CI
  • atom/atom#22543 - git-diff: Fix typo in code
  • atom/atom#22541 - Recreate #15175
  • atom/atom#22553 - tree-indenter: Fix typo
  • atom/atom#22575 - Bump normalize-url from 4.5.0 to 4.5.1
  • atom/atom#22652 - Bump async dependency to 3.2.0 in /script
  • atom/atom#22688 - Bump color-string from 1.5.4 to 1.5.5
  • atom/atom#22597 - Fix/not update menu with i18n (#22594)
  • atom/atom#22697 - Fixed command to install Atom dependencies on Ubuntu
  • atom/atom#22737 - Fix typo in tree-sitter-language-mode-spec.js
  • atom/atom#22733 - Decaffeinate elements
  • atom/atom#22741 - For glibc compatibility use Ubuntu 18.04 as environment
  • atom/atom#22738 - Ubuntu 16.04 LTS environment is deprecated It will be removed on September 20, 2021. Migrate to ubuntu-latest instead.
  • atom/atom#22717 - Try removing marked
  • atom/atom#22749 - Migrate styles element to custom elements
  • atom/atom#22750 - Use custom element on pane container element
  • atom/atom#22755 - Use custom element on workspace-element

v1.58.0 (2021-07-27)

Notable Changes

  • https://github.com/atom/atom/pull/22315 - Update to macOS Big Sur icon.
  • https://github.com/atom/atom/pull/22424 - Fix reopening a project in safeMode and devMode.
  • https://github.com/atom/atom/pull/22123 - Improve contrast on Windows app icons
  • https://github.com/atom/archive-view/pull/73 - Add ability to collapse archived directories (zip, tar, e.t.c)
  • https://github.com/atom/bracket-matcher/pull/405 - Handle multicursor selection inside brackets
  • https://github.com/atom/find-and-replace/pull/932 - Add "Open in New Tab" and "Open in New Window" right-click context menu options

Atom Core

v1.57.0...1.58.0

  • atom/atom#22185 - Use n-api for native modules.
  • atom/atom#21379 - Use the built-in Visual Studio instead of windows-build-tools v4
  • atom/atom#22347 - ⬆️ Bump [email protected]
  • atom/atom#22353 - ⬆️ Bump [email protected]
  • atom/atom#22354 - Speed up blinking cursor
  • atom/atom#22372 - Bump hosted-git-info from 2.7.1 to 2.8.9 in /packages/about
  • atom/atom#22371 - Bump hosted-git-info from 2.7.1 to 2.8.9 in /script/vsts
  • atom/atom#22361 - Bump lodash from 4.17.20 to 4.17.21 in /packages/about
  • atom/atom#22384 - Bump [email protected]
  • atom/atom#22386 - Bump [email protected]
  • atom/atom#22385 - Bump postcss from 8.1.6 to 8.2.10
  • atom/atom#22395 - Bump [email protected]
  • atom/atom#22096 - fix: update language-python for nightly
  • atom/atom#22407 - ⬆️ Bump [email protected]
  • atom/atom#22315 - Replaced OS X Yosemite-era icon with macOS Big Sur icon for Atom for Macs
  • atom/atom#22424 - Pass safeMode and devMode on reopening a project
  • atom/atom#22433 - Get rpm from bionic
  • atom/atom#22446 - Update README.md to match the move to Github Discussion
  • atom/atom#22447 - Remove instructions to join slack
  • atom/atom#22297 - Fix typo in text-editor-spec.js
  • atom/atom#22123 - Fix app icons on Windows
  • atom/atom#22103 - Convert var to const/let in src files
  • atom/atom#22076 - Fix RPM dependencies
  • atom/atom#22421 - Replaced the old Atom document icon with the Big Sur icon
  • atom/atom#22053 - Fix: remove unused parser instance
  • atom/atom#22450 - script: Let bootstrap install apm with npm ci
  • atom/atom#22453 - ⬆️ Bump [email protected]

archive-view

v0.65.2...v0.66.0

  • atom/archive-view#78 - Migrate to Github Actions
  • atom/archive-view#73 - Add ability to collapse directories

bracket-matcher

v0.91.2...v0.92.0

  • atom/bracket-matcher#396 - Fix close-tag for JSX tags with member access
  • atom/bracket-matcher#402 - Bump y18n from 3.2.1 to 3.2.2
  • atom/bracket-matcher#403 - Migrate to Github Actions
  • atom/bracket-matcher#405 - Handle multicursor selection inside brackets

find-and-replace

v0.219.7...v0.219.8

  • atom/find-and-replace#1050 - docs(CONTRIBUTING.md): add link to Running Specs
  • atom/find-and-replace#938 - Add preserve case option for buffer replace. References #165.
  • atom/find-and-replace#932 - Added "Open in New Tab" and "Open in New Window" right-click context menu options
  • atom/find-and-replace#1152 - Add searchAllPanes option

whitespace

v0.37.7...v0.37.8

  • atom/whitespace#181 - Add Probot no-response configuration
  • atom/whitespace#182 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
  • atom/whitespace#196 - Migrate to Github Actions
  • atom/whitespace#197 - Use active pane to save untitled file

language-php

v0.44.7...v0.47.0

  • atom/language-php#398 - Update type hints
  • atom/language-php#397 - Support UTF-8 characters in namespaces and class names
  • atom/language-php#383 - Fix tokens for calls on variables
  • atom/language-php#396 - Non-capturing catches and multiple namespaced exceptions
  • atom/language-php#406 - Update .travis.yml
  • atom/language-php#405 - Attributes
  • atom/language-php#407 - match statement
  • atom/language-php#404 - Nullsafe operator
  • atom/language-php#411 - Fix attributes with leading whitespaces
  • atom/language-php#408 - Fix methods in interface
  • atom/language-php#412 - Adding '$' character for highlight-selected

language-python

v0.53.5...v0.53.6

  • atom/language-python#327 - GitHub Actions
  • atom/language-python#315 - Add a lookahead for DELETE to avoid mistaking HTTP strings for SQL
  • atom/language-python#325 - Update tree-sitter-python + Add missing tree-sitter scopes

v1.57.0 (2021-05-11)

Notable Changes

  • https://github.com/atom/atom/pull/21847 - Improve detection of incompatible native modules.

Atom Core

v1.56.0...1.57.0

  • atom/atom#22019 - Fixes failing Dependency Bump script
  • atom/atom#21927 - fix: require .node files directly to detect incompatible native modules
  • atom/atom#22046 - Fixes context menu not working
  • atom/atom#22050 - Fix context menu right click not working ( alternative fix )
  • atom/atom#22106 - Bump y18n from 3.2.1 to 3.2.2
  • atom/atom#22061 - ⬆️ [email protected]
  • atom/atom#22060 - ⬆️ [email protected]
  • atom/atom#22063 - ⬆️ [email protected]
  • atom/atom#22068 - ⬆️ [email protected]
  • atom/atom#22152 - Bump [email protected]
  • atom/atom#22159 - ⬆️ Bump [email protected]
  • atom/atom#22080 - Fix tree-sitter-language-mode null highlight iterators

settings-view

v0.261.7...v0.261.8

  • atom/settings-view#1176 - fix: update async dependency
  • atom/settings-view#1182 - Catch README file not found error

tree-view

v0.228.2...v0.228.3

  • atom/tree-view#1377 - Wrap fs.realpathSync in a try catch

v1.58.0-beta0 (2021-05-11)

Notable Changes

  • https://github.com/atom/find-and-replace/pull/938 Adds preserve case option for buffer replace
  • https://github.com/atom/find-and-replace/pull/932 Adds open search result in new window or tab

Atom Core

v1.57.0...1.58.0-beta0

  • atom/atom#22185 - Use n-api for native modules.
  • atom/atom#21379 - Use the built-in Visual Studio instead of windows-build-tools v4
  • atom/atom#22347 - ⬆️ Bump [email protected]
  • atom/atom#22353 - ⬆️ Bump [email protected]
  • atom/atom#22354 - Speed up blinking cursor

find-and-replace

v0.219.7...v0.219.8

  • atom/find-and-replace#1050 - docs(CONTRIBUTING.md): add link to Running Specs
  • atom/find-and-replace#938 - Add preserve case option for buffer replace. References #165.
  • atom/find-and-replace#932 - Added "Open in New Tab" and "Open in New Window" right-click context menu options
  • atom/find-and-replace#1152 - Add searchAllPanes option

whitespace

v0.37.7...v0.37.8

  • atom/whitespace#181 - Add Probot no-response configuration
  • atom/whitespace#182 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
  • atom/whitespace#196 - Migrate to Github Actions
  • atom/whitespace#197 - Use active pane to save untitled file

v1.57.0-beta0 (2021-04-13)

Notable Changes

  • https://github.com/atom/atom/pull/21847 - Improve detection of incompatible native modules.

Atom Core

v1.56.0...1.57.0-beta0

  • atom/atom#22019 - Fixes failing Dependency Bump script
  • atom/atom#21927 - fix: require .node files directly to detect incompatible native modules
  • atom/atom#22046 - Fixes context menu not working
  • atom/atom#22050 - Fix context menu right click not working ( alternative fix )
  • atom/atom#22106 - Bump y18n from 3.2.1 to 3.2.2
  • atom/atom#22061 - ⬆️ [email protected]
  • atom/atom#22060 - ⬆️ [email protected]
  • atom/atom#22063 - ⬆️ [email protected]
  • atom/atom#22068 - ⬆️ [email protected]
  • atom/atom#22152 - Bump [email protected]
  • atom/atom#22159 - ⬆️ Bump [email protected]
  • atom/atom#22080 - Fix tree-sitter-language-mode null highlight iterators

settings-view

v0.261.7...v0.261.8

  • atom/settings-view#1176 - fix: update async dependency
  • atom/settings-view#1182 - Catch README file not found error

tree-view

v0.228.2...v0.228.3

  • atom/tree-view#1377 - Wrap fs.realpathSync in a try catch

v1.56.0 (2021-04-13)

Notable Changes

  • https://github.com/atom/atom/pull/21847 - Fix buggy quitting behaviour on macOS after all windows are closed
  • https://github.com/atom/atom/pull/21852 - Improve java syntax highlighting
  • https://github.com/atom/atom/pull/21847 - Add setting to disable middle mouse paste. (editor. selectionClipboard)
  • https://github.com/atom/atom/pull/21777 - Electron upgrade 🎉

Atom Core

v1.55.0...1.56.0

  • atom/atom#21753 - Fix handling of "empty" language injections with Tree-sitter
  • atom/atom#21715 - check if testRunner is es module
  • atom/atom#21848 - Add Authorization
  • atom/atom#21903 - :arrow_up: github
  • atom/atom#21928 - Fixes dependency bump script

github

v0.36.7...v0.36.9

  • atom/github#2459 - use action-setup-atom
  • atom/github#2621 - package.json: pin @babel/core to less than 7.12.10
  • atom/github#2625 - Update shell.openExternal to promise due to electron update on atom
  • atom/github#2626 - Update to promise api for some methods in the electron API
  • atom/github#2631 - Fix github failing tests for Atom's electron 9.4.1 upgrade

spell-check

v0.76.2...v0.77.1

  • atom/spell-check#357 - Add enableDebug to config
  • atom/spell-check#359 - Fixes unable to load package

v1.55.0 (2021-03-09)

Notable Changes

  • https://github.com/atom/github/pull/2564 - Read and write git configuration without repository

Atom Core

v1.54.0...1.55.0

  • atom/atom#21665 - ⬆️ [email protected]
  • atom/atom#21762 - GitHub package update
  • atom/atom#21787 - fix async confirm

github

v0.36.2...v0.36.7

  • atom/github#2559 - GraphQL schema update
  • atom/github#2566 - GraphQL schema update
  • atom/github#2564 - Read and write git configuration without repository
  • atom/github#2572 - Increase priority of login prompt on GitHub tab
  • atom/github#2573 - Correct a flaky test
  • atom/github#2574 - Trim issue and pull request templates
  • atom/github#2575 - GraphQL schema update
  • atom/github#2583 - ⬆️ Bump superstring from 2.4.2 to 2.4.3
  • atom/github#2584 - ⬆️ Bump [email protected]
  • atom/github#2585 - GraphQL schema update
  • atom/github#2587 - Accept and cancel buttons on Git identity panel
  • atom/github#2586 - Some useful docs to link to
  • atom/github#2588 - ⬆️ Bump [email protected]
  • atom/github#2592 - [Security] Bump ini from 1.3.5 to 1.3.7
  • atom/github#2598 - Bump dompurify from 2.0.7 to 2.0.17
  • atom/github#2617 - test: Disable failing file-patch tests for Atom CI

v1.56.0-beta0 (2021-03-09)

Notable Changes

  • https://github.com/atom/atom/pull/21753 Fixes syntax highlighting bug across languages(Javascript, Ruby, Typescript, Html, Rust)
  • https://github.com/atom/atom/pull/22003 🎉 Upgrade electron to version 9.4.4

Atom Core

v1.55.0...1.56.0-beta0

  • atom/atom#21753 - Fix handling of "empty" language injections with Tree-sitter
  • atom/atom#21715 - check if testRunner is es module
  • atom/atom#21848 - Add Authorization
  • atom/atom#21903 - :arrow_up: github
  • atom/atom#21928 - Fixes dependency bump script

github

v0.36.7...v0.36.9

  • atom/github#2459 - use action-setup-atom
  • atom/github#2621 - package.json: pin @babel/core to less than 7.12.10
  • atom/github#2625 - Update shell.openExternal to promise due to electron update on atom
  • atom/github#2626 - Update to promise api for some methods in the electron API
  • atom/github#2631 - Fix github failing tests for Atom's electron 9.4.1 upgrade

spell-check

v0.76.2...v0.77.1

  • atom/spell-check#357 - Add enableDebug to config
  • atom/spell-check#359 - Fixes unable to load package

v1.54.0 (2021-01-13)

Notable Changes

  • https://github.com/atom/atom/pull/21495 - Add defaultFontSize setting
  • https://github.com/atom/atom/pull/20393 - Skip shell functions when parsing env
  • https://github.com/atom/spell-check/pull/350 - Add cmd shortkeys for Linux and Windows
  • https://github.com/atom/tree-view/pull/1359 - Do not wipe original file when duplicating
  • https://github.com/atom/tree-view/pull/1364 - Fixes unable to show file warning

Atom Core

v1.53.0...1.54.0

  • atom/atom#21495 - Add defaultFontSize setting
  • atom/atom#21510 - Add support for global macOS find pasteboard
  • atom/atom#21518 - ⬆️ [email protected]
  • atom/atom#21447 - Fix WSL uname test
  • atom/atom#21492 - ⬆️ [email protected]
  • atom/atom#20892 - Use HTML native preventScroll for textEditorComponent focus
  • atom/atom#21543 - ⬆️ [email protected]
  • atom/atom#21542 - ⬆️ [email protected]
  • atom/atom#20393 - Skip shell functions when parsing env
  • atom/atom#21544 - ⬆️ [email protected]
  • atom/atom#21589 - ⬆️ [email protected]
  • atom/atom#21587 - Fixed atom.confirm and internal use of dialog.showMessageBox
  • atom/atom#21604 - ⬆️ [email protected]
  • atom/atom#21615 - ⬆️ [email protected]
  • atom/atom#21641 - ⬆️ [email protected]
  • atom/atom#21655 - ⬆️ [email protected]
  • atom/atom#21657 - Upgrade the GitHub package

find-and-replace

v0.219.6...v0.219.7

  • atom/find-and-replace#1142 - FIxes broken find and replace button

github

v0.35.0...v0.36.2

  • atom/github#2358 - GraphQL schema update
  • atom/github#2429 - GraphQL schema update
  • atom/github#2436 - Give dialog text editors room to expand
  • atom/github#2298 - Use GitHub actions for tests
  • atom/github#2437 - Only show identity on present repositories
  • atom/github#2441 - GraphQL schema update
  • atom/github#2444 - ⬆️ Dugite 1.88.5 and Fix Failing Test
  • atom/github#2445 - GraphQL schema update
  • atom/github#2457 - GraphQL schema update
  • atom/github#2461 - GraphQL schema update
  • atom/github#2463 - GraphQL schema update
  • atom/github#2465 - GraphQL schema update
  • atom/github#2472 - GraphQL schema update
  • atom/github#2475 - GraphQL schema update
  • atom/github#2478 - GraphQL schema update
  • atom/github#2480 - GraphQL schema update
  • atom/github#2482 - GraphQL schema update
  • atom/github#2484 - GraphQL schema update
  • atom/github#2489 - Bump lodash from 4.17.14 to 4.17.19
  • atom/github#2490 - Bump lodash from 4.17.15 to 4.17.19 in /actions/schema-up
  • atom/github#2491 - GraphQL schema update
  • atom/github#2494 - GraphQL schema update
  • atom/github#2496 - GraphQL schema update
  • atom/github#2503 - GraphQL schema update
  • atom/github#2507 - GraphQL schema update
  • atom/github#2508 - [Security] Bump bl from 1.2.2 to 1.2.3
  • atom/github#2510 - Bump node-fetch from 2.6.0 to 2.6.1
  • atom/github#2512 - Bump node-fetch from 2.6.0 to 2.6.1 in /actions/auto-sprint
  • atom/github#2511 - Bump node-fetch from 2.6.0 to 2.6.1 in /actions/schema-up
  • atom/github#2513 - Sync electron-* devDependencies with atom/atom
  • atom/github#2514 - GraphQL schema update
  • atom/github#2515 - ⬆️ Bump sinon from 7.5.0 to 9.0.3
  • atom/github#2516 - ⬆️ Bump hock from 1.3.3 to 1.4.1
  • atom/github#2517 - ⬆️ Bump eslint from 6.7.2 to 6.8.0
  • atom/github#2518 - ⬆️ Bump moment from 2.24.0 to 2.28.0
  • atom/github#2519 - ⬆️ Bump @babel/preset-env from 7.8.2 to 7.11.5
  • atom/github#2520 - ⬆️ Bump electron-devtools-installer from 2.2.4 to 3.1.1
  • atom/github#2522 - GraphQL schema update
  • atom/github#2530 - Passing CI is nice
  • atom/github#2528 - GraphQL schema update
  • atom/github#2532 - Scroll to first conflict when opening editor
  • atom/github#2533 - Flip CI back to nightly
  • atom/github#2534 - script/redownload-electron-bins.js: Fix finding the Atom repo's package.json
  • atom/github#2537 - GraphQL schema update
  • atom/github#2544 - GraphQL schema update
  • atom/github#2549 - GraphQL schema update
  • atom/github#2551 - GraphQL schema update
  • atom/github#2552 - Update @babel/preset-env
  • atom/github#2553 - Catch the non-workdir error from git rev-parse

spell-check

v0.76.1...v0.76.2

  • atom/spell-check#350 - Add cmd shortkeys for Linux and Windows
  • atom/spell-check#346 - Add html link to IANA tag list

tree-view

v0.228.1...v0.228.2

  • atom/tree-view#1359 - Do not wipe original file when duplicating
  • atom/tree-view#1364 - Fixes unable to show file warning

v1.55.0-beta0 (2021-01-13)

Notable Changes

  • https://github.com/atom/github/pull/2564 - Read and write git configuration without repository

Atom Core

v1.54.0...1.55.0-beta0

  • atom/atom#21665 - ⬆️ [email protected]
  • atom/atom#21762 - GitHub package update
  • atom/atom#21787 - fix async confirm

github

v0.36.2...v0.36.3

  • atom/github#2559 - GraphQL schema update
  • atom/github#2566 - GraphQL schema update
  • atom/github#2564 - Read and write git configuration without repository
  • atom/github#2572 - Increase priority of login prompt on GitHub tab

v1.54.0-beta0 (2020-11-10)

Notable Changes

  • https://github.com/atom/atom/pull/21495 - Add defaultFontSize setting
  • https://github.com/atom/atom/pull/20393 - Skip shell functions when parsing env
  • https://github.com/atom/github/pull/2507 - GraphQL schema update
  • https://github.com/atom/spell-check/pull/350 - Add cmd shortkeys for Linux and Windows
  • https://github.com/atom/tree-view/pull/1359 - Do not wipe original file when duplicating
  • https://github.com/atom/tree-view/pull/1364 - Fixes unable to show file warning

Atom Core

v1.53.0...1.54.0-beta0

  • atom/atom#21495 - Add defaultFontSize setting
  • atom/atom#21510 - Add support for global macOS find pasteboard
  • atom/atom#21518 - ⬆️ [email protected]
  • atom/atom#21447 - Fix WSL uname test
  • atom/atom#21492 - ⬆️ [email protected]
  • atom/atom#20892 - Use HTML native preventScroll for textEditorComponent focus
  • atom/atom#21543 - ⬆️ [email protected]
  • atom/atom#21542 - ⬆️ [email protected]
  • atom/atom#20393 - Skip shell functions when parsing env
  • atom/atom#21544 - ⬆️ [email protected]
  • atom/atom#21589 - ⬆️ [email protected]
  • atom/atom#21587 - Fixed atom.confirm and internal use of dialog.showMessageBox
  • atom/atom#21604 - ⬆️ [email protected]
  • atom/atom#21615 - ⬆️ [email protected]
  • atom/atom#21641 - ⬆️ [email protected]
  • atom/atom#21655 - ⬆️ [email protected]
  • atom/atom#21657 - Upgrade the GitHub package

find-and-replace

v0.219.6...v0.219.7

  • atom/find-and-replace#1142 - FIxes broken find and replace button

github

v0.35.0...v0.36.2

  • atom/github#2358 - GraphQL schema update
  • atom/github#2429 - GraphQL schema update
  • atom/github#2436 - Give dialog text editors room to expand
  • atom/github#2298 - Use GitHub actions for tests
  • atom/github#2437 - Only show identity on present repositories
  • atom/github#2441 - GraphQL schema update
  • atom/github#2444 - ⬆️ Dugite 1.88.5 and Fix Failing Test
  • atom/github#2445 - GraphQL schema update
  • atom/github#2457 - GraphQL schema update
  • atom/github#2461 - GraphQL schema update
  • atom/github#2463 - GraphQL schema update
  • atom/github#2465 - GraphQL schema update
  • atom/github#2472 - GraphQL schema update
  • atom/github#2475 - GraphQL schema update
  • atom/github#2478 - GraphQL schema update
  • atom/github#2480 - GraphQL schema update
  • atom/github#2482 - GraphQL schema update
  • atom/github#2484 - GraphQL schema update
  • atom/github#2489 - Bump lodash from 4.17.14 to 4.17.19
  • atom/github#2490 - Bump lodash from 4.17.15 to 4.17.19 in /actions/schema-up
  • atom/github#2491 - GraphQL schema update
  • atom/github#2494 - GraphQL schema update
  • atom/github#2496 - GraphQL schema update
  • atom/github#2503 - GraphQL schema update
  • atom/github#2507 - GraphQL schema update
  • atom/github#2508 - [Security] Bump bl from 1.2.2 to 1.2.3
  • atom/github#2510 - Bump node-fetch from 2.6.0 to 2.6.1
  • atom/github#2512 - Bump node-fetch from 2.6.0 to 2.6.1 in /actions/auto-sprint
  • atom/github#2511 - Bump node-fetch from 2.6.0 to 2.6.1 in /actions/schema-up
  • atom/github#2513 - Sync electron-* devDependencies with atom/atom
  • atom/github#2514 - GraphQL schema update
  • atom/github#2515 - ⬆️ Bump sinon from 7.5.0 to 9.0.3
  • atom/github#2516 - ⬆️ Bump hock from 1.3.3 to 1.4.1
  • atom/github#2517 - ⬆️ Bump eslint from 6.7.2 to 6.8.0
  • atom/github#2518 - ⬆️ Bump moment from 2.24.0 to 2.28.0
  • atom/github#2519 - ⬆️ Bump @babel/preset-env from 7.8.2 to 7.11.5
  • atom/github#2520 - ⬆️ Bump electron-devtools-installer from 2.2.4 to 3.1.1
  • atom/github#2522 - GraphQL schema update
  • atom/github#2530 - Passing CI is nice
  • atom/github#2528 - GraphQL schema update
  • atom/github#2532 - Scroll to first conflict when opening editor
  • atom/github#2533 - Flip CI back to nightly
  • atom/github#2534 - script/redownload-electron-bins.js: Fix finding the Atom repo's package.json
  • atom/github#2537 - GraphQL schema update
  • atom/github#2544 - GraphQL schema update
  • atom/github#2549 - GraphQL schema update
  • atom/github#2551 - GraphQL schema update
  • atom/github#2552 - Update @babel/preset-env
  • atom/github#2553 - Catch the non-workdir error from git rev-parse

spell-check

v0.76.1...v0.76.2

  • atom/spell-check#350 - Add cmd shortkeys for Linux and Windows
  • atom/spell-check#346 - Add html link to IANA tag list

tree-view

v0.228.1...v0.228.2

  • atom/tree-view#1359 - Do not wipe original file when duplicating
  • atom/tree-view#1364 - Fixes unable to show file warning

v1.53.0 (2020-11-10)

Notable Changes

  • https://github.com/atom/atom/pull/21367 - Fix version information
  • https://github.com/atom/atom/pull/21425 - Update Debian dependencies, fixes installing Atom on Ubuntu Groovy
  • https://github.com/atom/atom/pull/21446 - Clarify the context under which log-file is used
  • https://github.com/atom/github/pull/2425 - Hide git and GitHub tab avatar alt text when offline
  • https://github.com/atom/github/pull/2426 - Create repository for single file
  • https://github.com/atom/tree-view/pull/1315 - Always show Tree View

Atom Core

v1.52.0...1.53.0

  • atom/atom#21267 - Revert build template
  • atom/atom#21287 - Bump lodash from 4.17.15 to 4.17.20 in /packages/about
  • atom/atom#21242 - Bump bl from 3.0.0 to 3.0.1 in /script
  • atom/atom#20956 - ⬆️ [email protected]
  • atom/atom#21196 - ⬆️ [email protected]
  • atom/atom#21028 - ⬆️ [email protected]
  • atom/atom#21029 - ⬆️ [email protected]
  • atom/atom#21262 - Ci publish template
  • atom/atom#21269 - CI build template including patches
  • atom/atom#21298 - CI test template
  • atom/atom#21299 - ⬆️ [email protected]
  • atom/atom#21193 - ⬆️ [email protected]
  • atom/atom#21081 - Cross-platform CI scripts
  • atom/atom#21310 - ⬆️ [email protected]
  • atom/atom#21294 - Bump node-fetch from 2.6.0 to 2.6.1 in /script
  • atom/atom#21293 - Bump node-fetch from 2.2.0 to 2.6.1 in /script/vsts
  • atom/atom#21249 - Bump decompress from 4.2.0 to 4.2.1 in /script/vsts
  • atom/atom#20521 - Bump acorn from 5.7.3 to 5.7.4
  • atom/atom#20043 - Bump mixin-deep from 1.3.1 to 1.3.2 in /script
  • atom/atom#20632 - Bump https-proxy-agent from 2.2.1 to 2.2.4 in /script/vsts
  • atom/atom#21212 - update [email protected]
  • atom/atom#21109 - Parallelize Tests in CI (+ Refactor and Improvements)
  • atom/atom#21319 - ⬆️ [email protected]
  • atom/atom#20042 - Bump eslint-utils from 1.3.1 to 1.4.3 in /script
  • atom/atom#21331 - ⬆️ [email protected]
  • atom/atom#21336 - DependsOn windows_tests
  • atom/atom#21042 - ⬆️ [email protected]
  • atom/atom#21046 - ⬆️ [email protected]
  • atom/atom#21338 - ⬆️ [email protected]
  • atom/atom#21295 - Tests: retry timed out steps automatically
  • atom/atom#21340 - Remove random-words dependancy
  • atom/atom#21343 - Dependancy updates
  • atom/atom#21036 - ⬆️ [email protected]
  • atom/atom#21367 - Fix version information
  • atom/atom#21256 - ⬆️ [email protected]
  • atom/atom#21364 - ⬆️ [email protected]
  • atom/atom#21376 - ⬆️ [email protected]
  • atom/atom#21374 - ⬆️ [email protected]
  • atom/atom#21377 - ⬆️ [email protected]
  • atom/atom#21384 - Fixes issue with re-opening closed PRs
  • atom/atom#21396 - Prevent node_modules/nan pattern from matching node_modules/nanoid
  • atom/atom#21391 - ⬆️ [email protected]
  • atom/atom#21388 - ⬆️ [email protected]
  • atom/atom#21406 - ⬆️ [email protected]
  • atom/atom#21398 - exclude test folders from the packaged app
  • atom/atom#21344 - ⬆️ [email protected]
  • atom/atom#21411 - ⬆️ [email protected]
  • atom/atom#21405 - ⬆️ [email protected]
  • atom/atom#21418 - ⬆️ [email protected]
  • atom/atom#21419 - ⬆️ [email protected]
  • atom/atom#21425 - Update Debian dependencies, fixes Ubuntu Groovy
  • atom/atom#21231 - ⬆️ [email protected]
  • atom/atom#21430 - Merge dependency bumps
  • atom/atom#21437 - ⬆️ [email protected]
  • atom/atom#21446 - Clarify the context under which log-file is used
  • atom/atom#21413 - script/bootstrap: Make apm --version print the Atom version currently being bootstrapped
  • atom/atom#21326 - Separate lint into own job

find-and-replace

v0.219.5...v0.219.6

  • atom/find-and-replace#1137 - Add devtools catch

fuzzy-finder

v1.14.2...v1.14.3

  • atom/fuzzy-finder#417 - Bump [email protected]

github

v0.34.2...v0.35.0

  • atom/github#2415 - Populate StubItem panes that are deserialized after package initialization
  • atom/github#2419 - [Security] Bump acorn from 6.4.0 to 6.4.1
  • atom/github#2424 - Fix sprint projects link in CONTRIBUTING doc
  • atom/github#2425 - Hide git and GitHub tab avatar alt text when offline
  • atom/github#2426 - Create repository for single file
  • atom/github#2427 - Bump CI host images
  • atom/github#2428 - Git identity panel

settings-view

v0.261.5...v0.261.6

  • atom/settings-view#1161 - Use marked instead of roaster + update marked

spell-check

v0.76.1...v0.76.2

  • atom/spell-check#350 - Add cmd shortkeys for Linux and Windows
  • atom/spell-check#346 - Add html link to IANA tag list

tree-view

v0.228.0...v0.228.1

  • atom/tree-view#1315 - Always show Tree View
  • atom/tree-view#1333 - Typo in Settings
  • atom/tree-view#1354 - ⬆️ [email protected]
  • atom/tree-view#1358 - Fix Uncaught Error: ENOENT: no such file or directory

v1.53.0-beta0 (2020-10-13)

Notable Changes

  • https://github.com/atom/atom/pull/21425 - Fixes atom unable to install on ubuntu groovy.
  • https://github.com/atom/github/pull/2425 - The alt text on your avatar in the Git tab no longer overflows when you're offline.
  • https://github.com/atom/tree-view/pull/1358 - Allows files to be moved to a root directory that has a ',' comma as part of its name

Atom Core

v1.52.0...1.53.0-beta0

  • atom/atom#21267 - Revert build template
  • atom/atom#21287 - Bump lodash from 4.17.15 to 4.17.20 in /packages/about
  • atom/atom#21242 - Bump bl from 3.0.0 to 3.0.1 in /script
  • atom/atom#20956 - ⬆️ [email protected]
  • atom/atom#21196 - ⬆️ [email protected]
  • atom/atom#21028 - ⬆️ [email protected]
  • atom/atom#21029 - ⬆️ [email protected]
  • atom/atom#21262 - Ci publish template
  • atom/atom#21269 - CI build template including patches
  • atom/atom#21298 - CI test template
  • atom/atom#21299 - ⬆️ [email protected]
  • atom/atom#21193 - ⬆️ [email protected]
  • atom/atom#21081 - Cross-platform CI scripts
  • atom/atom#21310 - ⬆️ [email protected]
  • atom/atom#21294 - Bump node-fetch from 2.6.0 to 2.6.1 in /script
  • atom/atom#21293 - Bump node-fetch from 2.2.0 to 2.6.1 in /script/vsts
  • atom/atom#21249 - Bump decompress from 4.2.0 to 4.2.1 in /script/vsts
  • atom/atom#20521 - Bump acorn from 5.7.3 to 5.7.4
  • atom/atom#20043 - Bump mixin-deep from 1.3.1 to 1.3.2 in /script
  • atom/atom#20632 - Bump https-proxy-agent from 2.2.1 to 2.2.4 in /script/vsts
  • atom/atom#21212 - update [email protected]
  • atom/atom#21109 - Parallelize Tests in CI (+ Refactor and Improvements)
  • atom/atom#21319 - ⬆️ [email protected]
  • atom/atom#20042 - Bump eslint-utils from 1.3.1 to 1.4.3 in /script
  • atom/atom#21331 - ⬆️ [email protected]
  • atom/atom#21336 - DependsOn windows_tests
  • atom/atom#21042 - ⬆️ [email protected]
  • atom/atom#21046 - ⬆️ [email protected]
  • atom/atom#21338 - ⬆️ [email protected]
  • atom/atom#21295 - Tests: retry timed out steps automatically
  • atom/atom#21340 - Remove random-words dependancy
  • atom/atom#21343 - Dependancy updates
  • atom/atom#21036 - ⬆️ [email protected]
  • atom/atom#21367 - Fix version information
  • atom/atom#21256 - ⬆️ [email protected]
  • atom/atom#21364 - ⬆️ [email protected]
  • atom/atom#21376 - ⬆️ [email protected]
  • atom/atom#21374 - ⬆️ [email protected]
  • atom/atom#21377 - ⬆️ [email protected]
  • atom/atom#21384 - Fixes issue with re-opening closed PRs
  • atom/atom#21396 - Prevent node_modules/nan pattern from matching node_modules/nanoid
  • atom/atom#21391 - ⬆️ [email protected]
  • atom/atom#21388 - ⬆️ [email protected]
  • atom/atom#21406 - ⬆️ [email protected]
  • atom/atom#21398 - exclude test folders from the packaged app
  • atom/atom#21344 - ⬆️ [email protected]
  • atom/atom#21411 - ⬆️ [email protected]
  • atom/atom#21405 - ⬆️ [email protected]
  • atom/atom#21418 - ⬆️ [email protected]
  • atom/atom#21419 - ⬆️ [email protected]
  • atom/atom#21425 - Update Debian dependencies, fixes Ubuntu Groovy
  • atom/atom#21231 - ⬆️ [email protected]
  • atom/atom#21430 - Merge dependency bumps
  • atom/atom#21437 - ⬆️ [email protected]
  • atom/atom#21446 - Clarify the context under which log-file is used
  • atom/atom#21413 - script/bootstrap: Make apm --version print the Atom version currently being bootstrapped
  • atom/atom#21326 - Separate lint into own job

find-and-replace

v0.219.5...v0.219.6

  • atom/find-and-replace#1137 - Add devtools catch

fuzzy-finder

v1.14.2...v1.14.3

  • atom/fuzzy-finder#417 - Bump [email protected]

github

v0.34.2...v0.35.0

  • atom/github#2415 - Populate StubItem panes that are deserialized after package initialization
  • atom/github#2419 - [Security] Bump acorn from 6.4.0 to 6.4.1
  • atom/github#2424 - Fix sprint projects link in CONTRIBUTING doc
  • atom/github#2425 - Hide git and GitHub tab avatar alt text when offline
  • atom/github#2426 - Create repository for single file
  • atom/github#2427 - Bump CI host images
  • atom/github#2428 - Git identity panel

settings-view

v0.261.5...v0.261.6

  • atom/settings-view#1161 - Use marked instead of roaster + update marked

tree-view

v0.228.0...v0.228.1

  • atom/tree-view#1315 - Always show Tree View
  • atom/tree-view#1333 - Typo in Settings
  • atom/tree-view#1354 - ⬆️ [email protected]
  • atom/tree-view#1358 - Fix Uncaught Error: ENOENT: no such file or directory

v1.52.0 (2020-10-13)

Notable Changes

  • https://github.com/atom/atom/pull/21079 - Upgrade to electron 6 🎉
  • https://github.com/atom/atom/pull/20212 - Support semantic highlighting on tree-sitter grammars
  • https://github.com/atom/language-php/pull/394 - Improve php syntax highlighting
  • https://github.com/atom/language-python/pull/318 - Improve python syntax highlighting

Atom Core

v1.51.0...1.52.0

  • atom/atom#21095 - ⬆️ [email protected]
  • atom/atom#21096 - ⬆️ [email protected]
  • atom/atom#20212 - Support semanticolor
  • atom/atom#21179 - Bump language-php to 0.44.6
  • atom/atom#21079 - Electron 6 Take Two
  • atom/atom#21198 - ⬆️ [email protected]
  • atom/atom#21248 - ⬆️ [email protected]
  • atom/atom#21230 - CI build template
  • atom/atom#21230 - CI build template
  • atom/atom#21264 - CI build template patch
  • atom/atom#21264 - CI build template patch
  • atom/atom#21267 - Revert build template

find-and-replace

v0.219.3...v0.219.5

  • atom/find-and-replace#1128 - Fix broken replace all function

settings-view

v0.261.4...v0.261.5

  • atom/settings-view#1156 - Fix scroll in package settings pane

language-php

v0.44.5...v0.44.7

  • atom/language-php#394 - Fix meta.use end regex
  • atom/language-php#399 - Fix multiline ternary, add named arguments

language-python

v0.53.4...v0.53.5

  • atom/language-python#318 - Added async (line 851)

v1.52.0-beta0 (2020-09-09)

Notable Changes

  • https://github.com/atom/atom/pull/21079 - Upgrade to electron 6 🎉
  • https://github.com/atom/atom/pull/20212 - Support semantic highlighting on tree-sitter grammars
  • https://github.com/atom/language-php/pull/394 - Improve php syntax highlighting
  • https://github.com/atom/language-python/pull/318 - Improve python syntax highlighting

Atom Core

v1.51.0...1.52.0-beta0

  • atom/atom#21095 - ⬆️ [email protected]
  • atom/atom#21096 - ⬆️ [email protected]
  • atom/atom#20212 - Support semanticolor
  • atom/atom#21179 - Bump language-php to 0.44.6
  • atom/atom#21079 - Electron 6 Take Two
  • atom/atom#21198 - ⬆️ [email protected]
  • atom/atom#21248 - ⬆️ [email protected]
  • atom/atom#21230 - CI build template
  • atom/atom#21230 - CI build template
  • atom/atom#21264 - CI build template patch
  • atom/atom#21264 - CI build template patch
  • atom/atom#21267 - Revert build template

find-and-replace

v0.219.3...v0.219.5

  • atom/find-and-replace#1128 - Fix broken replace all function

settings-view

v0.261.4...v0.261.5

  • atom/settings-view#1156 - Fix scroll in package settings pane

language-php

v0.44.5...v0.44.7

  • atom/language-php#394 - Fix meta.use end regex
  • atom/language-php#399 - Fix multiline ternary, add named arguments

language-python

v0.53.4...v0.53.5

  • atom/language-python#318 - Added async (line 851)

v1.51.0 (2020-09-09)

Notable Changes

  • https://github.com/atom/atom/pull/20899 - Faster listing of available packages

Atom Core

v1.50.0...1.51.0

  • atom/atom#21039 - ⬆️ [email protected]
  • atom/atom#21061 - no PR triggers on release builds
  • atom/atom#20856 - Miscellaneous python3-related updates and fixes
  • atom/atom#20899 - Faster atom.packages.getAvailablePackages

v1.51.0-beta0 (2020-08-11)

Notable Changes

  • https://github.com/atom/atom/pull/20899 - Improve the performance of getting the list of all available atom packages

Atom Core

v1.50.0...1.51.0-beta0

  • atom/atom#21039 - ⬆️ [email protected]
  • atom/atom#21061 - no PR triggers on release builds
  • atom/atom#20856 - Miscellaneous python3-related updates and fixes
  • atom/atom#20899 - Faster atom.packages.getAvailablePackages

v1.50.0 (2020-08-11)

Notable Changes

  • https://github.com/atom/atom/pull/20804 - Fix multi cursor correct setting
  • https://github.com/atom/atom/pull/20910 - Add async and await keywords to Rust highlighter
  • https://github.com/atom/language-gfm/pull/240 - Improve GitHub favoured markdown syntax highlighting
  • https://github.com/atom/language-php/pull/377 - Add support for arrow functions
  • https://github.com/atom/language-php/pull/378 - Add support for numeric literal separator
  • https://github.com/atom/language-php/pull/379 - Add missing operators: spread, exponentiation, null coalescing
  • https://github.com/atom/language-php/pull/380 - Add support for typed properties, anonymous classes, object serialization
  • https://github.com/atom/language-php/pull/384 - Fix parsing class with capital letter after instanceof correctly

Atom Core

v1.49.0...1.50.0

  • atom/atom#20406 - Fix .deb install on ubuntu 20.04
  • atom/atom#20716 - Review/finalize Python approach for mid 2020
  • atom/atom#20804 - fix multi cursor correct setting
  • atom/atom#20927 - ⬆️ [email protected]
  • atom/atom#20928 - ⬆️ [email protected]
  • atom/atom#20989 - Fix Typos
  • atom/atom#20560 - ⬆️ [email protected]
  • atom/atom#20910 - Add async and await keywords to Rust highlighter
  • atom/atom#20999 - Automate dependency bumps
  • atom/atom#21041 - ⬆️ [email protected]
  • atom/atom#21043 - ⬆️ [email protected]

language-gfm

v0.90.7...v0.90.8

  • atom/language-gfm#240 - Refactor grammar in order to improve readability and address a bug in syntax highlighting of Atom and GitHub

language-php

v0.44.4...v0.44.5

  • atom/language-php#377 - Arrow functions
  • atom/language-php#378 - Numeric literal separator
  • atom/language-php#379 - Missing operators: spread, exponentiation, null coalescing
  • atom/language-php#380 - Typed properties, anonymous classes, object serialization
  • atom/language-php#384 - Parse class with capitol letter after instanceof correctly

language-typescript

v0.6.2...v0.6.3

  • atom/language-typescript#44 - fileTypes

v1.50.0-beta0 (2020-07-14)

Notable Changes

  • https://github.com/atom/atom/pull/20804 - Fix multi cursor correct setting
  • https://github.com/atom/atom/pull/20910 - Add async and await keywords to Rust highlighter
  • https://github.com/atom/atom/pull/20406 - Fix can't install the .deb package in Ubuntu 20.04

Atom Core

v1.49.0...1.50.0-beta0

  • atom/atom#20406 - Fix .deb install on ubuntu 20.04
  • atom/atom#20716 - Review/finalize Python approach for mid 2020
  • atom/atom#20804 - fix multi cursor correct setting
  • atom/atom#20927 - ⬆️ [email protected]
  • atom/atom#20928 - ⬆️ [email protected]
  • atom/atom#20989 - Fix Typos
  • atom/atom#20560 - ⬆️ [email protected]
  • atom/atom#20910 - Add async and await keywords to Rust highlighter
  • atom/atom#20999 - Automate dependency bumps
  • atom/atom#21041 - ⬆️ [email protected]
  • atom/atom#21043 - ⬆️ [email protected]

language-gfm

v0.90.7...v0.90.8

  • atom/language-gfm#240 - Refactor grammar in order to improve readability and address a bug in syntax highlighting of Atom and GitHub

language-php

v0.44.4...v0.44.5

  • atom/language-php#377 - Arrow functions
  • atom/language-php#378 - Numeric literal separator
  • atom/language-php#379 - Missing operators: spread, exponentiation, null coalescing
  • atom/language-php#380 - Typed properties, anonymous classes, object serialization
  • atom/language-php#384 - Parse class with capitol letter after instanceof correctly

language-typescript

v0.6.2...v0.6.3

  • atom/language-typescript#44 - fileTypes

v1.49.0 (2020-07-14)

Notable Changes

  • https://github.com/atom/atom/pull/20799 - Fix chrome-sandbox file permissions on linux distross
  • https://github.com/atom/atom/pull/20855 - Enable webview support

Atom Core

v1.48.0...1.49.0

  • atom/atom#20750 - ⬆️ [email protected]
  • atom/atom#20741 - Enable WebView on main-process in electron options
  • atom/atom#20830 - ⬆️ [email protected]
  • atom/atom#20799 - Fix chrome-sandbox file permissions
  • atom/atom#20855 - Enable webview support with the correct option
  • atom/atom#20879 - Use the "ELECTRON_CUSTOM_VERSION" env var in build scripts
  • atom/atom#20547 - Await configuration loading on Windows
  • atom/atom#20804 - fix multi cursor correct setting

v1.48.0 (2020-06-10)

Notable Changes

  • https://github.com/atom/spell-check/pull/332 Fix cannot load the checker for xx-YY
  • https://github.com/atom/atom/pull/20703 Upgrade apm to 2.5.0
  • https://github.com/atom/atom/pull/20711 Update npm to 6.14.4 for Python 3 support
  • https://github.com/atom/atom/pull/20444 Add setting to disable multi cursor on click
  • https://github.com/atom/atom/pull/20799 - Fix chrome-sandbox file permissions on linux distross
  • https://github.com/atom/atom/pull/20855 - Enable webview support
  • https://github.com/atom/atom/pull/20614 - Improve Java syntax highlighting

Atom Core

v1.47.0...1.48.0

  • atom/atom#20614 - ⬆️ [email protected]
  • atom/atom#20703 - Upgrade apm to 2.5.0
  • atom/atom#20711 - script: Update npm to 6.14.4 for Python 3 support
  • atom/atom#20444 - feat: add setting to disable multi cursor on click
  • atom/atom#20799 - Fix chrome-sandbox file permissions
  • atom/atom#20855 - Enable webview support with the correct option

v1.49.0-beta0 (2020-06-10)

Notable Changes

  • https://github.com/atom/atom/pull/20799 - Fix chrome-sandbox file permissions on linux distross
  • https://github.com/atom/atom/pull/20855 - Enable webview support

Atom Core

v1.48.0...1.49.0-beta0

  • atom/atom#20750 - ⬆️ [email protected]
  • atom/atom#20741 - Enable WebView on main-process in electron options
  • atom/atom#20830 - ⬆️ [email protected]
  • atom/atom#20799 - Fix chrome-sandbox file permissions
  • atom/atom#20855 - Enable webview support with the correct option
  • atom/atom#20879 - Use the "ELECTRON_CUSTOM_VERSION" env var in build scripts
  • atom/atom#20547 - Await configuration loading on Windows

v1.48.0-beta0 (2020-05-19)

Notable Changes

  • https://github.com/atom/spell-check/pull/332 Fix cannot load the checker for xx-YY
  • https://github.com/atom/atom/pull/20703 Upgrade apm to 2.5.0
  • https://github.com/atom/atom/pull/20711 Update npm to 6.14.4 for Python 3 support
  • https://github.com/atom/atom/pull/20444 Add setting to disable multi cursor on click

Atom Core

v1.47.0...1.48.0-beta0

  • atom/atom#20614 - ⬆️ [email protected]
  • atom/atom#20703 - Upgrade apm to 2.5.0
  • atom/atom#20711 - script: Update npm to 6.14.4 for Python 3 support
  • atom/atom#20444 - feat: add setting to disable multi cursor on click

v1.47.0 (2020-05-19)

Notable Changes

  • https://github.com/atom/spell-check/pull/332 Fix cannot load the checker for xx-YY
  • https://github.com/atom/atom/pull/20172 Upgrade to electron 5.0.12 🎉
  • https://github.com/atom/atom/pull/19862 Add overlay when resizing panels to prevent panes stealing focus
  • https://github.com/atom/language-c/pull/330 Improve C++ syntax highlighting
  • https://github.com/atom/language-ruby/pull/276 Improve Ruby syntax highlighting

Atom Core

v1.46.0...1.47.0

  • atom/atom#20494 - Bump Azure Devops Windows images to version vs2017-win2016
  • atom/atom#20172 - Upgrade to electron 5.0.12
  • atom/atom#20559 - ⬆️[email protected]
  • atom/atom#19862 - Add overlay when resizing panels to prevent panes stealing focus
  • atom/atom#20406 - Fix .deb install on ubuntu 20.04
  • atom/atom#20347 - If Text Editor Component uses the scroll event, consume it / prevent bubbling
  • atom/atom#20750 - ⬆️ [email protected]

fuzzy-finder

v1.14.1...v1.14.2

  • atom/fuzzy-finder#409 - ⬆️@atom/[email protected]

github

v0.34.1-3...v0.34.2-3

  • atom/github#2413 - Fixes failing tests on electron 5

settings-view

v0.261.3...v0.261.4

  • atom/settings-view#1146 - color .setting-description alignment

snippets

v1.5.0...v1.5.1

  • atom/snippets#299 - Decaf the tests (2nd attempt)

spell-check

v0.76.0...v0.76.1

  • atom/spell-check#332 - Fix issues with Windows and Mac checking, reduce noise

language-c

v0.60.18...v0.60.19

  • atom/language-c#330 - Scopes after :arrow_up: tree-sitter-c and tree-sitter-cpp

language-ruby

v0.72.22...v0.72.23

  • atom/language-ruby#276 - [tree-sitter] add variable identifier support in assignments expressions

v1.47.0-beta0 (2020-05-05)

Notable Changes

  • https://github.com/atom/atom/pull/20172 Upgrade to electron 5.0.12 🎉
  • https://github.com/atom/atom/pull/19862 Add overlay when resizing panels to prevent panes stealing focus
  • https://github.com/atom/language-c/pull/330 Improve C++ syntax highlighting
  • https://github.com/atom/language-ruby/pull/276 Improve Ruby syntax highlighting

Atom Core

v1.46.0...v1.47.0-beta0

  • atom/atom#20494 - Bump Azure Devops Windows images to version vs2017-win2016
  • atom/atom#20172 - Upgrade to electron 5.0.12
  • atom/atom#20559 - ⬆️[email protected]
  • atom/atom#19862 - Add overlay when resizing panels to prevent panes stealing focus
  • atom/atom#20406 - Fix .deb install on ubuntu 20.04
  • atom/atom#20347 - If Text Editor Component uses the scroll event, consume it / prevent bubbling

fuzzy-finder

v1.14.1...v1.14.2

  • atom/fuzzy-finder#409 - ⬆️@atom/[email protected]

github

v0.34.1-3...v0.34.2-3

  • atom/github#2413 - Fixes failing tests on electron 5

settings-view

v0.261.3...v0.261.4

  • atom/settings-view#1146 - color .setting-description alignment

snippets

v1.5.0...v1.5.1

  • atom/snippets#299 - Decaf the tests (2nd attempt)

language-c

v0.60.18...v0.60.19

  • atom/language-c#330 - Scopes after :arrow_up: tree-sitter-c and tree-sitter-cpp

language-ruby

v0.72.22...v0.72.23

  • atom/language-ruby#276 - [tree-sitter] add variable identifier support in assignments expressions

v1.46.0 (2020-05-05)

Notable Changes

  • https://github.com/atom/atom/pull/20458 MacOS app has been notarized!
  • https://github.com/atom/find-and-replace/pull/1109 Adds option to prevent search result to be overwritten by a new search
  • https://github.com/atom/find-and-replace/pull/1105 Maintains scroll position after opening a file from the results page

Atom Core

v1.45.0...v1.46.0

  • atom/atom#20397 - ⬆️ [email protected]
  • atom/atom#20398 - ⬆️[email protected]
  • atom/atom#20458 - Re-enable Macos Notarization and Fix Startup Issues
  • atom/atom#20456 - Bump Azure Devops Mac images to version 10.14
  • atom/atom#20462 - Fix to get ⬆️ [email protected] #20400 to merge
  • atom/atom#20469 - Fix native dependencies fail to load when notarized

archive-view

v0.65.1...v0.65.2

  • atom/archive-view#67 - 👕Pin linter to standard v11

find-and-replace

v0.219.1...v0.219.3

  • atom/find-and-replace#1105 - Maintain previous scroll position
  • atom/find-and-replace#1109 - Add option to save search resulst from being overwrittenby next search

github

v0.34.0...v0.34.1-3

  • atom/github#2406 - bump dugite version to 1.88.2
  • atom/github#2298 - Use GitHub actions for tests

spell-check

v0.75.0...v0.76.0

  • atom/spell-check#314 - Split checkers to explictly handle macOS/Windows system checkers verses locale-based checking

symbols-view

v0.118.2...v0.118.4

  • atom/symbols-view#242 - Add Probot no-response configuration
  • atom/symbols-view#243 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
  • atom/symbols-view#250 - ⬆️[email protected]
  • atom/symbols-view#252 - Recompile ctags-darwin against SDK 10.15

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by