Skip to content

Releases: viddo/atom-textual-velocity

v0.23.0

16 Nov 02:26
Compare
Choose a tag to compare

Changed

  • Update 3rd-party deps to latest stable versions
  • Remove now unused 3rd-party dev services
  • Mark project as pending to be archived

v0.22.0

04 Nov 00:19
Compare
Choose a tag to compare

Changed

  • Updated 3rd-party deps
  • Clicking column cycles desc -> asc -> unselect column for sorting. When no column is selected the results are sorted by the default search match score in descending order, i.e. closest match appears first.

Fixed

  • Suffix part of content after search match not being visible, on larger files.

v0.21.0

04 Oct 04:14
Compare
Choose a tag to compare

Changed

  • About a year of updates to 3rd-party deps essentially
  • Indicate that latest Atom version is required to install/update (v1.40.1)

Fixed

  • "Invalid UTF-8 string in BSON document" upon de-serialization cache, causing re-read of all notes on every startup

v0.20.0

04 Oct 04:13
Compare
Choose a tag to compare

2018-10-04

Changed

  • Updated all internal deps to latest versions

v0.19.0

07 Aug 04:33
Compare
Choose a tag to compare

Changed

  • Use read-only editor for previews #267
  • Disabled xattrs support by default, can be enabled by package setting
    • Appears to crash Atom as of v1.28+
  • Internal refactorings:
    • Separate React code into presentational and container components
    • Use default recommended ESlint rules + fix offending code
    • Update flowtyped definitions
    • Flowtype all code
    • Change filename convention, to match content
    • Remove unused service implementation
    • Updated all internal deps to latest versions

Fixed

  • Last updated column not display last change
  • Create notes dir if it doesn't exist
  • Handle edge-case of empty notes dir

v0.18.0

20 Nov 16:57
Compare
Choose a tag to compare

Changed

v0.17.0

11 Nov 22:18
Compare
Choose a tag to compare

Added

  • Focus on search when closing a text editor #47

Changed

  • Updated dependencies to latest versions (e.g. RxJS 5.5)
  • Add Greenkeeper to automate dependencies updates #85
  • Make flaky tests deterministic #92
  • Simplified internals #101

v0.16.0

14 Oct 18:24
Compare
Choose a tag to compare

Changed

  • Using prettier for automatic code formatting #78
  • Updated dependencies to latest versions (e.g. React 16) #79, #81, #82

v0.15.0

21 Jun 01:39
Compare
Choose a tag to compare

Fixed

  • error in init.coffee file in recommended usage #76

Added

  • Implement @copy syntax for quickly getting a string onto the clipboard #74

v0.14.2

21 Jun 01:39
Compare
Choose a tag to compare

Fixed

  • key bindings on linux ##73