This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
1.38.0
Notable Changes
- #18471 - Toggle comment cursor placement.
- #19136 - "Open file" in existing window.
- #19138 - Calculate env vars when launching Atom from the desktop.
- #18499 - Support contentRegex for TextMate grammar.
- #19206 - Set the panel flag as focused when activate() is called.
- #19192 - Fix reset-font-size.
- #18705 - Enable autoFocus option to accept an element to focus on pane creation.
- #19231 - Skip dev mode windows when choosing an existing window for an open action.
- #19272 - Improve positioning when opening file at line.
- #19280 - Fix atom.open() when it has no arguments.
- #19279 - Improve handling of comment characters in ERB and EJS.
- #19354 - Wait for config file to load before prompting to restart in
config.onDidChangecallback - atom/fuzzy-finder#383 - Handle correctly similar results from multiple projects.
- atom/fuzzy-finder#385 - Make sure that cursor position is centered after navigating to a line.
- atom/markdown-preview#559 - Stop using roaster for rendering markdown.
- atom/tree-view#1180 - Add UI for moving conflicting entries.
- atom/language-go#156 - Add support for Go module and checksum files.
- atom/language-html#227 - Improve comment handling in EJS and ERB.
- atom/language-hyperlink#27 - allow single matching parens.
- atom/language-javascript#644 - Allow folding switch_default.
- atom/language-json#68 - Add tree-sitter json grammar.
- atom/language-json#73 - Scope link as string and add scope for
" - atom/language-python#288 - Add more scopes to the tree sitter grammar.
- atom/language-python#297 - Tokenize formal function parameters in tree-sitter grammar.
- atom/language-python#298 - Tokenize subclass list names in tree-sitter grammar.
- atom/language-python#300 - Allow folding if statement without elif or else.
All Changes
Atom Core
v1.37.0...v1.38.0
- atom/atom#19060 - Update tree-sitter to v0.14.0
- atom/atom#19124 - Fix atom-application tests
- atom/atom#19126 - Wait until the editor is ready on application test
- atom/atom#19130 -
⬆️ fuzzy-finder@1.13.0 - atom/atom#18471 - Toggle comment cursor placement
- atom/atom#19131 - Do not sign PRs on release branches
- atom/atom#19136 - "Open file" in existing window
- atom/atom#19138 - Calculate env vars when launching Atom from the desktop
- atom/atom#19145 - Add debug traces to failing test steps
- atom/atom#19143 -
⬆️ temp@0.9.0 - atom/atom#19160 -
⬆️ language-java@0.31.3 - atom/atom#19165 - Update tree-sitter to v0.14.0
- atom/atom#19165 - Update tree-sitter to v0.14.0
- atom/atom#19171 - Upload Windows crash reports on Azure build pipelines for pull requests only
- atom/atom#19181 - ⬆️ autocomplete-snippets@1.12.1
- atom/atom#19180 - Use a simpler condition to determine whether to publish crash reports
- atom/atom#19135 - Add ability to retry flaky Jasmine tests
- atom/atom#19182 -
⬆️ language-python - atom/atom#19183 - On Azure DevOps, upload Windows crash dumps to S3 on release branches
- atom/atom#18499 - Support contentRegex for TextMate grammar
- atom/atom#19176 - Teach CI to use versions specified in package-lock.json
- atom/atom#19169 - Improve launch behavior
- atom/atom#19200 - Re-upgrade electron-link to v0.3.3
- atom/atom#19203 - "Reopen projects" in a new window
- atom/atom#19207 - Only store directories in serialized application state
- atom/atom#19211 -
⬆️ electron-link@0.4.0 - atom/atom#19209 -
⬆️ markdown-preview@0.160.0 - atom/atom#19206 - Set the panel flag as focused when activate() is called
- atom/atom#18659 - Document the reversed option to Selection.setBufferRange
- atom/atom#19218 -
⬆️ first-mate@7.3.0 - atom/atom#19208 - Remove sudo settings from .travis.yml
- atom/atom#19192 - Fix reset-font-size
- atom/atom#19074 -
⬆️ underscore-plus@1.7.0 - atom/atom#19227 -
⬆️ snippets@1.5.0 - atom/atom#18705 - Enable autoFocus option to accept an element to focus on pane creation
- atom/atom#19224 - Update tree-view to 0.227.0
- atom/atom#19231 - Skip dev mode windows when choosing an existing window for an open action
- atom/atom#19233 -
⬆️ spell-check@0.74.5 - atom/atom#13760 - Open empty editor as a pending pane item
- atom/atom#19234 - Disable external events from workspaceElement test
- atom/atom#19242 - Use async randomBytes API to speedup Windows startup
- atom/atom#19243 - Avoid AppVeyor build failures due to problem uploading JUnit XML
- atom/atom#19247 - Always use target window for drag-and-drop
- atom/atom#19250 - Remove win-powershell.coffee
- atom/atom#19246 - Do not wait until config watcher is ready in order to launch the Atom window
- atom/atom#19264 - Add 'it' in front of spec descriptions
- atom/atom#19257 - Increase the timeout for the FileRecoveryService tests
- atom/atom#19270 - Fix atom --dev with JSON config files
- atom/atom#19271 - Update bracket-matcher to 0.91.0
- atom/atom#19172 - Try upgrading Tree-sitter for a third time
- atom/atom#19274 - Prepare Atom for the electron v3 upgrade
- atom/atom#19275 - Fix remove all listeners in Electron v3
- atom/atom#19273 - ⬆️ fs-plus@3.1.1, pathwatcher@8.02, text-buffer@13.15.3, nsfw@1.0.22
- atom/atom#19277 - Decaffeinate src/initialize-application-window.js
- atom/atom#19272 - Improve positioning when opening file at line
- atom/atom#19280 - Fix atom.open() when it has no arguments
- atom/atom#19283 - Upgrade GitHub package on master
- atom/atom#19286 - ⬆️ find-and-replace@0.218.10
- atom/atom#19279 - Improve handling of comment characters in ERB and EJS
- atom/atom#19287 -
⬆️ language-hyperlink@0.17.1 - atom/atom#19282 -
⬆️ fuzzy-finder@1.13.3 - atom/atom#19291 - ⬆️ language-html@0.52.1
- atom/atom#19295 -
⬆️ settings-view@0.261.3 - atom/atom#19296 - Add .eslintrc.json to support use of Prettier code formatter
- atom/atom#19298 - Remove custom-event-mixin.coffee
- atom/atom#19297 - Add markers for more granular logging of startup time
- atom/atom#19305 - ⬆️ metrics@1.7.4
- atom/atom#19354 - Wait for config file to load before prompting to restart in config.onDidChange callback
- atom/atom#19346 - Re-enable draft release automation for builds on release branches
- atom/atom#19392 -
⬆️ language-json@1.0.2 - atom/atom#19420 -
⬆️ fuzzy-finder@1.13.5 - atom/atom#19448 -
⬆️ metrics@1.8.0 - atom/atom#19466 -
⬆️ metrics@1.8.1
autocomplete-snippets
v1.12.0...v1.12.1
- atom/autocomplete-snippets#96 - Add Probot no-response configuration
- atom/autocomplete-snippets#97 -
🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
bracket-matcher
v0.90.4...v0.91.0
- atom/bracket-matcher#381 - Remove findEnclosingTags method
- atom/bracket-matcher#382 - Commit package-lock.json
find-and-replace
v0.218.9...v0.218.10
fuzzy-finder
v1.13.1...v1.13.5
- atom/fuzzy-finder#383 - Handle correctly similar results from multiple projects
- atom/fuzzy-finder#384 - Eliminate synchronous I/O on main thread when displaying match results from fuzzy-native
- atom/fuzzy-finder#385 - Make sure that cursor position is centered after navigating to a line
- atom/fuzzy-finder#392 - Update fuzzy-native to remove node-pre-gyp
- atom/fuzzy-finder#394 - Show fast mode prompt on any project size
- atom/fuzzy-finder#395 - Fix excluding VCS ignored paths based on the flag in core settings when ripgrep is enabled
github
v0.28.1...v0.29.0
- atom/github#2054 - Add some new screenshots
- atom/github#2057 - Indicate that comment has been edited
- atom/github#2066 - Hide alt text when committer's avatar fails to load
- atom/github#2060 - Bump mocha from 6.1.1 to 6.1.3
- atom/github#2061 - Bump enzyme from 3.8.0 to 3.9.0
- atom/github#2072 - whitelist a bunch of dependencies (or: Let's Trust Bots To Not Mess Things Up)
- atom/github#2075 - Bump nyc from 13.3.0 to 14.0.0
- atom/github#2076 - Bump babel-plugin-istanbul from 5.1.1 to 5.1.2
- atom/github#2079 - Bump whats-my-line from 0.1.1-0 to 0.1.1
- atom/github#2074 - Prefill some metadata for report abuse link in review comments
- atom/github#2080 - Bump mocha-junit-reporter from 1.21.0 to 1.22.0
- atom/github#2082 - Bump sinon from 7.3.1 to 7.3.2
- atom/github#2083 - Bump mocha from 6.1.3 to 6.1.4
- atom/github#2091 - Bump babel-plugin-istanbul from 5.1.2 to 5.1.3
- atom/github#2086 - Allow :/ in remote URL
- atom/github#2085 - Add author association to review summaries and thread comments
- atom/github#2084 - Additional entry point for review comments
- atom/github#2105 - Don't pass destroyed TextEditors to find-and-replace
- atom/github#2104 - Get author info tooltips working again
- atom/github#2100 - Handle ghost users (deleted accounts)
- atom/github#2107 - Exclude deprecated fields from the fetched schema
- atom/github#2115 - swap button colors to emphasize
Commentmore than `Resolve Conversa… - atom/github#2113 - Add
NODE_ENV=developmenttotestscript to see React errors - atom/github#2108 - GitHub Actions to automate our GraphQL schema management
- atom/github#2125 - Default upstream refspec to master
- atom/github#2095 - Feature Request: Review author flow
- atom/github#2117 - Group resolved comments
- atom/github#2127 - Schema-up action, iteration N+1
markdown-preview
v0.159.25...v0.160.0
- atom/markdown-preview#550 - Add Probot no-response configuration
- atom/markdown-preview#551 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
- atom/markdown-preview#558 - Decaffeinate package source files
- atom/markdown-preview#559 - Stop using roaster for rendering markdown
metrics
v1.7.2...v1.8.1
- atom/metrics#112 - Start logging startup markers
- atom/metrics#113 - Fix failing spec
- atom/metrics#114 - Retrieve user's keymap path only once
- atom/metrics#115 -
⬆️ telemetry@0.1.0 - atom/metrics#116 -
⬆️ telemetry@0.1.1
settings-view
v0.261.1...v0.261.3
- atom/settings-view#1093 - Enhanced the report issue link derivation to respect the package.json bugs property
- atom/settings-view#1125 - Use a less timing-sensitive condition to hopefully fix flaky test
- atom/settings-view#1126 - Don't mock JSON.parse globally in test
- atom/settings-view#1127 - Pass
thisinto the promise function
snippets
v1.4.1...v1.5.0
- atom/snippets#289 - Add regression tests for tab stops at ends of snippets
- atom/snippets#287 - Decaf /lib
spell-check
v0.74.4...v0.74.5
tree-view
v0.225.0...v0.227.0
- atom/tree-view#1310 -
⬆️ temp@0.9.0 - atom/tree-view#1311 -
♿️ Restore platform-centric menu names for showing in file manager - atom/tree-view#1180 - Add UI for moving conflicting entries
language-go
v0.46.6...v0.47.0
language-html
v0.52.0...v0.52.1
language-hyperlink
v0.17.0...v0.17.1
- atom/language-hyperlink#26 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
- atom/language-hyperlink#27 - allow single matching parens
language-javascript
v0.129.21...v0.130.0
language-json
v0.19.2...v1.0.2
- atom/language-json#65 - Add Probot no-response configuration
- atom/language-json#66 -
🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue - atom/language-json#68 - Add tree-sitter json grammar
- atom/language-json#72 - Solve AppVeyor compile errors for Tree Sitter dependency
- atom/language-json#73 - Scope link as string and add scope for "
language-python
v0.51.10...v0.53.1
- atom/language-python#288 - Add more scopes to the tree sitter grammar
- atom/language-python#297 - Tokenize formal function parameters in tree-sitter grammar
- atom/language-python#298 - Tokenize subclass list names in tree-sitter grammar
- atom/language-python#300 - Allow folding if statement without elif or else