Skip to content

Releases: oriolmirosa/open-files

v0.5.6

19 May 05:27
Compare
Choose a tag to compare
  • Fix for #10
  • Cleaner disabling of the package

v0.5.5

18 May 15:34
Compare
Choose a tag to compare

v0.5.4

18 May 05:27
Compare
Choose a tag to compare
  • Changes to make the package work in 1.17.0. It should still work with 1.16.0 out of the box for those who prefer not to update

v0.5.3

18 May 05:24
Compare
Choose a tag to compare
  • Minor changes to attempt to fix #10

v0.5.2

13 Apr 21:15
Compare
Choose a tag to compare
  • Fixed crash introduced in 1.16.0, when prepend() wouldn't work anymore. Added the polyfill so that it continues to work

v0.5.1

09 Apr 21:57
Compare
Choose a tag to compare
  • Toggling the tree-view now doesn't create more 'FOLDERS' labels or destroys the open-files pane (should also fix #9)

v0.5.0

09 Apr 21:56
Compare
Choose a tag to compare

This was supposed to be a patch release, 0.4.3, but I made a mistake and I uploaded it as a minor release 0.5.0. I'll now publish 0.5.1 with the info of the patch release.

v0.4.2

30 Jan 15:41
Compare
Choose a tag to compare
  • Minor change to avoid deprecation warning about path.dirname and path.extname requiring a string as an argument

v0.4.1

25 Oct 22:50
Compare
Choose a tag to compare
  • Fixed regression that made newly opened files not appear in the open files list if there were no open files to begin with
  • Fixed sorting so that directories are now ordered properly

v0.4.0

22 Oct 04:15
Compare
Choose a tag to compare
  • Added the ability to sort the open files list by multiple criteria (filename, extension, and directory)