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

Release notes

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

Notable Changes

  • 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

v1.43.0 (2020-01-14)

Notable Changes

  • https://github.com/atom/atom/pull/20041 - Improve PHP syntax highlighting for ternary operator, ereg functions, and comments within closures.
  • https://github.com/atom/atom/pull/20122 - Improve PHP syntax highlighting for functions returning references, return types.
  • https://github.com/atom/atom/pull/20088 - Improve SCSS syntax highlighting, by recognizing '-' as part of a class selector in an @extend statement.
  • https://github.com/atom/atom/pull/20099 - Fix find and replace crashes when a tab is not an editor.
  • https://github.com/atom/atom/pull/19832 - Fix an issue that prevented directories created by git worktree from being recognized as git repositories.
  • https://github.com/atom/atom/pull/20134 - Improve CSS syntax highlighting by supporting grid properties (e.g row-gap, place-items, place-self and place-content).
  • https://github.com/atom/atom/pull/20142 - Improve CSS syntax highlighting by preventing deprecated CSS properties from being highlighted as errors.
  • https://github.com/atom/atom/pull/20156 - Add support for Javascript forEach snippet.
  • https://github.com/atom/atom/pull/20173 - Add support for Javascript syntax highlighting for BigInt numeric.
  • https://github.com/atom/atom/pull/20196 - Update legacy TextMate grammars to match microsoft/vscode@e6abf47.
  • atom/github#2324: Removed the non-functional "jump to file" context menu option when viewing past commits.
  • atom/github#2308: Explicitly display and choose the active git working directory in the Git and GitHub tabs.
  • atom/github#2305: Fix a crash when viewing review comments on Windows.
  • atom/github#2297: Avoid stalls due to data buffering by using TCP sockets instead of UNIX domain sockets for git dialog communications.
  • atom/github#2222: Create and publish GitHub repositories with the github:create-repository and github:publish-repository commands.
  • atom/github#2270: Copy the commit SHA and subject to the clipboard from the context menu on the mini-log.

Atom Core

v1.42.0...v1.43.0

  • atom/atom#20041 - ⬆️ language-php@0.443
  • atom/atom#20044 - Fix language-typescript version in package.json
  • atom/atom#20061 - Update tree-sitter to 0.15.13
  • atom/atom#20088 - ⬆️ language-sass@0.62.1
  • atom/atom#20096 - ⬆️open-on-github@1.3.2
  • atom/atom#20099 - ⬆️ find-and-replace@0.219.1
  • atom/atom#19832 - Recognize git worktree directories as valid git repositories
  • atom/atom#20115 - Bump Tree-sitter to 0.15.14
  • atom/atom#20122 - ⬆️ language-php@0.44.4
  • atom/atom#20134 - ⬆️ language-css@0.44.1
  • atom/atom#20124 - ⬆️ github@0.31.1
  • atom/atom#20098 - Fixed unable to copy selected text from spec-suite window
  • atom/atom#20142 - ⬆️ language-css@0.44.2
  • atom/atom#20149 - ⬆️ first-mate@7.4.1 bracket-matcher@0.91.2
  • atom/atom#20156 - ⬆️ language-javascript@0.133.1
  • atom/atom#20157 - ⬆️text-buffer@13.17.1
  • atom/atom#20173 - ⬆️ language-javascript@0.134.0 fuzzy-finder@1.14.1
  • atom/atom#20196 - ⬆️ nsfw@1.0.26 & language-typescript@0.6.0

bracket-matcher

v0.91.1...v0.91.2

  • atom/bracket-matcher#387 - Use Xenial on Travis

find-and-replace

v0.219.0...v0.219.1

  • atom/find-and-replace#1100 - Don’t crash when using find view in tab that’s not an editor

fuzzy-finder

v1.14.0...v1.14.1

  • atom/fuzzy-finder#406 - Consume STDERR from ripgrep to allow indexing process to complete
  • atom/fuzzy-finder#408 - ⬆️@atom/fuzzy-native@1.1.1

github

v0.31.0-2...v0.31.1-2

  • atom/github#2261 - Bump graphql from 14.4.2 to 14.5.3
  • atom/github#2262 - Bump eslint-utils from 1.3.1 to 1.4.2
  • atom/github#2263 - Bump graphql from 14.5.3 to 14.5.4
  • atom/github#2269 - Bump @babel/preset-env from 7.5.5 to 7.6.0
  • atom/github#2270 - Make it easier to copy the commit SHA and subject
  • atom/github#2277 - Bump sinon from 7.4.1 to 7.5.0
  • atom/github#2279 - Bump @babel/generator from 7.5.5 to 7.6.2
  • atom/github#2278 - Bump @babel/plugin-proposal-object-rest-spread from 7.5.5 to 7.6.2
  • atom/github#2289 - Actions upgrade
  • atom/github#2291 - Bump cross-env from 5.2.0 to 6.0.2
  • atom/github#2222 - Create and publish dialog
  • atom/github#2297 - Use TCP sockets on Windows
  • atom/github#2305 - Normalize comment path
  • atom/github#2311 - Use JavaScript scripts for npm test tasks
  • atom/github#2300 - Bump @babel/preset-env from 7.6.0 to 7.6.3
  • atom/github#2312 - Push using GITHUB_ACTOR and GITHUB_TOKEN
  • atom/github#2314 - GraphQL schema update
  • atom/github#2315 - Fix GitHub Package Tests
  • atom/github#2322 - GraphQL schema update
  • atom/github#2308 - Project Management
  • atom/github#2324 - Removed jump to file from options when viewing past commits

open-on-github

v1.3.1...v1.3.2

  • atom/open-on-github#109 - Add Probot no-response configuration
  • atom/open-on-github#110 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
  • atom/open-on-github#111 - Get target from command target

language-css

v0.44.0...v0.44.2

  • atom/language-css#161 - Fix #160
  • atom/language-css#166 - Add grid properties that were not being recognized as supported
  • atom/language-css#165 - Fix #163 by not marking media properties as invalid.deprecated

language-javascript

v0.133.0...v0.134.0

  • atom/language-javascript#631 - Fix for...of autocomplete, variable declaration
  • atom/language-javascript#664 - Add a 'forEach' snippet
  • atom/language-javascript#588 - Add support for BigInt numeric

language-php

v0.44.2...v0.44.4

  • atom/language-php#369 - Fixes for small issues: ternary, ereg, comments w/ closures
  • atom/language-php#368 - Fix functions returning references and return type declarations

language-sass

v0.62.0...v0.62.1

  • atom/language-sass#258 - Add Probot no-response configuration
  • atom/language-sass#259 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
  • atom/language-sass#273 - Tokenize - as a selector

language-typescript

v0.5.2...v0.6.0

  • atom/language-typescript#41 - Update snippets to cson format
  • atom/language-typescript#43 - update TextMate grammars

v1.44.0-beta0 (2020-01-14)

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

  • 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.42.0 (2019-12-16)

