Skip to content

Releases: chyyran/seiri

0.2.10

31 Dec 00:06
Compare
Choose a tag to compare

0.2.10 is the maintenance release for 2021.

Mainly dependency updates, but some small QoL improvements in the UI.

Enhancements and Bugfixes

  • Allow using arrow keys to select tracks
    • Currently does not scroll properly because react-virtualized is broken
  • Fix typos in bang reference
  • Fix refresh shortcut (Ctrl+R) not working when search bar was focused
  • Now sorts by updated first by default
  • Minor improvements to column drag handle
  • Minor improvements to selection UI

Build experience

  • Fix build on newer Rust toolchains
  • Building libkatatsuki-sys now requires VS2019
  • Use N-API backend for neon bindings, removing node-gyp dependency

Dependencies

  • Updated notify-rs to 4.0.15
  • Updated crossbeam to 0.8.0
  • Updated Electron to 11.1.1
  • Updated neon to 0.6.0
  • Updated React to 17.0

0.2.9 Bugfix Release

22 Jan 16:37
Compare
Choose a tag to compare
  • Catch any possible errors and log instead of popping up a scary message.

0.2.8 Bugfix Release

03 Jan 02:29
Compare
Choose a tag to compare
  • Fix some typos that caused null checking to fail in JavaScript-land

0.2.7 Linux Edition

18 Dec 03:52
Compare
Choose a tag to compare
0.2.7 Linux Edition Pre-release
Pre-release

Finally a Linux build! Although no changes were made to the code, seiri lacks a formal test suite unfortunately, thus is completely untested. Otherwise, everything should work as 0.2.7 does on Windows, including notifications if notify-osd is installed.

No debs or RPMs yet, waiting for flatpak support from electron-builder.

In the spirit of Linux, I've also attached the electron-free seiri-watcher watcher binary, in case someone wants to use seiri as a daemon or something.

  • Works on Linux.

Known Bugs

  • The UI relies heavily on Segoe fonts, which are obviously not available on Linux. This makes the UI look slightly broken, but still fully functional!

0.2.7 Bugfix Releae

17 Dec 04:58
Compare
Choose a tag to compare

...fixing them as I encounter them...

  • Check if regex matches anything before accessing its length.

0.2.6 Bugfix Release

16 Dec 04:51
Compare
Choose a tag to compare

Man 0.2 has a heck load of small bugs! (Mostly ignored in 0.1.x lol)

  • Fixed a bug where track added messages would not be sent properly
  • Fixed a bug where an error popup would occur if watcher stderr messages were malformed.
  • Finally publish latest.yml files to allow an automatic update from 0.2.2 builds.

0.2.5 Bugfix Release

13 Dec 22:41
Compare
Choose a tag to compare
  • Fix a small bug where the SQLite database connection was never closed properly.

0.2.3 Hotfix Release

09 Dec 05:56
Compare
Choose a tag to compare
  • Trim track names before sending over to stderr
  • Silently ignore malformed stderr messages while logging to log.log
  • Set file log level to info.

0.2.2 Hotfix Release

25 Nov 08:06
Compare
Choose a tag to compare
  • Added electron logging receive of stderr messages from watcher
  • Ignore badly formatted watcher messages causing scary exception popups.

0.2.1 Release

14 Nov 01:54
Compare
Choose a tag to compare
  • Update links to chyyran/seiri repository