This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
Releases: atom/atom
Releases Β· atom/atom
1.61.0-beta0
Notable Changes
- atom/atom#22687 - Electron upgrade to
v11.4.7
- #23446 - Fixes
git-diff
nested repositories REDUX - atom/github#2676 - Correctly discard history of two files with the same name
- atom/language-php#445 - Detects nullable types in phpdoc
- atom/language-php#432 - Supports blade syntax in heredoc
- atom/language-ruby#240 - Adds ERB highlighting inside of script tags
All Changes
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 - β¬οΈ language-php@0.48.1
- 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 - β¬οΈ Pr-changelog@0.3.4
- 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
1.60.0
Notable Changes
- atom/tabs#531 - Activate panes on any click, not just left click
- #13414 - Adds context menu for cinnamon desktop enviroment (Linux)
- #19016 - Allow line endings to be converted when copying and pasting
All Changes
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 notifications@0.72.1
- atom/atom#22817 - Bump keybinding-resolver@0.39.1
- atom/atom#22818 - Bump tabs
- atom/atom#22834 - Bump tabs@0.110.2
- 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 - π 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 language-css@0.45.1
- 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
torender-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
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"
1.60.0-beta0
Notable Changes
- #13414 - Adds context menu for cinnamon desktop enviroment (Linux)
- #19016 - Allow line endings to be converted when copying and pasting
All Changes
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 notifications@0.72.1
- atom/atom#22817 - Bump keybinding-resolver@0.39.1
- atom/atom#22818 - Bump tabs
- atom/atom#22834 - Bump tabs@0.110.2
- 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 - π 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 language-css@0.45.1
- 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
torender-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
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"
1.59.0
Notable Changes
- #22697 - Fixed command to install Atom dependencies on Ubuntu
- #16206 - Enable default editor keymaps for editors located outside atom-workspace
All Changes
Atom Core
v1.58.0...1.59.0
- atom/atom#22015 - Update required dependencies for Debian/Ubuntu
- atom/atom#22463 - β¬οΈ Bump atom-select-list@0.8.1
- 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
1.59.0-beta0
Notable Changes
- #16206 - Enable default editor keymaps for editors located outside atom-workspace
- #18321 - Implementing tree-sitter based indentation logic
All Changes
Atom Core
v1.58.0...1.59.0-beta0
- atom/atom#22015 - Update required dependencies for Debian/Ubuntu
- atom/atom#22463 - β¬οΈ Bump atom-select-list@0.8.1
- 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
1.58.0
Notable Changes
- #22315 - Update to macOS Big Sur icon.
- #22424 - Fix reopening a project in safeMode and devMode.
- #22123 - Improve contrast on Windows app icons
- atom/archive-view#73 - Add ability to collapse archived directories (zip, tar, e.t.c)
- atom/bracket-matcher#405 - Handle multicursor selection inside brackets
- atom/find-and-replace#932 - Add "Open in New Tab" and "Open in New Window" right-click context menu options
All Changes
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 whitespace@0.37.8
- atom/atom#22353 - β¬οΈ Bump find-and-replace@0.219.8
- 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 pathwatcher@8.1.1
- atom/atom#22386 - Bump bracket-matcher@0.92.0
- atom/atom#22385 - Bump postcss from 8.1.6 to 8.2.10
- atom/atom#22395 - Bump language-php@0.47.0
- atom/atom#22096 - fix: update language-python for nightly
- atom/atom#22407 - β¬οΈ Bump archive-view@0.66.0
- 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
withnpm ci
- atom/atom#22453 - β¬οΈ Bump minidump@0.22.0
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
1.57.0
Notable Changes
- #21847 - Improve detection of incompatible native modules.
All Changes
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 - β¬οΈ focus-trap@6.3.0
- atom/atom#22060 - β¬οΈ chai@4.3.4
- atom/atom#22063 - β¬οΈ git-utils@5.7.1
- atom/atom#22068 - β¬οΈ normalize-package-data@3.0.2
- atom/atom#22152 - Bump settings-view@0.261.8
- atom/atom#22159 - β¬οΈ Bump tree-view@0.228.3
- 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
1.58.0-beta0
Notable Changes
- atom/find-and-replace#938 Adds preserve case option for buffer replace
- atom/find-and-replace#932 Adds open search result in new window or tab
All Changes
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 whitespace@0.37.8
- atom/atom#22353 - β¬οΈ Bump find-and-replace@0.219.8
- 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
1.57.0-beta0
Notable Changes
- #21847 - Improve detection of incompatible native modules.
All Changes
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 - β¬οΈ focus-trap@6.3.0
- atom/atom#22060 - β¬οΈ chai@4.3.4
- atom/atom#22063 - β¬οΈ git-utils@5.7.1
- atom/atom#22068 - β¬οΈ normalize-package-data@3.0.2
- atom/atom#22152 - Bump settings-view@0.261.8
- atom/atom#22159 - β¬οΈ Bump tree-view@0.228.3
- 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
1.56.0
Notable Changes
- #21847 - Fix buggy quitting behaviour on macOS after all windows are closed
- #21852 - Improve java syntax highlighting
- #21847 - Add setting to disable middle mouse paste.
(editor. selectionClipboard)
- #21777 - Electron upgrade π
All Changes
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 - β¬οΈ 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