Skip to content

Releases: zivoy/BeatList

v0.1.4 - file fixes

11 Sep 20:34
Compare
Choose a tag to compare

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

downloads

v0.1.3 - more binaries

09 Sep 05:02
Compare
Choose a tag to compare

No real changes in this release other than some small change to go.mod.
from now on I'm publishing more binaries other than just Windows x64

downloads

v0.1.2 - accessibility

09 Sep 01:20
Compare
Choose a tag to compare

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

downloads

v0.1.1 song list visual improvements

08 Sep 00:56
Compare
Choose a tag to compare

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

downloads

v0.1.0 - bunch of improvments

07 Sep 13:25
Compare
Choose a tag to compare

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

downloads

FIrst GUI release

06 Sep 18:47
Compare
Choose a tag to compare

The first release of GUI for BeatList. its a bit rough and needs some refactoring and cleaning, but it should be enough for most

downloads

library only

05 Sep 18:21
Compare
Choose a tag to compare
library only Pre-release
Pre-release

this is just the library, no GUI.