You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35-18Lines changed: 35 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,40 @@
1
1
File History Changelog
2
2
======================
3
3
4
-
v1.5.0 (2014-07-08)
4
+
v1.5.0 (2014-07-18)
5
5
-------------------
6
6
7
-
- Fixed bug when plugin invoked in a window without a view
8
7
-[ST2] Added support for cleanup on startup for ST2
9
-
- Improved plugin responsiveness by opening the preview in the background (noticable with large or remote files)
10
-
- Added option to display the timestamp of the history entry (either the last opened/closed timestamp or the filesystem's last modified timestamp)
11
-
-[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).
12
-
- cleanup all histories, not just current project and global
13
-
- support various formatting options for the history file, including specifying the indentation size or no formatting
8
+
-[ST3] Added shortcut to delete the currently selected history entry
9
+
*Note*: The entry will be deleted but will still be visible in the current
10
+
quick panel.
11
+
Mapped to "ctrl+delete" by default ("cmd+delete" on OSX).
12
+
- Added setting and command to reset/clear all history data (#14)
13
+
- Added option to display the timestamp of the history entry (either the last
14
+
opened/closed or the filesystem's last modified timestamp), relative or
15
+
absolute
16
+
- When cleaning up, do not consider just current project and global (#15)
17
+
- The history file is now "minimized" by default. You can adjust the settings
18
+
if you want it prettified. (#15)
19
+
- Improved plugin responsiveness by opening the preview in the background
20
+
(noticable with large or remote files)
21
+
- Fixed quick panel shortcuts not working with previewing disabled (#19)
22
+
- Update Menu entries (#21)
14
23
15
24
v1.4.7 (2014-07-07)
16
25
-------------------
17
26
18
-
-Fix for issue #16 due to which "right" key shortcut to open file was broken
27
+
-Hotfix opening multiple views with the "right" key shortcut (#16)
19
28
20
29
v1.4.6 (2014-01-23)
21
30
-------------------
22
31
23
-
- Fix for issue #13 that occurred when there were no views open in the window
32
+
- Fix preview when no views are open in the window (#13)
24
33
25
34
v1.4.5 (2014-01-15)
26
35
-------------------
27
36
28
-
- Fix for ST2 compatibility
37
+
- Fix for ST2 compatibility (#12)
29
38
30
39
v1.4.4 (2014-01-10)
31
40
-------------------
@@ -60,32 +69,38 @@ v1.3.5 (2014-01-09)
60
69
61
70
- Added settings file to simplify customization
62
71
- ST3 only: Preview the history entries while searching through the quick panel
63
-
- ST3 only: Remove files that no longer exist while searching through the quick panel
64
-
- ST3 only: Added option to cleanup this history on startup (remove any files that no longer exist)
72
+
- ST3 only: Remove files that no longer exist while searching through the quick
73
+
panel
74
+
- ST3 only: Added option to cleanup this history on startup (remove any files
75
+
that no longer exist)
65
76
- Show the quick panel with a monospace font
66
77
- Customize where the history data is stored
67
78
- Option to try to re-use the position the file was in when it was closed
68
-
- A default settings file will be created if one does not exist (default is User/FileHistory.json in the packages directory)
79
+
- A default settings file will be created if one does not exist (default is
80
+
User/FileHistory.json in the packages directory)
69
81
70
82
71
83
v1.3.3 (2013-12-17)
72
84
-------------------
73
85
74
-
- Added commands to the command palette and removed cleanup command from keybindings (by @stdword)
86
+
- Added commands to the command palette and removed cleanup command from
87
+
keybindings (by @stdword)
75
88
76
89
77
90
v1.3.2 (2013-11-11)
78
91
-------------------
79
92
80
-
- ST3 only: The files are now previewed when cycling through the quick panel entries
93
+
- ST3 only: The files are now previewed when cycling through the quick panel
94
+
entries
81
95
- Add some status messages for cleanup command
82
96
83
97
84
98
v1.3.1 (2013-03-01)
85
99
-------------------
86
100
87
101
- Fix unicode bug introduced in ST 3014
88
-
- Use the newly implemented project file path API for saving per-project history instead of hashing the project's folders
102
+
- Use the newly implemented project file path API for saving per-project
0 commit comments