This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
1.6.0
Notable changes
- Add functionality and API for pending pane items
- Improvements to multi-pane usage
- Block Decorations
- Async Git
- Top and bottom bar API
Atom Core
v1.5.4...v1.6.0
- atom/atom#10327 - Async submodule support
- atom/atom#10415 - Don't cascade maximized windows
- atom/atom#10256 - Remove "Open Your" from menu items
- atom/atom#9930 - Block Decorations
- atom/atom#10352 - Support symlinked repo roots when relativizing
- atom/atom#10409 - Further improvements to pending item functionality
- atom/atom#9213 - Async Git Repository class
- atom/atom#10452 - Update license year to 2016
- atom/atom#10068 - 📝 Linkify all docs mentions of Promises
- atom/atom#10468 - Fix 64-bit Windows builds
- atom/atom#10445 - Update nodegit
- atom/atom#10507 - Handle broken submodules
- atom/atom#10441 - Remove Duplicate Require Statements and Unify Syntax on '
- atom/atom#10523 - Babelify the app source too.
- atom/atom#10549 - ⬆️ nodegit@0.9.0
- atom/atom#10486 - Honor
created()function for an item in a submenu. - atom/atom#10581 - Require package's main module in legacy activateConfig method
- atom/atom#10226 - Update deprecated-packages.json
- atom/atom#9260 - Updated README: Fedora 22 dnf install requires pathname of package
- atom/atom#10595 - Document installation prerequisites in Readme
- atom/atom#7916 - Support descriptions for enum values in config.
- atom/atom#10640 - Pin escope to ~3.3.0 to prevent 3.4.0 use
- atom/atom#10362 - Only build pushes to master on Appveyor
- atom/atom#9274 - Add top/bottom bars
- atom/atom#10645 - Only use electron version in fingerprint
- atom/atom#10646 - Reuse Less cache across builds
- atom/atom#10658 - Default build directory to out/
- atom/atom#10219 - update documentation for rowRangeForParagraphAtBufferRow
- atom/atom#10552 - improve docs about grouped settings
- atom/atom#9894 - 📝 Add examples for Windows script/build parameters [ci skip]
- atom/atom#9798 - Make --wait work on Windows
- atom/atom#10691 - Fix Javascript-related specs
- atom/atom#10666 - Upload AppVeyor builds as artifacts
- atom/atom#10679 - Add --build-dir example in custom installs documentation
- atom/atom#10692 - Only dump symbols on Mac OS X CI
- atom/atom#10694 - Cache other node_modules folders on Travis
- atom/atom#10695 - ⬆️autocomplete-atom-api@0.10.0
- atom/atom#10708 - Flow implies Babel
- atom/atom#10712 - Ignore more native source files
- atom/atom#10725 - Update language-javascript to 0.110.0
- atom/atom#7953 - Improve multi-pane API
- atom/atom#10673 - Copy apm.cmd to the build directory when building
- atom/atom#10827 - Port repository subdirectory status fixes to async repo
- atom/atom#10846 - Add core setting for pending tabs configuration
- atom/atom#10872 - Terminate pending state for opened file if pending option is false
- atom/atom#10926 - Fix case-preserving path relativization
- atom/atom#10967 - Fix a inconsistent getLineCount() use
- atom/atom#10967 - Fix a inconsistent getLineCount() use
- atom/atom#10975 - Update nodegit
- atom/atom#10959 - Refactor pending state to live in pane instead of items
- atom/atom#11001 - onDidTerminatePendingState ➡︎ onItemDidTerminatePendingState
- atom/atom#10972 - Update build scripts to use the new railcar branching model
- atom/atom#10972 - Update build scripts to use the new railcar branching model
- atom/atom#11009 - Don't destroy pane if replacing last pending item
- atom/atom#11022 - Windows git fixes
- atom/atom#11051 - Add new item before destroying pending item
- atom/atom#11057 - Move Pane::addItem 'pending' option to options object
- atom/atom#11089 - Update nodegit
- atom/atom#11101 - Emit status changes when anything changes
- atom/atom#11115 - Update nodegit
one-dark-syntax
v1.1.2...v1.2.0
one-light-syntax
v1.1.2...v1.2.0
solarized-dark-syntax
v0.39.0...v1.0.0
- atom/solarized-dark-syntax#48 - Added Javascript interpolated template string syntax coloring
- atom/solarized-dark-syntax#53 - Fix .embedded in Scala from being cut off
- atom/solarized-dark-syntax#54 - Go support
- atom/solarized-dark-syntax#56 - CREATE java.less, MODIFY index.less
- atom/solarized-dark-syntax#57 - Match other Solarized ports
- atom/solarized-dark-syntax#58 - Unify dark and light
solarized-light-syntax
v0.23.0...v1.0.0
- atom/solarized-light-syntax#17 - .DS_Store deleted
- atom/solarized-light-syntax#16 - Unify dark and light
autocomplete-atom-api
v0.9.2...v0.10.0
autocomplete-snippets
v1.9.0...v1.10.0
autoflow
v0.26.0...v0.27.0
bookmarks
v0.38.0...v0.38.2
- atom/bookmarks#43 - Keybindings for other platforms in README.md
- atom/bookmarks#46 - 🎨 Remove duplicate variable
- atom/bookmarks#45 - Center on selection on jump to bookmark
find-and-replace
v0.195.0...v0.197.4
- atom/find-and-replace#644 - Open file in pending state on single click
- atom/find-and-replace#547 - Catch scanInBufferRange errors
- atom/find-and-replace#651 - Prevent 'getSelectedBufferRanges' uncaught exception
- atom/find-and-replace#645 - Focus project-find search input upon toggle
- atom/find-and-replace#628 - Add package option to disable search-wrap icon
- atom/find-and-replace#643 - Add menu command to clear find/replace history.
- atom/find-and-replace#617 - Move config schema to package.json
- atom/find-and-replace#673 - Add support for new pane pending item api
- atom/find-and-replace#674 - Fix exception when double-clicking file name from results view
markdown-preview
v0.157.1...v0.157.2
open-on-github
v0.40.0...v0.41.0
status-bar
v0.80.0...v0.83.0
- atom/status-bar#107 - Add tooltips to git views
- atom/status-bar#119 - Fix git x line(s) deleted tooltip
- atom/status-bar#118 - Make shift clicks on the currentPath element copy the relative path
tabs
v0.88.0...v0.91.3
- atom/tabs#238 - Use new way of requiring Electron modules
- atom/tabs#246 - Style tab for pending item
- atom/tabs#260 - Move config schema to package.json
- atom/tabs#273 - Allow config to add new tabs at end
- atom/tabs#274 - Add support for new pending item API
- atom/tabs#280 - Support the new pending pane item API
- atom/tabs#281 - Fix spec deprecation warnings in Atom 1.6
tree-view
v0.198.1...v0.203.2
- atom/tree-view#682 - Open file in pending state on single click
- atom/tree-view#604 - Implement dragging and dropping from OS file explorer
- atom/tree-view#712 - Open pending file on right arrow
- atom/tree-view#713 - Revert "Open pending file on right arrow"
- atom/tree-view#714 - Open pending file on right arrow keypress
- atom/tree-view#727 - Terminate pending state after fulfillment of opened item promise
- atom/tree-view#731 - Move config schema to the package.json
- atom/tree-view#742 - Focus tree-view if name of active file is clicked
- atom/tree-view#743 - Don't close dialog unless Atom has focus
- atom/tree-view#752 - Add backward-compatible support for new pending item API
- atom/tree-view#754 - Add option to auto-reveal tree view entries when they become the active pane item
- atom/tree-view#755 - Add
focusOnRevealoption - atom/tree-view#695 - Make 'Move in trash' more verbose on failure, add a note for Linux
- atom/tree-view#769 - Move away from deprecated Electron require syntax
- atom/tree-view#768 - Fix exception when double clicking opened file after activation
language-gfm
v0.82.0...v0.84.0
- atom/language-gfm#130 - allow for more generic expressions in R (.Rmd)
- atom/language-gfm#137 - Prevent linting md with fenced code block language
language-git
v0.11.0...v0.12.1
- atom/language-git#15 - Add 'git/config' to fileTypes
- atom/language-git#16 - Add snippets to the package
- atom/language-git#17 - Revert "Add 'git/config' to fileTypes"
language-javascript
v0.105.0...v0.110.0
- atom/language-javascript#278 - Add exports & case snippet.
- atom/language-javascript#284 - Added delete token
- atom/language-javascript#296 - Revert "Added delete token"
- atom/language-javascript#305 - Tokenize round brackets correctly
- atom/language-javascript#310 - Add auto detection for Google Apps Script
- atom/language-javascript#311 - Tokenize built-in variables with properties
- atom/language-javascript#293 - Add 'Set' and 'Map' to 'support.class.js'
- atom/language-javascript#314 - Add 'WeakSet' and 'WeakMap' to '.support.class.js'
- atom/language-javascript#282 - Support HTML and CSS syntax in template strings suggesting those formats
- atom/language-javascript#319 - Don't scope decimals as illegal; tokenize decimal marks, illegal identifiers
- atom/language-javascript#321 - Fix function/method calls being superseded
language-json
v0.17.3...v0.17.4
language-php
v0.36.0...v0.37.0
- atom/language-php#121 - Update DocBlocks
- atom/language-php#119 - Fix for issue 112, added recursive regex
- atom/language-php#120 - Fix for issue 117, scope for variadic is punctuation.definition.variable.php
language-yaml
v0.25.0...v0.25.1