Skip to content

Releases: Osmose/advanced-open-file

v0.16.8

10 Mar 15:47
Compare
Choose a tag to compare
  • #150: Add ignoredPatterns config for ignoring certain types of files in the
    listing (thanks econtal!).

v0.16.7

10 Mar 15:47
Compare
Choose a tag to compare
  • #149: Use current path for add-project-folder if no path is selected (thanks
    toumorokoshi!).

v0.16.6

13 Mar 16:09
Compare
Choose a tag to compare
  • #138: Fix ReferenceError in view (thanks lee-dohm!).

v0.16.5

01 Jan 17:31
Compare
Choose a tag to compare
  • #133: Fix compatibility with the file-icons package (thanks jacobmischka and
    Alhadis!).

v0.16.4

21 Aug 14:31
Compare
Choose a tag to compare
  • #120: Add ability to scroll to the top and bottom of the file listing using
    the Page Up and Page Down keys (thanks AlexWayfer!).

v0.16.3

21 Aug 14:31
Compare
Choose a tag to compare
  • Revert to pre-React version again due to more reported issues with it.

v0.16.2

22 Apr 16:16
Compare
Choose a tag to compare
  • #105: Do not modify cached path lists when fuzzy matching is enabled (thanks
    itiut!).

v0.16.1

22 Apr 16:16
Compare
Choose a tag to compare
  • #103, #104: Re-add React rewrite and replace react-for-atom with React
    directly. It seems that React might be able to coexist with other instances
    of React as long as the components don't mix between them.

v0.16.0

22 Apr 16:16
Compare
Choose a tag to compare
  • #103, #104: Revert 0.15.0 due to conflicts with other packages using
    react-for-atom.

v0.15.0

22 Apr 16:17
Compare
Choose a tag to compare
  • #86: Improve performance when listing large directories by caching file reads
    and only rendering visible DOM nodes in the directory listing. This involved
    a rewrite of the view layer using React.