Releases: zivoy/BeatList
Releases · zivoy/BeatList
v0.1.4 - file fixes
Some improvements to files and the file browser and a bug fix.
Thanks Illumy for bringing the bug to my attention.
GUI changes:
- have the Standard characteristic be selected by default
- select the newly added item in the song list
- don't save the last size if was fullscreen
- have file path in file browser be last opened spot
- have the file browser fill 80% of the screen
- verify links in link fields are links
- fixed bug which diff checkmarks being transferred to the previous song from the selected one
v0.1.3 - more binaries
v0.1.2 - accessibility
This is a smaller release with just some fixes to the UI to make it easier to use on smaller screens.
and I refactored the 1200 line GUI code into separate files to make it easier to work on
GUI changes:
- added a scroll bar for the entire container
- added a dynamic system to change the position of metadata and info depending on the width
- switch to a vertical split when too thin for the song list
- save the last size of the screen
v0.1.1 song list visual improvements
just some visual changes.
I finished going through most of the todos I left in the code, any suggestions are appreciated.
GUI changes:
- adjusted the list again to make it more like in-game
- made add new song dialog wider, so it won't be cramped
- add image covers to list
- create fewer new items by caching and reusing
- log additional information on report bug
v0.1.0 - bunch of improvments
This release fixed a bunch of stuff now the program should be a lot more usable.
though I'm still working on getting images for the list view and making it look like the list in-game
Changes:
- added functions to deal with covers (base64) to the library with new
Cover
type - added constants for the different Difficulties
GUI changes:
- added v to update message
- log errors
- load info about songs in the background from beatsaver to use for highlighting a diff
- progress bar when loading cache
- report bug button
- prevent duplicates with metadata setting
- improved list UI to make it look more like in-game
Fixes:
- fixed characteristic selector dropdown
- remove info on the last selected song when loading a new list
FIrst GUI release
library only
this is just the library, no GUI.