Releases: chyyran/seiri
Releases · chyyran/seiri
0.2.10
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
- Catch any possible errors and log instead of popping up a scary message.
0.2.8 Bugfix Release
- Fix some typos that caused null checking to fail in JavaScript-land
0.2.7 Linux Edition
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
...fixing them as I encounter them...
- Check if regex matches anything before accessing its length.
0.2.6 Bugfix Release
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
- Fix a small bug where the SQLite database connection was never closed properly.
0.2.3 Hotfix Release
- 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
- Added electron logging receive of stderr messages from watcher
- Ignore badly formatted watcher messages causing scary exception popups.
0.2.1 Release
- Update links to chyyran/seiri repository