File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11File History Changelog
22======================
33
4+ v1.7.0 (2014-10-03)
5+ -------------------
6+
7+ - Save timestamps in POSIX time instead of a user-specific string format; the
8+ format setting is now only used for displaying absolute timestamps in the
9+ panel (see #28 )
10+ - Remove doubled information in history file, namely 'action' key (#30 )
11+ - Fix a bug where quickly browsing through the reopen panel would cause some
12+ views to get mistaken for real views and added to the history (#31 )
13+ - Fix exception when timestamp could not be parsed (#28 )
14+
15+
416v1.6.0 (2014-09-19)
517-------------------
618
Original file line number Diff line number Diff line change 11[
2+ // Open readme and settings
3+ {
4+ "caption" : " File History: Open README" ,
5+ "command" : " open_file" ,
6+ "args" : {
7+ "file" : " ${packages}/File History/README.md"
8+ }
9+ },
10+ {
11+ "caption" : " Preferences: File History Settings - Default" ,
12+ "command" : " open_file" ,
13+ "args" : {
14+ "file" : " ${packages}/File History/FileHistory.sublime-settings"
15+ }
16+ },
17+ {
18+ "caption" : " Preferences: File History Settings - User" ,
19+ "command" : " open_file" ,
20+ "args" : {
21+ "file" : " ${packages}/User/FileHistory.sublime-settings" ,
22+ "contents" : " {\n\t $0\n }"
23+ }
24+ },
25+
26+ // File History commands
227 {
328 "caption" : " File History: Open recently closed file (Current Project)" ,
429 "command" : " open_recently_closed_file" ,
You can’t perform that action at this time.
0 commit comments