Skip to content

Releases: oriolmirosa/open-files

v0.8.2

28 Jun 22:05
Compare
Choose a tag to compare
  • Finally figured out what the problem was with issue #18. The removal of elements depended on their indices, but when several were removed at the same time (or quickly one after the other, which became a problem because of the delays and animations), then the indices were non-existent and that led to errors. I assigned unique ids for each element, so now their removal does not depend on their index and should always be accurate

v0.8.1

20 Jun 23:44
Compare
Choose a tag to compare
  • Yet another attempt to take care of bug #18

v0.8.0

19 Jun 05:46
Compare
Choose a tag to compare
  • Rewrite of large portions of the package in order to make it more stable. Hopefully this takes care of bug #18
  • Added the ability to re-sort files in the 'open files' panel automatically when a file has been renamed, or when it has been saved for the first time after creating a new file
  • The icons should now change automatically and immediately when a file name change implies a filetype change, and also when a file is saved for the first time
  • For both the file-icons and the seti-icons packages, the icons in the 'open files' panel now mirror those of the tabs for the various special Atom views: 'Settings', 'Deprecation Cop', 'Timecop', 'About', and 'Project Find Results'. For seti-icons, the icon for a new file is now also the same as in the tabs

v0.7.2

09 Jun 01:05
Compare
Choose a tag to compare
  • Attemp to fix bug #18

v0.7.1

08 Jun 16:47
Compare
Choose a tag to compare
  • Added a donation button to the readme page

v0.7.0

08 Jun 16:14
Compare
Choose a tag to compare
  • When several panels are open, the title for the 'open files' panels now includes PANEL #, with the number showing the order in which the panels were opened. When panels are closed, the numbers of the panels are re-calculated so that they reflect the panels present in the workspace

v0.6.2

08 Jun 02:49
Compare
Choose a tag to compare
  • Fixed a bug that threw an error whenever a new file was created after closing the 'Settings' page (mentioned in #17
  • Prepared the package so that it will continue to work when 1.18 is released (it works normally on 1.18beta2 now)

v0.6.1

06 Jun 13:59
Compare
Choose a tag to compare
  • Fixed a bug that made the icons from the file-icons package to not be used in the 'open files' panel #15

v0.6.0

06 Jun 01:16
Compare
Choose a tag to compare
  • Added delay before a new file appears in the 'open files' panel. This prevents the whole tree view from sliding downward too quickly and thus making the second click (when double-clicking) to be done on a different file. The delay is configurable (in milliseconds) in the setting for the package (default is 1000 ms, i.e. 1 second)
  • Added animation when a file is added to (or removed from) the 'open files' panel. The animation duration is also configurable (default is 300 ms)

v0.5.7

19 May 15:16
Compare
Choose a tag to compare
  • Fixed regression that led to #13