• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

Release notes

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 - ⬆️ 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

  • 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 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

  • 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.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.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 - ⬆️ 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

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

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.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 - ⬆️ postcss@8.1.6
  • 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 whats-my-line@0.1.13
  • 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 whats-my-line@0.1.4
  • 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.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 - ⬆️ yargs@16.1.0
  • atom/atom#21447 - Fix WSL uname test
  • atom/atom#21492 - ⬆️ tree-sitter@0.17.1
  • atom/atom#20892 - Use HTML native preventScroll for textEditorComponent focus
  • atom/atom#21543 - ⬆️ postcss@8.1.2
  • atom/atom#21542 - ⬆️ chart.js@2.9.4
  • atom/atom#20393 - Skip shell functions when parsing env
  • atom/atom#21544 - ⬆️ resolve@1.18.1
  • atom/atom#21589 - ⬆️ temp@0.9.2
  • atom/atom#21587 - Fixed atom.confirm and internal use of dialog.showMessageBox
  • atom/atom#21604 - ⬆️ sinon@9.2.1
  • atom/atom#21615 - ⬆️ tree-view@0.228.2
  • atom/atom#21641 - ⬆️ electron-osx-sign@0.5.0
  • atom/atom#21655 - ⬆️ find-and-replace@0.219.7
  • 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 - ⬆️ postcss@8.1.6
  • 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.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 - ⬆️ github@0.35.0
  • atom/atom#21196 - ⬆️ tree-sitter@0.16.2
  • atom/atom#21028 - ⬆️ electron-osx-sign@0.4.17
  • atom/atom#21029 - ⬆️ etch@0.14.0
  • atom/atom#21262 - Ci publish template
  • atom/atom#21269 - CI build template including patches
  • atom/atom#21298 - CI test template
  • atom/atom#21299 - ⬆️ async@3.2.0
  • atom/atom#21193 - ⬆️ fs-admin@0.15.0
  • atom/atom#21081 - Cross-platform CI scripts
  • atom/atom#21310 - ⬆️ tree-view@0.228.1
  • 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 npm@6.14.8
  • atom/atom#21109 - Parallelize Tests in CI (+ Refactor and Improvements)
  • atom/atom#21319 - ⬆️ postcss@8.0.3
  • atom/atom#20042 - Bump eslint-utils from 1.3.1 to 1.4.3 in /script
  • atom/atom#21331 - ⬆️ postcss@8.0.5
  • atom/atom#21336 - DependsOn windows_tests
  • atom/atom#21042 - ⬆️ scrollbar-style@3.2.1
  • atom/atom#21046 - ⬆️ typescript-simple@8.0.6
  • atom/atom#21338 - ⬆️ tree-sitter@0.16.2
  • atom/atom#21295 - Tests: retry timed out steps automatically
  • atom/atom#21340 - Remove random-words dependancy
  • atom/atom#21343 - Dependancy updates
  • atom/atom#21036 - ⬆️ mocha-junit-reporter@2.0.0
  • atom/atom#21367 - Fix version information
  • atom/atom#21256 - ⬆️ focus-trap@6.0.1
  • atom/atom#21364 - ⬆️ postcss@8.0.8
  • atom/atom#21376 - ⬆️ postcss@8.0.9
  • atom/atom#21374 - ⬆️ etch@0.14.1
  • atom/atom#21377 - ⬆️ tree-sitter@0.17.0
  • 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 - ⬆️ postcss@8.1.0
  • atom/atom#21388 - ⬆️ language-java@0.32.0
  • atom/atom#21406 - ⬆️ postcss@8.1.1
  • atom/atom#21398 - exclude test folders from the packaged app
  • atom/atom#21344 - ⬆️ colors@3.1.2
  • atom/atom#21411 - ⬆️ sinon@9.1.0
  • atom/atom#21405 - ⬆️ marked@1.2.0
  • atom/atom#21418 - ⬆️ find-and-replace@0.219.6
  • atom/atom#21419 - ⬆️ settings-view@0.261.6
  • atom/atom#21425 - Update Debian dependencies, fixes Ubuntu Groovy
  • atom/atom#21231 - ⬆️ mocha@6.2.3
  • atom/atom#21430 - Merge dependency bumps
  • atom/atom#21437 - ⬆️ focus-trap@6.1.2
  • 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 sinon@9.0.3

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 - ⬆️ pathwatcher@8.1.0
  • atom/tree-view#1358 - Fix Uncaught Error: ENOENT: no such file or directory

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 - ⬆️ yargs@16.1.0
  • atom/atom#21447 - Fix WSL uname test
  • atom/atom#21492 - ⬆️ tree-sitter@0.17.1
  • atom/atom#20892 - Use HTML native preventScroll for textEditorComponent focus
  • atom/atom#21543 - ⬆️ postcss@8.1.2
  • atom/atom#21542 - ⬆️ chart.js@2.9.4
  • atom/atom#20393 - Skip shell functions when parsing env
  • atom/atom#21544 - ⬆️ resolve@1.18.1
  • atom/atom#21589 - ⬆️ temp@0.9.2
  • atom/atom#21587 - Fixed atom.confirm and internal use of dialog.showMessageBox
  • atom/atom#21604 - ⬆️ sinon@9.2.1
  • atom/atom#21615 - ⬆️ tree-view@0.228.2
  • atom/atom#21641 - ⬆️ electron-osx-sign@0.5.0
  • atom/atom#21655 - ⬆️ find-and-replace@0.219.7
  • 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.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 - ⬆️ find-and-replace@0.219.5
  • atom/atom#21096 - ⬆️ settings-view@0.261.5
  • 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 - ⬆️ language-python@0.53.5
  • atom/atom#21248 - ⬆️ language-php@0.44.7
  • 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.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 - ⬆️ github@0.35.0
  • atom/atom#21196 - ⬆️ tree-sitter@0.16.2
  • atom/atom#21028 - ⬆️ electron-osx-sign@0.4.17
  • atom/atom#21029 - ⬆️ etch@0.14.0
  • atom/atom#21262 - Ci publish template
  • atom/atom#21269 - CI build template including patches
  • atom/atom#21298 - CI test template
  • atom/atom#21299 - ⬆️ async@3.2.0
  • atom/atom#21193 - ⬆️ fs-admin@0.15.0
  • atom/atom#21081 - Cross-platform CI scripts
  • atom/atom#21310 - ⬆️ tree-view@0.228.1
  • 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 npm@6.14.8
  • atom/atom#21109 - Parallelize Tests in CI (+ Refactor and Improvements)
  • atom/atom#21319 - ⬆️ postcss@8.0.3
  • atom/atom#20042 - Bump eslint-utils from 1.3.1 to 1.4.3 in /script
  • atom/atom#21331 - ⬆️ postcss@8.0.5
  • atom/atom#21336 - DependsOn windows_tests
  • atom/atom#21042 - ⬆️ scrollbar-style@3.2.1
  • atom/atom#21046 - ⬆️ typescript-simple@8.0.6
  • atom/atom#21338 - ⬆️ tree-sitter@0.16.2
  • atom/atom#21295 - Tests: retry timed out steps automatically
  • atom/atom#21340 - Remove random-words dependancy
  • atom/atom#21343 - Dependancy updates
  • atom/atom#21036 - ⬆️ mocha-junit-reporter@2.0.0
  • atom/atom#21367 - Fix version information
  • atom/atom#21256 - ⬆️ focus-trap@6.0.1
  • atom/atom#21364 - ⬆️ postcss@8.0.8
  • atom/atom#21376 - ⬆️ postcss@8.0.9
  • atom/atom#21374 - ⬆️ etch@0.14.1
  • atom/atom#21377 - ⬆️ tree-sitter@0.17.0
  • 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 - ⬆️ postcss@8.1.0
  • atom/atom#21388 - ⬆️ language-java@0.32.0
  • atom/atom#21406 - ⬆️ postcss@8.1.1
  • atom/atom#21398 - exclude test folders from the packaged app
  • atom/atom#21344 - ⬆️ colors@3.1.2
  • atom/atom#21411 - ⬆️ sinon@9.1.0
  • atom/atom#21405 - ⬆️ marked@1.2.0
  • atom/atom#21418 - ⬆️ find-and-replace@0.219.6
  • atom/atom#21419 - ⬆️ settings-view@0.261.6
  • atom/atom#21425 - Update Debian dependencies, fixes Ubuntu Groovy
  • atom/atom#21231 - ⬆️ mocha@6.2.3
  • atom/atom#21430 - Merge dependency bumps
  • atom/atom#21437 - ⬆️ focus-trap@6.1.2
  • 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 sinon@9.0.3

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 - ⬆️ pathwatcher@8.1.0
  • atom/tree-view#1358 - Fix Uncaught Error: ENOENT: no such file or directory

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 - ⬆️ find-and-replace@0.219.5
  • atom/atom#21096 - ⬆️ settings-view@0.261.5
  • 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 - ⬆️ language-python@0.53.5
  • atom/atom#21248 - ⬆️ language-php@0.44.7
  • 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 - ⬆️ prebuild-install@5.3.5
  • 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 - ⬆️ language-gfm@0.90.8
  • atom/atom#20928 - ⬆️ language-typescript@0.6.3
  • atom/atom#20989 - Fix Typos
  • atom/atom#20560 - ⬆️ language-php@0.44.5
  • atom/atom#20910 - Add async and await keywords to Rust highlighter
  • atom/atom#20999 - Automate dependency bumps
  • atom/atom#21041 - ⬆️ resolve@1.17.0
  • atom/atom#21043 - ⬆️ semver@7.3.2

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.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 - ⬆️ prebuild-install@5.3.5
  • 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-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 - ⬆️ language-gfm@0.90.8
  • atom/atom#20928 - ⬆️ language-typescript@0.6.3
  • atom/atom#20989 - Fix Typos
  • atom/atom#20560 - ⬆️ language-php@0.44.5
  • atom/atom#20910 - Add async and await keywords to Rust highlighter
  • atom/atom#20999 - Automate dependency bumps
  • atom/atom#21041 - ⬆️ resolve@1.17.0
  • atom/atom#21043 - ⬆️ semver@7.3.2

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 - ⬆️ spell-check@0.76.1
  • atom/atom#20741 - Enable WebView on main-process in electron options
  • atom/atom#20830 - ⬆️ text-buffer@13.17.3
  • 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 - ⬆️ language-java@0.31.5
  • 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 - ⬆️ spell-check@0.76.1
  • atom/atom#20741 - Enable WebView on main-process in electron options
  • atom/atom#20830 - ⬆️ text-buffer@13.17.3
  • 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 - ⬆️ language-java@0.31.5
  • 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 - ⬆️settings-view@0.261.4
  • 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 - ⬆️ spell-check@0.76.1