Notable Changes

  • https://github.com/atom/atom/pull/19770 - Add appropriate punctuation scopes to various characters in HTML.
  • https://github.com/atom/atom/pull/19795 - Add support for Ruby syntax highlighting of symbols inside literal symbol arrays (e.g %i() and %I() when using Tree-sitter parsers).
  • https://github.com/atom/atom/pull/19840 - Add support for Ruby syntax highlighting of alias, alias_method, block_given?, defined?, iterator?, super, and undef when using Tree-sitter parsers.
  • https://github.com/atom/atom/pull/19880 - Improve JavaScript syntax highlighting of function names and function parameters when using Tree-sitter parsers.
  • https://github.com/atom/atom/pull/19908 - Add support for jl as a language identifier for the Julia language when using fenced code blocks in Markdown files.

Atom Core

v1.41.0...v1.42.0

  • atom/atom#19770 - ⬆️ language-html@0.53.0
  • atom/atom#19772 - ➡ Migrate core package 'welcome' into ./packages
  • atom/atom#19779 - ➡ Migrate core package 'update-package-dependencies' into ./packages
  • atom/atom#19795 - ⬆️ language-ruby@0.72.21
  • atom/atom#19796 - Bump lodash.template from 4.4.0 to 4.5.0 in /script
  • atom/atom#19797 - Bump lodash.merge from 4.6.1 to 4.6.2 in /script
  • atom/atom#19798 - Bump lodash from 4.17.10 to 4.17.15 in /packages/about
  • atom/atom#19799 - Bump fstream from 0.1.24 to 1.0.12
  • atom/atom#19800 - Bump js-yaml from 3.12.0 to 3.13.1 in /packages/about
  • atom/atom#19801 - Bump js-yaml from 3.12.0 to 3.13.1 in /script
  • atom/atom#19803 - Bump extend from 3.0.1 to 3.0.2 in /script/vsts
  • atom/atom#19802 - Bump underscore.string from 3.3.4 to 3.3.5 in /script
  • atom/atom#19809 - ⬆️ apm@2.4.3
  • atom/atom#19840 - ⬆️ language-ruby@0.72.22
  • atom/atom#19880 - ⬆️ language-javascript@0.133.0
  • atom/atom#19908 - ⬆️ language-gfm@0.90.7
  • atom/atom#19949 - Fix base16 project link
  • atom/atom#19951 - :arrow_up: language-typescript@0.5.3
  • atom/atom#19952 - Revert ":arrow_up: language-typescript@0.5.3"
  • atom/atom#19953 - :arrow_up: language-typescript@0.5.3
  • atom/atom#20025 - Update URL used for jasmine-node in package-lock.json

github

v0.30.1...v0.31.0-2

  • atom/github#2214 - Simplify CI
  • atom/github#2213 - Fix branch menu on unborn branch
  • atom/github#2209 - Refactor dialog handling
  • atom/github#2216 - Upgrade Relay dependencies
  • atom/github#2217 - Bump @babel/generator from 7.4.4 to 7.5.5
  • atom/github#2220 - Bump mocha from 6.1.4 to 6.2.0
  • atom/github#2212 - Bump @babel/plugin-proposal-object-rest-spread from 7.4.3 to 7.5.5
  • atom/github#2221 - Bump @babel/preset-env from 7.5.4 to 7.5.5
  • atom/github#2223 - Bump eslint-plugin-jsx-a11y from 6.2.1 to 6.2.3
  • atom/github#2225 - Bump dompurify from 1.0.10 to 1.0.11
  • atom/github#2219 - Bump graphql from 14.3.1 to 14.4.2
  • atom/github#2218 - Bump babel-plugin-istanbul from 5.1.3 to 5.2.0
  • atom/github#2224 - Bump enzyme from 3.9.0 to 3.10.0
  • atom/github#2226 - Fallback to GIT_SSH if GIT_SSH_COMMAND is not set
  • atom/github#2228 - Bump mocha-junit-reporter from 1.22.0 to 1.23.1
  • atom/github#2231 - Bump semver from 6.0.0 to 6.3.0
  • atom/github#2230 - Bump marked from 0.6.2 to 0.7.0
  • atom/github#2229 - Bump globby from 9.2.0 to 10.0.1
  • atom/github#2232 - GraphQL schema update
  • atom/github#2234 - Bump keytar from 4.10.0 to 4.12.0
  • atom/github#2235 - Bump @babel/plugin-proposal-class-properties from 7.4.4 to 7.5.5
  • atom/github#2238 - Bump keytar from 4.12.0 to 4.13.0
  • atom/github#2239 - GraphQL schema update
  • atom/github#2243 - Bump sinon from 7.3.2 to 7.4.1
  • atom/github#2245 - GraphQL schema update
  • atom/github#2246 - Improve performance of isCommitPushed
  • atom/github#2249 - Dugite upgrade
  • atom/github#2248 - Bump react from 16.8.6 to 16.9.0
  • atom/github#2247 - Bump react-dom from 16.8.6 to 16.9.0
  • atom/github#2255 - Bump dugite from 1.87.1 to 1.87.2
  • atom/github#2362 - Dugite upgrade for Atom beta

language-gfm

v0.90.6...v0.90.7

  • atom/language-gfm#228 - allow jl to be used for julia code blocks

language-html

v0.52.3...v0.53.0

  • atom/language-html#231 - Add scopes for punctuation.

language-javascript

v0.132.0...v0.133.0

  • atom/language-javascript#652 - Colorize arrow function parameters without parens
  • atom/language-javascript#654 - Colorize rest parameters like other formal parameters
  • atom/language-javascript#653 - Fix lost colorization of function declaration names

language-ruby

v0.72.20...v0.72.22

  • atom/language-ruby#271 - Apply proper scopes for symbols when using Tree-sitter grammar

v1.43.0-beta0 (2019-12-16)

Notable Changes

  • https://github.com/atom/atom/pull/20041 - Improve PHP syntax highlighting for ternary operator, ereg functions, and comments within closures.
  • https://github.com/atom/atom/pull/20122 - Improve PHP syntax highlighting for functions returning references, return types.
  • https://github.com/atom/atom/pull/20088 - Improve SCSS syntax highlighting, by recognizing '-' as part of a class selector in an @extend statement.
  • https://github.com/atom/atom/pull/20099 - Fix find and replace crashes when a tab is not an editor.
  • https://github.com/atom/atom/pull/19832 - Fix an issue that prevented directories created by git worktree from being recognized as git repositories.
  • https://github.com/atom/atom/pull/20134 - Improve CSS syntax highlighting by supporting grid properties (e.g row-gap, place-items, place-self and place-content).
  • https://github.com/atom/atom/pull/20142 - Improve CSS syntax highlighting by preventing deprecated CSS properties from being highlighted as errors.
  • https://github.com/atom/atom/pull/20156 - Add support for Javascript forEach snippet.
  • https://github.com/atom/atom/pull/20173 - Add support for Javascript syntax highlighting for BigInt numeric.
  • https://github.com/atom/atom/pull/20196 - Update legacy TextMate grammars to match microsoft/vscode@e6abf47.
  • atom/github#2324: Removed the non-functional "jump to file" context menu option when viewing past commits.
  • atom/github#2308: Explicitly display and choose the active git working directory in the Git and GitHub tabs.
  • atom/github#2305: Fix a crash when viewing review comments on Windows.
  • atom/github#2297: Avoid stalls due to data buffering by using TCP sockets instead of UNIX domain sockets for git dialog communications.
  • atom/github#2222: Create and publish GitHub repositories with the github:create-repository and github:publish-repository commands.
  • atom/github#2270: Copy the commit SHA and subject to the clipboard from the context menu on the mini-log.

