ShayBox / Wooting-Profile-Switcher

Automatically switch Wooting keyboard profiles based on focused window
MIT License
58 stars 1 forks source link

Links broken for 2.4.0 #20

Open pannal opened 1 month ago

pannal commented 1 month ago

Setup and msi links don't work in: https://github.com/ShayBox/Wooting-Profile-Switcher/releases/tag/2.4.0

ShayBox commented 1 month ago

The 2.4.0 release is not working, Wootility needs to update before it will work.

pannal commented 1 month ago

Wootility has updated to 5.0.0.

image

ShayBox commented 1 month ago

It has not been released outside of the Web beta, it needs to be released as the installable program because this program hooks into it, the latest installable version is 4.7.2 (notice it says v5.0.0-alpha.1)

pannal commented 1 month ago

It has been released to the public:

With this, we also have initial desktop builds available: Note: We now have unified update channel handling, so you'll automatically get updated to the latest beta or stable if there is no newer alpha present. You'll be able to opt-in and out of beta updates in the settings (you get enrolled into the alpha channel automatically when using alpha builds)

pannal commented 1 month ago

You probably should join the Discord :)

ShayBox commented 1 month ago

I'm in the Discord, but the latest Wootility release was 5.0.0-alpha.1

The official download links still return 4.7.2 and my Wootility hasn't found any updates
https://wooting.io/wootility

pannal commented 1 month ago

OK, then we have different definitions of "released to the public". No worries!

ShayBox commented 1 month ago

I can't test it myself, but I added beta and alpha support last time there was a beta and alpha release so it might work with the 2.4.0 release as long as you uninstall delete the stable and beta folders in AppData https://github.com/ShayBox/Wooting-Profile-Switcher/blob/master/src/wootility.rs#L34 (I don't have an 80HE to test with)

ShayBox commented 1 month ago

I'm hoping the major version increase is because of the redesign and not big changes that will cause this to break :sweat_smile:

DBasic commented 4 weeks ago

@ShayBox Hi! it's looks like you`re searching for these dirs:

wootility-lekker/Local Storage/leveldb wootility-lekker-beta/Local Storage/leveldb wootility-lekker-alpha/Local Storage/leveldb

but with 5.0.0-alpha.1 desktop app i have: wootility/Local Storage/leveldb

and maybe cause of that, it can't find my profiles (shows: -1)

using 2.4.0

ShayBox commented 4 weeks ago

I released a quick fix, try the latest build https://github.com/ShayBox/Wooting-Profile-Switcher/releases/tag/2.4.0

DBasic commented 4 weeks ago

@ShayBox unfortunately, doesn't work. judging by the configuration, it doesn't detect the keyboard, doesn't see profiles. before installing the new version, I uninstalled the old one, deleted all the remnants, and tried the portable version as well, tried running it as an administrator.

If I can be of any help, please let me know.

ShayBox commented 4 weeks ago

It looks like the only thing that changed was a single variable name from uuid to uid that caused a parsing error https://github.com/ShayBox/Wooting-Profile-Switcher/releases/tag/2.4.0

DBasic commented 4 weeks ago

@ShayBox now it works, thanks!