pulsar/CHANGELOG.md

74 lines
3.2 KiB
Markdown
Raw Normal View History

* Improved: Theme changes now immediately take effect
* Fixed: Wrap in quotes/parens now works in split panes
* Improved: Autocomplete now includes CSS property names and values
2013-08-06 01:09:08 +04:00
* Improved: Settings GUI is now a pane item
* Added: Support package filtering in Settings GUI
* Added: Dynamically load all config options in the Settings GUI
2013-08-01 20:12:18 +04:00
* Added: Ability to bookmark lines and navigate bookmarks
* Fixed: Error when inserting newlines in CSS
* Fixed: Folding all will fold comments as well
* Added: Ability to fold all code at a given indentation level
* Improved: cmd-n now opens a new tab and cmd-shift-n now opens a new window.
* Added: Inspect Element context menu
* Fixed: Save As dialog now defaults to directory path of current editor
* Fixed: Using toggle comment shortcut respects indentation level
* Fixed: Search never completing in the command panel
* Fixed: cmd-n now works when no windows are open
* Fixed: Error selecting a grammar for an untitled editor
2013-07-09 20:22:35 +04:00
* Added: j/k now can be used to navigate the tree view and archive editor
* Fixed: Atom can now be launched when ~/.atom/config.cson doesn't exist
2013-07-02 20:06:54 +04:00
* Added: Initial collaboration sessions
* Fixed: Empty lines being deleted via uppercase/downcase command
* Fixed: Keybindings not working when using non-English keyboard language
2013-06-26 00:47:39 +04:00
* Fixed: cmd-shift-p and cmd-alt-w not doing anything when pressed
2013-06-21 02:39:48 +04:00
* Improved: Use grunt (instead of rake) for build system
* Fixed: Java files not syntax highlighting correctly.
2013-06-12 02:54:56 +04:00
* Fixed: LESS/CSS now indents properly after hitting enter.
2013-06-11 01:22:30 +04:00
* Added: Support for browsing .tar.gz and .zip files in the editor
2013-06-07 19:29:05 +04:00
* Added: TODO/FIXME/CHANGED are now highlighted in comments.
2013-06-07 19:27:53 +04:00
* Fixed: Full screen state of windows is now persisted across restarts.
2013-06-06 22:02:57 +04:00
* Added: Makefile syntax highlighting now included.
* Added: Open fuzzy finder to specific line using colon suffix (i.e ':25')
2013-06-05 00:55:07 +04:00
* Fixed: Issues deleting and moving over certain UTF-8 characters
* Fixed: Tree view not properly highlighting or revealing for open images.
2013-05-23 03:02:48 +04:00
* Added: Packages can now be installed from the configuration UI.
2013-05-22 08:20:21 +04:00
* Fixed: .git folder now ignored by default when searching
2013-05-16 22:45:38 +04:00
* Fixed: Not being able to disable packages from configuration UI.
2013-05-16 19:50:51 +04:00
* Fixed: Fuzzy finder showing poor results for entered text
2013-05-13 20:33:17 +04:00
* Improved: App icon
2013-05-08 21:25:54 +04:00
* Fixed: Fuzzy finder being empty sometimes
2013-05-03 01:21:22 +04:00
* Improved: App icon
2013-05-02 08:26:15 +04:00
* Fixed: End of line invisibles rendering incorrectly with the indent guide
* Fixed: Updates not installing automatically on restart
2013-05-01 10:00:23 +04:00
* Fixed: Wrap guide not displaying
* Fixed: Error when saving with the markdown preview focused
2013-04-30 05:02:40 +04:00
* Fixed: Atom always running in dev mode
* Fixed: Crash when running in dev mode without a path to the Atom source
2013-04-29 23:15:10 +04:00
* Fixed: Freeze when editing a RoR class
2013-04-29 21:29:46 +04:00
* Added: meta-N to open a new untitled editor in the current window
2013-04-26 20:53:17 +04:00
* Fixed: Styling in command logger
* Added: XML and Ruby syntax highlighting in Markdown files
* Fixed: Error when editing files in a HEAD-less Git repository
2013-04-25 21:10:00 +04:00
* Fixed: Invisible characters not being visible when enabled
2013-04-25 20:35:11 +04:00
* Added: Editor gutter now displays Git status for lines
2013-04-25 09:10:57 +04:00
* Improved: Startup time
2013-04-25 09:00:01 +04:00
* Added: SQL bundle now included
* Added: PEG.js bundle now included
2013-04-25 08:51:20 +04:00
* Added: Hyperlinks can now be opened with ctrl-O
2013-04-25 08:48:59 +04:00
* Fixed: PHP syntax highlighting