fuzzy-finder

v1.14.1...v1.14.2

  • atom/fuzzy-finder#409 - ⬆️@atom/fuzzy-native@1.1.2

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 - ⬆️settings-view@0.261.4
  • 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/fuzzy-native@1.1.2

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 - ⬆️ find-and-replace@0.219.3
  • atom/atom#20398 - ⬆️archive-view@0.65.2
  • 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 ⬆️ spell-check@0.76.0 #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 - ⬆️ctags@3.1.0
  • atom/symbols-view#252 - Recompile ctags-darwin against SDK 10.15

v1.45.0 (2020-03-10)

Notable Changes

  • https://github.com/atom/atom/pull/20194 - Improve Java syntax highlighting
  • https://github.com/atom/github/pull/2399 - Git repository context may be "locked" to manage manually or "unlocked" to follow the active pane item.

Atom Core

v1.44.0...v1.45.0

  • atom/atom#20350 - Add notarization to macOS app
  • atom/atom#20351 - Fix startup issue after notarization
  • atom/atom#20357 - switch from atom's special winstaller version to electron's winstaller
  • atom/atom#20194 - ⬆️ language-java@0.31.4
  • atom/atom#20390 - revert notarization

github

v0.33.0...v0.34.0

  • atom/github#2352 - Bump @babel/plugin-proposal-object-rest-spread from 7.6.2 to 7.7.4
  • atom/github#2366 - Bump dugite from 1.87.5 to 1.87.6
  • atom/github#2367 - Bump tree-kill from 1.2.1 to 1.2.2
  • atom/github#2368 - Bump whats-my-line from 0.1.1 to 0.1.2
  • atom/github#2370 - Bump eslint from 6.7.0 to 6.7.2
  • atom/github#2371 - Bump marked from 0.7.0 to 0.8.0
  • atom/github#2377 - Bump @babel/preset-env from 7.7.5 to 7.7.7
  • atom/github#2385 - [Security] Bump handlebars from 4.1.2 to 4.6.0
  • atom/github#2390 - Upgrade Babel dependencies all at once
  • atom/github#2399 - Context locking

