This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
1.27.0
Notable Changes
- You can now add co-authors to Git commits in the Git pane.
- It's now easier to undo and amend your last commit in the Git pane.
- You can now push and pull branches more easily from the status bar.
- You can now create pull requests from the GitHub pane.
- A closed tree view dock is no longer expanded when the 'Auto Reveal' option is enabled.
- Clip cursor width when soft-wrap is on and cursor is at the end of a line.
- Restore cursor position correctly after undo/redo when multiple editors are open for the same buffer.
- Prevent default editor commands from modifying read-only TextEditors.
- Separate the concept of "keyboard enabled" editor state from read-only editor state.
- Ensure that files are not opened incorrectly when multiple open requests occur simultaneously.
- Improve handling of line endings in Unicode files.
- Fixed an issue that causes the dock handle to break when an item is dragged over it.
- Clarify deprecation of
undo: skipoption.
All Changes
Atom Core
v1.26.1...v1.27.0
- atom/atom#16999 - Prevent default commands from modifying readonly TextEditors
- atom/atom#17041 - Add Probot lock configuration
- atom/atom#16864 - Convert Dock class to Etch
- atom/atom#16936 - Fix bug caused by dragging file from desktop through dock handle
- atom/atom#17056 - Weekly Focus: 2018-04-02
- atom/atom#17070 - Defer component initialization until element is requested
- atom/atom#17089 - Clarify deprecation of
undo: skipoption - atom/atom#17102 - Weekly Focus: 2018-04-09
- atom/atom#17111 - Bump github package version to 0.13.2
- atom/atom#17126 - atom/github v0.14.0
- atom/atom#17124 - Separate keyboard enablement from read-only editor state
- atom/atom#17166 - Avoid writing to config file while quitting
- atom/atom#17177 - atom/github 0.14.1
- atom/atom#17208 - Fix white I-beam cursor
- atom/atom#17212 - Remove 'project' command line flag
- atom/atom#17216 - Wait to initialize auto update manager until config is loaded
- atom/atom#17218 - Update existing editors' language modes when toggling tree-sitter feature flag
one-dark-ui
v1.11.0...v1.12.1
- atom/one-dark-ui#248 - Fix tabs.less
- atom/one-dark-ui#250 - Sticky header config
- atom/one-dark-ui#252 - Fix sticky header from covering auto-revealed items
- atom/one-dark-ui#247 - Increase contrast of scrollbar thumb
- atom/one-dark-ui#253 - Add option for left tab close buttons
- atom/one-dark-ui#255 - Custom GitHub package inputs
one-light-ui
v1.11.0...v1.12.1
- atom/one-light-ui#127 - Fix active pane marker
- atom/one-light-ui#128 - Sticky header config
- atom/one-light-ui#129 - Fix sticky header from covering auto-revealed items
- atom/one-light-ui#130 - Add option for left tab close buttons
- atom/one-light-ui#131 - Custom GitHub package inputs
about
v1.8.0...v1.8.1
autocomplete-plus
v2.40.5...v2.40.6
bracket-matcher
v0.89.1...v0.89.2
- atom/bracket-matcher#347 - Insert bracket pair and position cursor within a transaction
- atom/bracket-matcher#346 - Eliminate uneccesary calls to isRangeCommentedOrString
find-and-replace
v0.215.5...v0.215.9
- atom/find-and-replace#1006 - Explicitly wait for a non-pending item
- atom/find-and-replace#1007 - Don't modify selection when toggling "only in selection"
- atom/find-and-replace#1009 - Create unicode regexps when necessary
- atom/find-and-replace#1000 - Keep collapsed items in sync with search results
- atom/find-and-replace#1014 - Check if an active editor exists when toggling "Only in Selection"
github
v0.12.0...v0.14.3
- atom/github#1349 - More prominent commit button
- atom/github#1350 -
⬆️ fs-extra - atom/github#1359 - Use unambiguous branch name when pushing
- atom/github#1362 - Fix flakey GitTabController test
- atom/github#1355 - Commit together with co-authors
- atom/github#1318 - Recent commit changes RFC
- atom/github#1308 - Push and pull straight from status bar
- atom/github#1364 - Undo last commit and amend context menu option
- atom/github#1378 - Shhhh, relay-compiler. Shhhh.
- atom/github#1374 - Add dialog for new co-author
- atom/github#1383 - Remove One theme hacks
- atom/github#1384 - lazy load
CustomEventto fix snapshotting - atom/github#1379 - Add naming convention
- atom/github#1376 - Create pull request
- atom/github#1388 - Hide commit button tooltip after committing
- atom/github#1400 - Call FilePatchController methods on the "real item"
- atom/github#1401 - DOMPurify is done within the notifications package
- atom/github#1402 - No-op on untitled buffers
- atom/github#1411 - Only register "github:co-author:..." commands on co-author editor
- atom/github#1434 - Only call scrollIntoViewIfNeeded() on elements that are still present
grammar-selector
v0.50.0...v0.50.1
line-ending-selector
v0.7.5...v0.7.6
styleguide
v0.49.10...v0.49.11
tree-view
v0.221.3...v0.222.0