Atom Core

v1.42.0...v1.43.0-beta0

  • atom/atom#20041 - ⬆️ language-php@0.443
  • atom/atom#20044 - Fix language-typescript version in package.json
  • atom/atom#20061 - Update tree-sitter to 0.15.13
  • atom/atom#20088 - ⬆️ language-sass@0.62.1
  • atom/atom#20096 - ⬆️open-on-github@1.3.2
  • atom/atom#20099 - ⬆️ find-and-replace@0.219.1
  • atom/atom#19832 - Recognize git worktree directories as valid git repositories
  • atom/atom#20115 - Bump Tree-sitter to 0.15.14
  • atom/atom#20122 - ⬆️ language-php@0.44.4
  • atom/atom#20134 - ⬆️ language-css@0.44.1
  • atom/atom#20124 - ⬆️ github@0.31.1
  • atom/atom#20098 - Fixed unable to copy selected text from spec-suite window
  • atom/atom#20142 - ⬆️ language-css@0.44.2
  • atom/atom#20149 - ⬆️ first-mate@7.4.1 bracket-matcher@0.91.2
  • atom/atom#20156 - ⬆️ language-javascript@0.133.1
  • atom/atom#20157 - ⬆️text-buffer@13.17.1
  • atom/atom#20173 - ⬆️ language-javascript@0.134.0 fuzzy-finder@1.14.1
  • atom/atom#20196 - ⬆️ nsfw@1.0.26 & language-typescript@0.6.0

bracket-matcher

v0.91.1...v0.91.2

  • atom/bracket-matcher#387 - Use Xenial on Travis

find-and-replace

v0.219.0...v0.219.1

  • atom/find-and-replace#1100 - Don’t crash when using find view in tab that’s not an editor

fuzzy-finder

v1.14.0...v1.14.1

  • atom/fuzzy-finder#406 - Consume STDERR from ripgrep to allow indexing process to complete
  • atom/fuzzy-finder#408 - ⬆️@atom/fuzzy-native@1.1.1

github

v0.31.0-2...v0.31.1-2

  • atom/github#2261 - Bump graphql from 14.4.2 to 14.5.3
  • atom/github#2262 - Bump eslint-utils from 1.3.1 to 1.4.2
  • atom/github#2263 - Bump graphql from 14.5.3 to 14.5.4
  • atom/github#2269 - Bump @babel/preset-env from 7.5.5 to 7.6.0
  • atom/github#2270 - Make it easier to copy the commit SHA and subject
  • atom/github#2277 - Bump sinon from 7.4.1 to 7.5.0
  • atom/github#2279 - Bump @babel/generator from 7.5.5 to 7.6.2
  • atom/github#2278 - Bump @babel/plugin-proposal-object-rest-spread from 7.5.5 to 7.6.2
  • atom/github#2289 - Actions upgrade
  • atom/github#2291 - Bump cross-env from 5.2.0 to 6.0.2
  • atom/github#2222 - Create and publish dialog
  • atom/github#2297 - Use TCP sockets on Windows
  • atom/github#2305 - Normalize comment path
  • atom/github#2311 - Use JavaScript scripts for npm test tasks
  • atom/github#2300 - Bump @babel/preset-env from 7.6.0 to 7.6.3
  • atom/github#2312 - Push using GITHUB_ACTOR and GITHUB_TOKEN
  • atom/github#2314 - GraphQL schema update
  • atom/github#2315 - Fix GitHub Package Tests
  • atom/github#2322 - GraphQL schema update
  • atom/github#2308 - Project Management
  • atom/github#2324 - Removed jump to file from options when viewing past commits

open-on-github

v1.3.1...v1.3.2

  • atom/open-on-github#109 - Add Probot no-response configuration
  • atom/open-on-github#110 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
  • atom/open-on-github#111 - Get target from command target

language-css

v0.44.0...v0.44.2

  • atom/language-css#161 - Fix #160
  • atom/language-css#166 - Add grid properties that were not being recognized as supported
  • atom/language-css#165 - Fix #163 by not marking media properties as invalid.deprecated

language-javascript

v0.133.0...v0.134.0

  • atom/language-javascript#631 - Fix for...of autocomplete, variable declaration
  • atom/language-javascript#664 - Add a 'forEach' snippet
  • atom/language-javascript#588 - Add support for BigInt numeric

language-php

v0.44.2...v0.44.4

  • atom/language-php#369 - Fixes for small issues: ternary, ereg, comments w/ closures
  • atom/language-php#368 - Fix functions returning references and return type declarations

language-sass

v0.62.0...v0.62.1

  • atom/language-sass#258 - Add Probot no-response configuration
  • atom/language-sass#259 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
  • atom/language-sass#273 - Tokenize - as a selector

language-typescript

v0.5.2...v0.6.0

  • atom/language-typescript#41 - Update snippets to cson format
  • atom/language-typescript#43 - update TextMate grammars

v1.42.0-beta0 (2019-10-23)

Notable Changes

  • https://github.com/atom/atom/pull/19770 - Add appropriate punctuation scopes to various characters in HTML.
  • https://github.com/atom/atom/pull/19795 - Add support for Ruby syntax highlighting of symbols inside literal symbol arrays (e.g %i() and %I() when using Tree-sitter parsers).
  • https://github.com/atom/atom/pull/19840 - Add support for Ruby syntax highlighting of alias, alias_method, block_given?, defined?, iterator?, super, and undef when using Tree-sitter parsers.
  • https://github.com/atom/atom/pull/19880 - Improve JavaScript syntax highlighting of function names and function parameters when using Tree-sitter parsers.
  • https://github.com/atom/atom/pull/19908 - Add support for jl as a language identifier for the Julia language when using fenced code blocks in Markdown files.

Atom Core

v1.41.0...v1.42.0-beta0

  • atom/atom#19770 - ⬆️ language-html@0.53.0
  • atom/atom#19772 - ➡ Migrate core package 'welcome' into ./packages
  • atom/atom#19779 - ➡ Migrate core package 'update-package-dependencies' into ./packages
  • atom/atom#19795 - ⬆️ language-ruby@0.72.21
  • atom/atom#19796 - Bump lodash.template from 4.4.0 to 4.5.0 in /script
  • atom/atom#19797 - Bump lodash.merge from 4.6.1 to 4.6.2 in /script
  • atom/atom#19798 - Bump lodash from 4.17.10 to 4.17.15 in /packages/about
  • atom/atom#19799 - Bump fstream from 0.1.24 to 1.0.12
  • atom/atom#19800 - Bump js-yaml from 3.12.0 to 3.13.1 in /packages/about
  • atom/atom#19801 - Bump js-yaml from 3.12.0 to 3.13.1 in /script
  • atom/atom#19803 - Bump extend from 3.0.1 to 3.0.2 in /script/vsts
  • atom/atom#19802 - Bump underscore.string from 3.3.4 to 3.3.5 in /script
  • atom/atom#19809 - ⬆️ apm@2.4.3
  • atom/atom#19840 - ⬆️ language-ruby@0.72.22
  • atom/atom#19880 - ⬆️ language-javascript@0.133.0
  • atom/atom#19908 - ⬆️ language-gfm@0.90.7
  • atom/atom#19949 - Fix base16 project link
  • atom/atom#19951 - :arrow_up: language-typescript@0.5.3
  • atom/atom#19952 - Revert ":arrow_up: language-typescript@0.5.3"
  • atom/atom#19953 - :arrow_up: language-typescript@0.5.3
  • atom/atom#20025 - Update URL used for jasmine-node in package-lock.json