v1.46.0-beta0 (2020-03-10)

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-beta0

  • atom/atom#20397 - ⬆️ find-and-replace@0.219.3
  • atom/atom#20398 - ⬆️archive-view@0.65.2
  • 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 ⬆️ spell-check@0.76.0 #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

  • atom/github#2406 - bump dugite version to 1.88.2

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 - ⬆️ctags@3.1.0
  • atom/symbols-view#252 - Recompile ctags-darwin against SDK 10.15

v1.44.0 (2020-02-11)

Notable Changes

  • https://github.com/atom/github/pull/2334 Fix bad jump to file in reviews controller
  • https://github.com/atom/github/pull/2111 Improved GitHub tab blank-slate behavior
  • https://github.com/atom/github/pull/2325 Add avatar and split up TabHeaderView
  • https://github.com/atom/github/pull/2347 Improved commit details visibility for light UI theme and dark UI theme.

Atom Core

v1.43.0...v1.44.0

  • atom/atom#20287 - Updated license year

github

v0.31.1-2...v0.33.0

  • atom/github#2328 - GraphQL schema update
  • atom/github#2334 - Fix bad jump to file in reviews controller
  • atom/github#2329 - Blank states for GitHub tab
  • atom/github#2339 - Remove cross-env
  • atom/github#2341 - GitHub Action maintenance
  • atom/github#2340 - Update a bunch of dependencies
  • atom/github#2344 - Bump react from 16.11.0 to 16.12.0
  • atom/github#2345 - Update Relay and related dependencies
  • atom/github#2111 - Improved GitHub tab blank-slate behavior
  • atom/github#2325 - Add avatar and split up TabHeaderView
  • atom/github#2347 - Fix #2251
  • atom/github#2349 - GraphQL schema update
  • atom/github#2351 - Bump eslint from 6.6.0 to 6.7.0
  • atom/github#2359 - Bump @babel/preset-env from 7.7.1 to 7.7.5
  • atom/github#2364 - Dugite upgrade for Atom nightly
  • atom/github#2365 - Re-sync electron-link and electron-mksnapshot with atom/atom

