Skip to content

Releases: FichteFoll/FileHistory

v1.8.1 (2019-03-28)

26 Aug 14:28
Compare
Choose a tag to compare
  • Added option to resolve symlinks to avoid redundancies (#49)

v1.8.0 (2016-04-06)

05 Apr 23:58
Compare
Choose a tag to compare
  • Now properly handles situations where the to-be-previewed or -opened file
    already existed in another group (#23)
  • Added new setting reopen_file_in_current_group to control this behavior
  • The parameter for instantly opening the most recently closed file has changed
    (see README.md if you are affected)
  • Fixed a bug where the panel closed the current file if all files in the panel
    were currently open (#34) (@lastsecondsave)
  • Fixed various edge cases including races in the preview involving quick-
    opening or deleting the selected entry (@rahul-ramadas)
  • Only quick-open the selected entry if the caret is at the end of text
  • Don't print "reloading" message during initial load
  • Don't clean anonymous projects on ST3 as long as they remain open

v1.7.1 (2015-01-29)

29 Jan 03:41
Compare
Choose a tag to compare
  • ST2: Fix "reopen last tab" not working at all
  • ST2: Fix closed tabs not being tracked (which, again, fixes "reopen last tab")
  • Fix files opened from the history being recorded twice
  • Fix default settings having old setting names and values

v1.7.0 (2014-10-03)

03 Oct 02:07
Compare
Choose a tag to compare
  • Save timestamps in POSIX time instead of a user-specific string format; the
    format setting is now only used for displaying absolute timestamps in the
    panel (see #28)
  • Remove doubled information in history file, namely 'action' key (#30)
  • Fix a bug where quickly browsing through the reopen panel would cause some
    views to get mistaken for real views and added to the history (#31)
  • Fix exception when timestamp could not be parsed (#28)

v1.6.0 (2014-09-19)

19 Sep 15:15
Compare
Choose a tag to compare
  • Adapt to changes made to the FileHistory.sublime-settings file (#25)
  • Don't update the settings file when values are missing, just silently use the
    defaults (#25)
  • Support path_exclude_patterns setting to exclude files from being tracked
    in the history (basically a filename pattern blacklist) (#22)
  • Support path_reinclude_patterns setting to re-include files that were
    excluded before (basically a filename pattern whitelist) (#22)
  • Deleting from quickpanel should reopen with an updated list and the next
    entry selected (#24)
  • Catch exception when loading history file fails (#27)
  • Support for storing daily backups of the history file. See max_backup_count
    setting (#27)
  • Bug fix: Cannot open multiple files within the same palette if the file is
    opened in a different group (#23)
  • Buf fix: Panel didn't show on ST2
  • Some refactoring

v1.5.2 (2014-07-22)

22 Jul 19:34
Compare
Choose a tag to compare
  • [ST2] Hotfix for trailing comma in Main.sublime-menu

v1.5.1 (2014-07-18)

22 Jul 19:34
Compare
Choose a tag to compare
  • Fix file name of 1.5.0 changelog file (#26)

v1.5.0 (2014-07-18)

18 Jul 02:25
Compare
Choose a tag to compare
  • [ST2] Added support for cleanup on startup for ST2
  • [ST3] Added shortcut to delete the currently selected history entry
    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).
  • Added setting and command to reset/clear all history data (#14)
  • Added option to display the timestamp of the history entry (either the last
    opened/closed or the filesystem's last modified timestamp), relative or
    absolute
  • When cleaning up, do not consider just current project and global (#15)
  • The history file is now "minimized" by default. You can adjust the settings
    if you want it prettified. (#15)
  • Improved plugin responsiveness by opening the preview in the background
    (noticable with large or remote files)
  • Fixed quick panel shortcuts not working with previewing disabled (#19)
  • Update Menu entries (#21)

v1.4.7 (2014-07-07)

08 Jul 10:01
Compare
Choose a tag to compare
  • Hotfix opening multiple views with the "right" key shortcut (#16)

v1.4.6 (2014-01-23)

23 Jan 16:11
Compare
Choose a tag to compare
  • Fix preview when no views are open in the window (#13)