github

v0.30.1...v0.31.0

  • atom/github#2214 - Simplify CI
  • atom/github#2213 - Fix branch menu on unborn branch
  • atom/github#2209 - Refactor dialog handling
  • atom/github#2216 - Upgrade Relay dependencies
  • atom/github#2217 - Bump @babel/generator from 7.4.4 to 7.5.5
  • atom/github#2220 - Bump mocha from 6.1.4 to 6.2.0
  • atom/github#2212 - Bump @babel/plugin-proposal-object-rest-spread from 7.4.3 to 7.5.5
  • atom/github#2221 - Bump @babel/preset-env from 7.5.4 to 7.5.5
  • atom/github#2223 - Bump eslint-plugin-jsx-a11y from 6.2.1 to 6.2.3
  • atom/github#2225 - Bump dompurify from 1.0.10 to 1.0.11
  • atom/github#2219 - Bump graphql from 14.3.1 to 14.4.2
  • atom/github#2218 - Bump babel-plugin-istanbul from 5.1.3 to 5.2.0
  • atom/github#2224 - Bump enzyme from 3.9.0 to 3.10.0
  • atom/github#2226 - Fallback to GIT_SSH if GIT_SSH_COMMAND is not set
  • atom/github#2228 - Bump mocha-junit-reporter from 1.22.0 to 1.23.1
  • atom/github#2231 - Bump semver from 6.0.0 to 6.3.0
  • atom/github#2230 - Bump marked from 0.6.2 to 0.7.0
  • atom/github#2229 - Bump globby from 9.2.0 to 10.0.1
  • atom/github#2232 - GraphQL schema update
  • atom/github#2234 - Bump keytar from 4.10.0 to 4.12.0
  • atom/github#2235 - Bump @babel/plugin-proposal-class-properties from 7.4.4 to 7.5.5
  • atom/github#2238 - Bump keytar from 4.12.0 to 4.13.0
  • atom/github#2239 - GraphQL schema update
  • atom/github#2243 - Bump sinon from 7.3.2 to 7.4.1
  • atom/github#2245 - GraphQL schema update
  • atom/github#2246 - Improve performance of isCommitPushed
  • atom/github#2249 - Dugite upgrade
  • atom/github#2248 - Bump react from 16.8.6 to 16.9.0
  • atom/github#2247 - Bump react-dom from 16.8.6 to 16.9.0
  • atom/github#2255 - Bump dugite from 1.87.1 to 1.87.2

language-gfm

v0.90.6...v0.90.7

  • atom/language-gfm#228 - allow jl to be used for julia code blocks

language-html

v0.52.3...v0.53.0

  • atom/language-html#231 - Add scopes for punctuation.

language-javascript

v0.132.0...v0.133.0

  • atom/language-javascript#652 - Colorize arrow function parameters without parens
  • atom/language-javascript#654 - Colorize rest parameters like other formal parameters
  • atom/language-javascript#653 - Fix lost colorization of function declaration names

language-ruby

v0.72.20...v0.72.22

  • atom/language-ruby#271 - Apply proper scopes for symbols when using Tree-sitter grammar

v1.41.0 (2019-10-23)

Notable Changes

  • atom/atom#19373 - Upgrade to Electron 4
  • atom/atom#19754 - Improve syntax highlighting for numerous Ruby language constructs (https://github.com/atom/language-ruby/pull/266, https://github.com/atom/language-ruby/pull/267, https://github.com/atom/language-ruby/pull/269)

Atom Core

v1.40.1...v1.41.0

  • atom/atom#19681 - Upgrade GitHub package on dev
  • atom/atom#19373 - Upgrade to Electron 4
  • atom/atom#19617 - Restore use of Ubuntu 14.04 for Linux CI builds
  • atom/atom#19726 - Only cover scope boundaries in the parent layer if there is a scope boundary in the injected layer
  • atom/atom#19735 - Use class colors for inherited classes in One syntax themes
  • atom/atom#19738 - Avoid covering up scopes at boundaries of injection layers
  • atom/atom#19740 - ⬆️ language-ruby@0.72.19
  • atom/atom#19754 - ⬆️ language-ruby@0.72.20
  • atom/atom#13925 - add support for jasmine.any
  • atom/atom#19757 - ⬆️ notifications@0.71.0
  • atom/atom#19763 - 🔥 Remove unused TimeReporter class
  • atom/atom#19809 - ⬆️ apm@2.4.3

notifications

v0.70.6...v0.71.0

  • atom/notifications#180 - Clear log

language-ruby

v0.72.17...v0.72.20

  • atom/language-ruby#266 - Allow numerals in all-caps constants
  • atom/language-ruby#267 - Add scopes for a number of items.
  • atom/language-ruby#269 - Tokenize visibility modifier in Tree-sitter grammar

language-shellscript

v0.27.12...v0.28.0

  • atom/language-shellscript#149 - Support ANSII-C escaped strings in Bash

v1.41.0-beta1 (2019-08-20)