v1.45.0-beta0 (2020-02-11)

Notable Changes

Notable Changes

  • https://github.com/atom/atom/pull/20194 - Improve Java syntax highlighting
  • https://github.com/atom/github/pull/2399 - Git repository context may be "locked" to manage manually or "unlocked" to follow the active pane item.

Atom Core

v1.44.0...v1.45.0-beta0

  • atom/atom#20350 - Add notarization to macOS app
  • atom/atom#20351 - Fix startup issue after notarization
  • atom/atom#20357 - switch from atom's special winstaller version to electron's winstaller
  • atom/atom#20194 - ⬆️ language-java@0.31.4
  • atom/atom#20390 - revert notarization

github

v0.33.0...v0.34.0

  • atom/github#2352 - Bump @babel/plugin-proposal-object-rest-spread from 7.6.2 to 7.7.4
  • atom/github#2366 - Bump dugite from 1.87.5 to 1.87.6
  • atom/github#2367 - Bump tree-kill from 1.2.1 to 1.2.2
  • atom/github#2368 - Bump whats-my-line from 0.1.1 to 0.1.2
  • atom/github#2370 - Bump eslint from 6.7.0 to 6.7.2
  • atom/github#2371 - Bump marked from 0.7.0 to 0.8.0
  • atom/github#2377 - Bump @babel/preset-env from 7.7.5 to 7.7.7
  • atom/github#2385 - [Security] Bump handlebars from 4.1.2 to 4.6.0
  • atom/github#2390 - Upgrade Babel dependencies all at once
  • atom/github#2399 - Context locking

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