- Fixed bug when plugin invoked in a window without a view
- [ST2] Added support for cleanup on startup for ST2
- Improved plugin responsiveness by opening the preview in the background (noticable with large or remote files)
- Added option to display the timestamp of the history entry (either the last opened/closed timestamp or the filesystem's last modified timestamp)
- [ST3] Quick panel support for removing the history entry being previewed. Note: the entry will be deleted but will still be visible in the current quick panel. Mapped to "ctrl+delete" by default ("cmd+delete" on OSX).
- cleanup all histories, not just current project and global
- support various formatting options for the history file, including specifying the indentation size or no formatting
- Fix for issue #16 due to which "right" key shortcut to open file was broken
- Fix for issue #13 that occurred when there were no views open in the window
- Fix for ST2 compatibility
- Quick-open: Refocus on the newly opened file rather than the original one
- Updated the version number in messages.json and CHANGELOG.md
- Added MIT license
- Updated the version number in messages.json
- Fixed some issues in the README and added a settings section
- Updated the version number to reflect significance of the added functionality
- Added settings file to simplify customization
- ST3 only: Preview the history entries while searching through the quick panel
- ST3 only: Remove files that no longer exist while searching through the quick panel
- ST3 only: Added option to cleanup this history on startup (remove any files that no longer exist)
- Show the quick panel with a monospace font
- Customize where the history data is stored
- Option to try to re-use the position the file was in when it was closed
- A default settings file will be created if one does not exist (default is User/FileHistory.json in the packages directory)
- Added commands to the command palette and removed cleanup command from keybindings (by @stdword)
- ST3 only: The files are now previewed when cycling through the quick panel entries
- Add some status messages for cleanup command
- Fix unicode bug introduced in ST 3014
- Use the newly implemented project file path API for saving per-project history instead of hashing the project's folders
- Remove remaining settings migration code (not really worth mentioning)
- Add messages for Package Control install and updates
- Sublime Text 3 compatability
- Remove old settings migration code (this probably won't bother you unless you've been using this plugin for years)
- Adjust OSX key bindings to not use ctrl
- Add key bindings and menu entries
- Mirrored from gist with most of their functionality