Fixed a problem that prevented installation and loading of some packages with native modules (#19780)


v1.40.1 (2019-08-20)

Fixed a problem that prevented installation and loading of some packages with native modules (#19780)


v1.41.0-beta0 (2019-10-22)

Notable Changes

  • atom/atom#19373 - Upgrade to Electron 4
  • atom/atom#19754 - Improve syntax highlighting for numerous Ruby language constructs (https://github.com/atom/language-ruby/pull/266, https://github.com/atom/language-ruby/pull/267, https://github.com/atom/language-ruby/pull/269)

Atom Core

v1.40.0...v1.41.0-beta0

  • atom/atom#19681 - Upgrade GitHub package on dev
  • atom/atom#19373 - Upgrade to Electron 4
  • atom/atom#19617 - Restore use of Ubuntu 14.04 for Linux CI builds
  • atom/atom#19726 - Only cover scope boundaries in the parent layer if there is a scope boundary in the injected layer
  • atom/atom#19735 - Use class colors for inherited classes in One syntax themes
  • atom/atom#19738 - Avoid covering up scopes at boundaries of injection layers
  • atom/atom#19740 - ⬆️ language-ruby@0.72.19
  • atom/atom#19754 - ⬆️ language-ruby@0.72.20
  • atom/atom#13925 - add support for jasmine.any
  • atom/atom#19757 - ⬆️ notifications@0.71.0
  • atom/atom#19763 - 🔥 Remove unused TimeReporter class

notifications

v0.70.6...v0.71.0

  • atom/notifications#180 - Clear log

language-ruby

v0.72.17...v0.72.20

  • atom/language-ruby#266 - Allow numerals in all-caps constants
  • atom/language-ruby#267 - Add scopes for a number of items.
  • atom/language-ruby#269 - Tokenize visibility modifier in Tree-sitter grammar

language-shellscript

v0.27.12...v0.28.0

  • atom/language-shellscript#149 - Support ANSII-C escaped strings in Bash

v1.40.0 (2019-08-13)

Notable Changes

  • atom/github#2124 - Review comments and summaries are editable in the review tab
  • atom/github#2102 - Checks statuses are included in the build status page of a PR item
  • atom/github#2195 - Avoid stalls when opening a branch associated with a PR that has a large (>1MB) patch
  • atom/github#2128 - Show a friendly message when the network isn't available (instead of crashing horribly 🙈), and attempt to reconnect when the network becomes available again
  • atom/atom#19579 - Improve handling of .gitignore edge cases
  • atom/atom#17813 - Enable multiple release channels (e.g., Atom, Atom Beta, and Atom Nightly) to be installed side-by-side on Windows
  • atom/atom#19594 - Improve reliability of "restart and install" operation when updating Atom
  • atom/atom#19556 - Add a new injection point setting to support parsing Rust macros via language injection
  • atom/atom#18738 - Show Tree-sitter grammars in the grammar selector
  • atom/atom#19528 - Assign originalFontSize when the Workspace is initialized
  • atom/find-and-replace#1095 - Add pcre2 ripgrep option for find-and-replace operations
  • atom/language-c#331 - Add noexcept and mutable and remove _Atomic from tree-sitter-cpp
  • atom/language-javascript#650 - Fix auto-indent when the previous line ends with a comment with a quote
  • atom/language-javascript#651 - Allow JS snippets to be used in Flow files
  • atom/language-php#360 - Fix syntax highlighting issue for flexible HEREDOC and NOWDOC in PHP 7.3

Atom Core

v1.39.1...v1.40.0

  • atom/atom#19464 - ⬆️ first-mate@7.4.0
  • atom/atom#19462 - ⬆️ spell-check@0.75.0
  • atom/atom#19460 - ⬆️ nslog@3.2.0
  • atom/atom#19387 - Highlight keyword.operator by default
  • atom/atom#19476 - ⬆️ autocomplete-plus@2.42.1
  • atom/atom#19396 - autoflow: Do not reflow selections that contain only LaTeX tags
  • atom/atom#19481 - Update language-json
  • atom/atom#19487 - Ensure TextEditorComponent was resized before asserting on its contents
  • atom/atom#19489 - ⬆️ autocomplete-plus@2.42.1
  • atom/atom#19491 - Do not store null buffers on the cacheStore
  • atom/atom#19469 - Upgrade text-buffer to 13.16.2
  • atom/atom#19502 - ⬆️ pathwatcher@8.1.0, text-buffer@13.17.0
  • atom/atom#19503 - Auto-format yaml files
  • atom/atom#19506 - ⬆️ fs-admin@0.5.0
  • atom/atom#19505 - Upgrade find-and-replace@0.218.13
  • atom/atom#19509 - ⬆️ language-json@1.0.4
  • atom/atom#19504 - Update Node.js version used in CI systems
  • atom/atom#19514 - ⬆️ tree-sitter@0.15.2
  • atom/atom#19482 - Update apm to remove node-gyp logic
  • atom/atom#19523 - Increase timeout for atom-application.test.js on CI
  • atom/atom#19513 - Only use AppVeyor on release branches
  • atom/atom#19533 - ⬆️ autocomplete-plus@2.42.3
  • atom/atom#19525 - Fix flaky test for Project.onDidChangeFiles()
  • atom/atom#19529 - Use organization level templates
  • atom/atom#19531 - Update to Tree-sitter 0.15.5 (with travis build)
  • atom/atom#19528 - Assign originalFontSize when the Workspace is initialized
  • atom/atom#19538 - Shim tokens in TokenizedLines returned from TreeSitterLanguageMode
  • atom/atom#19551 - Remove delays that we no longer need in watch-path tests
  • atom/atom#19552 - ⬆️ git-utils@5.6.0, scandal@3.2.0
  • atom/atom#19508 - Rely on Azure Pipelines instead of AppVeyor for Windows builds
  • atom/atom#19539 - ⬆️ electron-winstaller@3.0.4
  • atom/atom#19555 - Dedupe git-utils dependency
  • atom/atom#19534 - Tweak package-lock to avoid loading fs-extra twice on main-process
  • atom/atom#19553 - Improve logic to generate nightly release notes
  • atom/atom#19561 - ⬆️ fuzzy-finder@1.13.8
  • atom/atom#19556 - Add a new injection point setting to support parsing Rust macros via language injection
  • atom/atom#19566 - Update all language packages with Tree-sitter languages
  • atom/atom#19569 - Fix generation of release notes for nightly builds
  • atom/atom#19570 - Generate delta nightly updaters for windows
  • atom/atom#19573 - ⬆️ electron-winstaller
  • atom/atom#19575 - Fix exception when multiple language layers are not yet highlighted
  • atom/atom#19576 - Publish nightly releases to atom repo on packagecloud.io
  • atom/atom#19577 - Run script/bootstrap for pull requests originated from forks
  • atom/atom#19578 - Use a different polkit policy name for each Atom channel on Linux
  • atom/atom#19579 - Upgrade git-utils to 5.6.1 to fix .gitignore edge cases
  • atom/atom#19580 - Upgrade npm on Azure Pipelines when running macOS tests
  • atom/atom#18738 - Show Tree-sitter grammars in grammar selector
  • atom/atom#19586 - Update Tree-sitter to 0.15.6
  • atom/atom#19590 - fix comment docs
  • atom/atom#19591 - Upload Electron crash reports to Bugsnag via Atom.io if user has consented to Telemetry
  • atom/atom#19594 - Spawn updated Atom immediately instead of waiting for will-quit event
  • atom/atom#19600 - ⬆️ spellchecker@3.6.1
  • atom/atom#19597 - Rely on Azure Pipelines instead of Travis for Linux builds
  • atom/atom#19603 - ⬆️ fuzzy-finder@1.13.9
  • atom/atom#19607 - Send OS version to the autoupdate endpoint
  • atom/atom#19612 - Debounce the resize event handler
  • atom/atom#19618 - Fix issue when ripgrep returns matches that are empty
  • atom/atom#19615 - Add ripgrep pcre2 search support
  • atom/atom#19622 - ⬆️ fuzzy-finder@1.14.0
  • atom/atom#19625 - ⬆️ find-and-replace@0.219.0
  • atom/atom#19602 - Update getInvisibles documentation
  • atom/atom#17813 - Enable multiple release channels to be installed side-by-side on Windows
  • atom/atom#19675 - Use the correct executable name on the code signing tool
  • atom/atom#19676 - Do not depend on CONFIG.executableName on the windows tests
  • atom/atom#19678 - Calculate correctly the nupkg filenames when uploading artifacts
  • atom/atom#19673 - Upgrade apm
  • atom/atom#19681 - Upgrade GitHub package on dev

bracket-matcher

v0.91.0...v0.91.1

  • atom/bracket-matcher#386 - Tweak syntax tree range query to work w/ new Tree-sitter

find-and-replace

v0.218.12...v0.219.0

  • atom/find-and-replace#1079 - Remove async test helpers
  • atom/find-and-replace#1090 - Try fixing flaky tests in results-view-spec.js
  • atom/find-and-replace#1091 - Construct ResultsView directly to fix some flaky tests
  • atom/find-and-replace#1093 - Overhaul height invalidation
  • atom/find-and-replace#1095 - Add pcre2 ripgrep option

github

v0.29.0...v0.30.0

  • atom/github#2133 - Always create a pull request for schema changes
  • atom/github#2136 - GraphQL schema update
  • atom/github#2102 - Include the Checks API in build status
  • atom/github#2109 - Bump node-fetch from 2.3.0 to 2.5.0
  • atom/github#2131 - Add issues and pull requests to the current release project
  • atom/github#2147 - tab styling refactor
  • atom/github#2150 - :arrow_up: react + react-dom
  • atom/github#2128 - Improve error handling when offline
  • atom/github#2151 - Bump @atom/mocha-test-runner from 1.5.0 to 1.5.1
  • atom/github#2152 - Bump @babel/plugin-proposal-class-properties from 7.4.0 to 7.4.4
  • atom/github#2153 - Bump @babel/generator from 7.4.0 to 7.4.4
  • atom/github#2124 - Make review comments editable
  • atom/github#2154 - GraphQL schema update
  • atom/github#2155 - Bump codecov from 3.3.0 to 3.5.0
  • atom/github#2156 - Bump node-fetch from 2.5.0 to 2.6.0
  • atom/github#2158 - Bump keytar from 4.4.1 to 4.7.0
  • atom/github#2159 - Bump nyc from 14.0.0 to 14.1.1
  • atom/github#2167 - Bump graphql from 14.2.1 to 14.3.1
  • atom/github#2171 - GraphQL schema update
  • atom/github#2186 - Bump keytar from 4.7.0 to 4.10.0
  • atom/github#2177 - GraphQL schema update
  • atom/github#2199 - Bump @babel/preset-env from 7.4.3 to 7.5.4
  • atom/github#2200 - GraphQL schema update
  • atom/github#2201 - [Security] Bump lodash from 4.17.11 to 4.17.14
  • atom/github#2202 - Test runner bump
  • atom/github#2205 - Bump lodash from 4.17.11 to 4.17.14 in /actions/schema-up
  • atom/github#2195 - Avoid stalls caused by large diffs fetched from GitHub
  • atom/github#2210 - GraphQL schema update

spell-check

v0.74.5...v0.75.0

  • atom/spell-check#309 - ⬆️ spellchecker@3.6.0

language-c

v0.60.17...v0.60.18

  • atom/language-c#331 - Added noexcept and mutable, removed _Atomic from tree-sitter-cpp

language-javascript

v0.130.0...v0.132.0

  • atom/language-javascript#650 - Fix auto-indent when the previous line ends with a comment with a quote
  • atom/language-javascript#651 - Allow JS snippets to be used in Flow files

language-php

v0.44.1...v0.44.2

  • atom/language-php#352 - begin -> match
  • atom/language-php#360 - Fixing syntax highlighting issue for flexible HEREDOC and NOWDOC in PHP 7.3

v1.40.0-beta1 (2019-07-25)

Fixed a problem that prevented Linux users from successfully installing Atom via the RPM package. #19682 #19690 #19692


v1.39.1 (2019-07-25)

Fixed a problem that prevented Linux users from successfully installing Atom via the RPM package. #19682 #19690 #19692


v1.40.0-beta0 (2019-07-23)

Notable Changes

  • atom/github#2124 - Review comments and summaries are editable in the review tab
  • atom/github#2102 - Checks statuses are included in the build status page of a PR item
  • atom/github#2195 - Avoid stalls when opening a branch associated with a PR that has a large (>1MB) patch
  • atom/github#2128 - Show a friendly message when the network isn't available (instead of crashing horribly 🙈), and attempt to reconnect when the network becomes available again
  • atom/atom#19579 - Improve handling of .gitignore edge cases
  • atom/atom#17813 - Enable multiple release channels (e.g., Atom, Atom Beta, and Atom Nightly) to be installed side-by-side on Windows
  • atom/atom#19594 - Improve reliability of "restart and install" operation when updating Atom
  • atom/atom#19556 - Add a new injection point setting to support parsing Rust macros via language injection
  • atom/atom#18738 - Show Tree-sitter grammars in the grammar selector
  • atom/atom#19528 - Assign originalFontSize when the Workspace is initialized
  • atom/find-and-replace#1095 - Add pcre2 ripgrep option for find-and-replace operations
  • atom/language-c#331 - Add noexcept and mutable and remove _Atomic from tree-sitter-cpp
  • atom/language-javascript#650 - Fix auto-indent when the previous line ends with a comment with a quote
  • atom/language-javascript#651 - Allow JS snippets to be used in Flow files
  • atom/language-php#360 - Fix syntax highlighting issue for flexible HEREDOC and NOWDOC in PHP 7.3

Atom Core

v1.39.0...v1.40.0-beta0

  • atom/atom#19464 - ⬆️ first-mate@7.4.0
  • atom/atom#19462 - ⬆️ spell-check@0.75.0
  • atom/atom#19460 - ⬆️ nslog@3.2.0
  • atom/atom#19387 - Highlight keyword.operator by default
  • atom/atom#19476 - ⬆️ autocomplete-plus@2.42.1
  • atom/atom#19396 - autoflow: Do not reflow selections that contain only LaTeX tags
  • atom/atom#19481 - Update language-json
  • atom/atom#19487 - Ensure TextEditorComponent was resized before asserting on its contents
  • atom/atom#19489 - ⬆️ autocomplete-plus@2.42.1
  • atom/atom#19491 - Do not store null buffers on the cacheStore
  • atom/atom#19469 - Upgrade text-buffer to 13.16.2
  • atom/atom#19502 - ⬆️ pathwatcher@8.1.0, text-buffer@13.17.0
  • atom/atom#19503 - Auto-format yaml files
  • atom/atom#19506 - ⬆️ fs-admin@0.5.0
  • atom/atom#19505 - Upgrade find-and-replace@0.218.13
  • atom/atom#19509 - ⬆️ language-json@1.0.4
  • atom/atom#19504 - Update Node.js version used in CI systems
  • atom/atom#19514 - ⬆️ tree-sitter@0.15.2
  • atom/atom#19482 - Update apm to remove node-gyp logic
  • atom/atom#19523 - Increase timeout for atom-application.test.js on CI
  • atom/atom#19513 - Only use AppVeyor on release branches
  • atom/atom#19533 - ⬆️ autocomplete-plus@2.42.3
  • atom/atom#19525 - Fix flaky test for Project.onDidChangeFiles()
  • atom/atom#19529 - Use organization level templates
  • atom/atom#19531 - Update to Tree-sitter 0.15.5 (with travis build)
  • atom/atom#19528 - Assign originalFontSize when the Workspace is initialized
  • atom/atom#19538 - Shim tokens in TokenizedLines returned from TreeSitterLanguageMode
  • atom/atom#19551 - Remove delays that we no longer need in watch-path tests
  • atom/atom#19552 - ⬆️ git-utils@5.6.0, scandal@3.2.0
  • atom/atom#19508 - Rely on Azure Pipelines instead of AppVeyor for Windows builds
  • atom/atom#19539 - ⬆️ electron-winstaller@3.0.4
  • atom/atom#19555 - Dedupe git-utils dependency
  • atom/atom#19534 - Tweak package-lock to avoid loading fs-extra twice on main-process
  • atom/atom#19553 - Improve logic to generate nightly release notes
  • atom/atom#19561 - ⬆️ fuzzy-finder@1.13.8
  • atom/atom#19556 - Add a new injection point setting to support parsing Rust macros via language injection
  • atom/atom#19566 - Update all language packages with Tree-sitter languages
  • atom/atom#19569 - Fix generation of release notes for nightly builds
  • atom/atom#19570 - Generate delta nightly updaters for windows
  • atom/atom#19573 - ⬆️ electron-winstaller
  • atom/atom#19575 - Fix exception when multiple language layers are not yet highlighted
  • atom/atom#19576 - Publish nightly releases to atom repo on packagecloud.io
  • atom/atom#19577 - Run script/bootstrap for pull requests originated from forks
  • atom/atom#19578 - Use a different polkit policy name for each Atom channel on Linux
  • atom/atom#19579 - Upgrade git-utils to 5.6.1 to fix .gitignore edge cases
  • atom/atom#19580 - Upgrade npm on Azure Pipelines when running macOS tests
  • atom/atom#18738 - Show Tree-sitter grammars in grammar selector
  • atom/atom#19586 - Update Tree-sitter to 0.15.6
  • atom/atom#19590 - fix comment docs
  • atom/atom#19591 - Upload Electron crash reports to Bugsnag via Atom.io if user has consented to Telemetry
  • atom/atom#19594 - Spawn updated Atom immediately instead of waiting for will-quit event
  • atom/atom#19600 - ⬆️ spellchecker@3.6.1
  • atom/atom#19597 - Rely on Azure Pipelines instead of Travis for Linux builds
  • atom/atom#19603 - ⬆️ fuzzy-finder@1.13.9
  • atom/atom#19607 - Send OS version to the autoupdate endpoint
  • atom/atom#19612 - Debounce the resize event handler
  • atom/atom#19618 - Fix issue when ripgrep returns matches that are empty
  • atom/atom#19615 - Add ripgrep pcre2 search support
  • atom/atom#19622 - ⬆️ fuzzy-finder@1.14.0
  • atom/atom#19625 - ⬆️ find-and-replace@0.219.0
  • atom/atom#19602 - Update getInvisibles documentation
  • atom/atom#17813 - Enable multiple release channels to be installed side-by-side on Windows
  • atom/atom#19675 - Use the correct executable name on the code signing tool
  • atom/atom#19676 - Do not depend on CONFIG.executableName on the windows tests
  • atom/atom#19678 - Calculate correctly the nupkg filenames when uploading artifacts
  • atom/atom#19673 - Upgrade apm
  • atom/atom#19681 - Upgrade GitHub package on dev

bracket-matcher

v0.91.0...v0.91.1

  • atom/bracket-matcher#386 - Tweak syntax tree range query to work w/ new Tree-sitter

find-and-replace

v0.218.12...v0.219.0

  • atom/find-and-replace#1079 - Remove async test helpers
  • atom/find-and-replace#1090 - Try fixing flaky tests in results-view-spec.js
  • atom/find-and-replace#1091 - Construct ResultsView directly to fix some flaky tests
  • atom/find-and-replace#1093 - Overhaul height invalidation
  • atom/find-and-replace#1095 - Add pcre2 ripgrep option

github

v0.29.0...v0.30.0

  • atom/github#2133 - Always create a pull request for schema changes
  • atom/github#2136 - GraphQL schema update
  • atom/github#2102 - Include the Checks API in build status
  • atom/github#2109 - Bump node-fetch from 2.3.0 to 2.5.0
  • atom/github#2131 - Add issues and pull requests to the current release project
  • atom/github#2147 - tab styling refactor
  • atom/github#2150 - :arrow_up: react + react-dom
  • atom/github#2128 - Improve error handling when offline
  • atom/github#2151 - Bump @atom/mocha-test-runner from 1.5.0 to 1.5.1
  • atom/github#2152 - Bump @babel/plugin-proposal-class-properties from 7.4.0 to 7.4.4
  • atom/github#2153 - Bump @babel/generator from 7.4.0 to 7.4.4
  • atom/github#2124 - Make review comments editable
  • atom/github#2154 - GraphQL schema update
  • atom/github#2155 - Bump codecov from 3.3.0 to 3.5.0
  • atom/github#2156 - Bump node-fetch from 2.5.0 to 2.6.0
  • atom/github#2158 - Bump keytar from 4.4.1 to 4.7.0
  • atom/github#2159 - Bump nyc from 14.0.0 to 14.1.1
  • atom/github#2167 - Bump graphql from 14.2.1 to 14.3.1
  • atom/github#2171 - GraphQL schema update
  • atom/github#2186 - Bump keytar from 4.7.0 to 4.10.0
  • atom/github#2177 - GraphQL schema update
  • atom/github#2199 - Bump @babel/preset-env from 7.4.3 to 7.5.4
  • atom/github#2200 - GraphQL schema update
  • atom/github#2201 - [Security] Bump lodash from 4.17.11 to 4.17.14
  • atom/github#2202 - Test runner bump
  • atom/github#2205 - Bump lodash from 4.17.11 to 4.17.14 in /actions/schema-up
  • atom/github#2195 - Avoid stalls caused by large diffs fetched from GitHub
  • atom/github#2210 - GraphQL schema update

spell-check

v0.74.5...v0.75.0

  • atom/spell-check#309 - ⬆️ spellchecker@3.6.0

language-c

v0.60.17...v0.60.18

  • atom/language-c#331 - Added noexcept and mutable, removed _Atomic from tree-sitter-cpp

language-javascript

v0.130.0...v0.132.0

  • atom/language-javascript#650 - Fix auto-indent when the previous line ends with a comment with a quote
  • atom/language-javascript#651 - Allow JS snippets to be used in Flow files

language-php

v0.44.1...v0.44.2

  • atom/language-php#352 - begin -> match
  • atom/language-php#360 - Fixing syntax highlighting issue for flexible HEREDOC and NOWDOC in PHP 7.3

v1.39.0 (2019-07-23)

Notable Changes

  • atom/fuzzy-finder#401 - Enable fuzzy finder's new fast mode by default 🚀
  • atom/atom#19612 - Enhance performance of window resizing to provide speed and responsiveness comparable to native desktop applications 🏎
  • atom/find-and-replace#1086 - Add config option to use ripgrep for scanning files for much faster searches in large projects 🐎
  • atom/atom#19419 - Upgrade to Electron 3.1.10
  • atom/find-and-replace#1085 - Handle multiline results on the find and replace UI
  • atom/find-and-replace#1088 - Support multiple selections when "Only In Selection" option is enabled
  • atom/tree-view#1257 - Copy files on drop if control is pressed
  • atom/language-python#303 - Tokenize *args and **kwargs the same as other parameters (tree-sitter)
  • atom/language-typescript#37 - Use new TSX-aware TreeSitter grammar

Atom Core

v1.38.2...v1.39.0

  • atom/atom#19244 - Default to @atom/notify for file system notifications
  • atom/atom#19244 - Default to @atom/notify for file system notifications
  • atom/atom#19189 - Remove apm's node-gyp dependency
  • atom/atom#19318 - ⬆️ electron-packager@12.2.0
  • atom/atom#19321 - Always return a Disposable from the watch() method
  • atom/atom#19302 - Use eslint + prettier for linting
  • atom/atom#19324 - Integrate packager improvements from https://github.com/atom/atom/pull/15431
  • atom/atom#19325 - Exclude @atom/notify binary from the ASAR bundle
  • atom/atom#19325 - Exclude @atom/notify binary from the ASAR bundle
  • atom/atom#19329 - Update apm to fix permission issues
  • atom/atom#19322 - Remove cached-run-in-this-context dependency
  • atom/atom#19331 - Fix @atom/notify subprocess path resolution when V8 startup snapshot is in effect
  • atom/atom#19331 - Fix @atom/notify subprocess path resolution when V8 startup snapshot is in effect
  • atom/atom#19335 - Add .atom-socket-secret-* to .atom's .gitignore
  • atom/atom#19339 - Replace new Buffer() with Buffer.from()
  • atom/atom#19336 - Allow escaped quote literals in the SyntaxScopeMap
  • atom/atom#19345 - Disable @atom/notify on master for now
  • atom/atom#19345 - Disable @atom/notify on master for now
  • atom/atom#19344 - ⬆️ coffeestack@1.2.0
  • atom/atom#19347 - Decaffeinate default-directory-searcher.coffee and its spec
  • atom/atom#19352 - Undo integration of @atom/notify
  • atom/atom#19354 - Wait for config file to load before prompting to restart in config.onDidChange callback
  • atom/atom#19357 - :arrow_up: language-c
  • atom/atom#19359 - 🚱 Fix leak of LanguageMode objects in tests
  • atom/atom#18916 - ⬆️ Electron 3 (Take Two)
  • atom/atom#18916 - ⬆️ Electron 3 (Take Two)
  • atom/atom#18916 - ⬆️ Electron 3 (Take Two)
  • atom/atom#19370 - Update apm to fix Linux installation issues
  • atom/atom#19371 - Fix deprecation warnings
  • atom/atom#18116 - Add a simple server for testing Atom updates, enable Atom to use it via environment variable
  • atom/atom#19346 - Re-enable draft release automation for builds on release branches
  • atom/atom#19382 - ⬆️ language-objective-c@0.16.0
  • atom/atom#19348 - Add a directory searcher that uses ripgrep as the backend
  • atom/atom#19392 - ⬆️ language-json@1.0.2
  • atom/atom#19358 - Update .deb package dependencies
  • atom/atom#19402 - ⬆️ language-python@0.53.2
  • atom/atom#19404 - Revert inadvertent changes to package-lock.json
  • atom/atom#19405 - Upgrade atom-keymap to incorporate changes to keyboard-layout
  • atom/atom#19403 - Fix handling of binary files when using ripgrep scanner
  • atom/atom#19414 - ⬆️ find-and-replace@0.218.11
  • atom/atom#19412 - Escalate privileges when writing into a restricted location on Linux
  • atom/atom#19418 - Don't create a promise when preloading package settings in snapshot
  • atom/atom#19419 - Upgrade to Electron 3.1.10
  • atom/atom#19420 - ⬆️ fuzzy-finder@1.13.5
  • atom/atom#19408 - Enable eslint rules that got disabled
  • atom/atom#19391 - Enable prettier
  • atom/atom#19397 - Upgrade webdriverio
  • atom/atom#19423 - Display multi-keystroke key bindings in menu item's label
  • atom/atom#16100 - Activate package when deserializing
  • atom/atom#19437 - Cache node_modules on Azure Pipelines
  • atom/atom#19438 - ⬆️ fuzzy-finder@1.13.6
  • atom/atom#19448 - ⬆️ metrics@1.8.0
  • atom/atom#19446 - Parallelize macOS tests
  • atom/atom#19455 - Don't listen for arguments from new processes in test or benchmarks
  • atom/atom#19444 - Improvements to ripgrep scanner
  • atom/atom#19453 - Upgrade text buffer
  • atom/atom#19459 - Add delay to watch-path tests to make them less flaky
  • atom/atom#19457 - Run each test suite with a pristine ATOM_HOME directory
  • atom/atom#19466 - ⬆️ metrics@1.8.1
  • atom/atom#19509 - ⬆️ language-json@1.0.4
  • atom/atom#19523 - Increase timeout for atom-application.test.js on CI
  • atom/atom#19533 - ⬆️ autocomplete-plus@2.42.3
  • atom/atom#19525 - Fix flaky test for Project.onDidChangeFiles()
  • atom/atom#19528 - Assign originalFontSize when the Workspace is initialized
  • atom/atom#19578 - Use a different polkit policy name for each Atom channel on Linux
  • atom/atom#19607 - Send OS version to the autoupdate endpoint
  • atom/atom#19612 - Debounce the resize event handler
  • atom/atom#19622 - ⬆️ fuzzy-finder@1.14.0

autocomplete-plus

v2.42.0...v2.42.3

  • atom/autocomplete-plus#1048 - Make failing test asynchronous
  • atom/autocomplete-plus#1049 - Convert Provider API specs to async
  • atom/autocomplete-plus#1051 - Eliminate use of Jasmine 1.3 async helpers in favor of async/await

find-and-replace

v0.218.10...v0.218.12

  • atom/find-and-replace#1085 - Handle multiline results on the find and replace UI
  • atom/find-and-replace#1086 - Add config option to use ripgrep for scanning files
  • atom/find-and-replace#1087 - ⬆️ fs-plus@3.1.1
  • atom/find-and-replace#1088 - Support multiple selections when "Only In Selection" option is enabled

fuzzy-finder

v1.13.5...v1.14.0

  • atom/fuzzy-finder#397 - ⬆️ fs-plus@3.1.1
  • atom/fuzzy-finder#398 - Avoid timeouts when listening on a socket in tests
  • atom/fuzzy-finder#399 - Ignore VCS directories even when they are not in ignoreNames
  • atom/fuzzy-finder#400 - Remove uneeded assertion in test
  • atom/fuzzy-finder#401 - Make fast mode the default mode and remove prompt
  • atom/fuzzy-finder#402 - ⬆️ @atom/fuzzy-native@1.1.0

markdown-preview

v0.160.0...v0.160.2

  • atom/markdown-preview#560 - Lazy load yaml frontmatter
  • atom/markdown-preview#565 - Try to fix flaky test by using promises and async/await instead of Jasmine helpers

tree-view

v0.227.0...v0.228.0

  • atom/tree-view#1293 - Restrict drag-and-drop actions to events from the Tree View
  • atom/tree-view#1257 - Copy files on drop if control is pressed

language-c

v0.60.16...v0.60.17

  • atom/language-c#328 - Scope anonymous " in a string as punctuation.definition.string

language-objective-c

v0.15.1...v0.16.0

  • atom/language-objective-c#12 - Update README.md
  • atom/language-objective-c#13 - Update CONTRIBUTING
  • atom/language-objective-c#14 - Update issue and PR templates
  • atom/language-objective-c#15 - :memo: Update issue and PR templates
  • atom/language-objective-c#18 - Add Probot no-response configuration
  • atom/language-objective-c#19 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue

language-python

v0.53.1...v0.53.2

  • atom/language-python#303 - Tokenize *args and **kwargs the same as other parameters (tree-sitter)

language-typescript

v0.4.11...v0.5.0

  • atom/language-typescript#37 - Use new TSX-aware TreeSitter grammar

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