Releases: viewerofall/woven
woven v2.2.2
Hotfix
- Plugin settings: Fixed all plugin settings saving with an error.
lua_str/lua_numare line-start parsers but plugin opts are inline —heightandintervalparsed as empty, producing invalid Lua thatvalidate_lua_syntaxblocked. Addedopt_str/opt_numhelpers that handle comma-separated single-line opts. - Date settings: Key mismatch — settings UI was reading/writing
accent/textbut the plugin usesaccent_color/text_color. Fixed throughout. - Launcher settings: Changing the app now updates the icon (label always syncs to cmd on save).
- nowplaying plugin:
trunc()startedi = 0then calledutf8.offset(s, 2, 0)— Lua positions are 1-indexed so 0 is out of range and raises a hard error (not nil). This crashed the render function silently on any song with an artist/title longer than 5 chars. Fixed:i = 1.
woven v2.2.1
hotfix: woven-ctrl now validates Lua syntax before writing config and restarting daemon — broken Lua shows an error in the status bar instead of killing woven
woven v2.2
Full v2 release — plugin system, control panel, theme engine, AI workspace namer, 12 plugins, 5 color themes, self-update, first-time setup wizard.
v2-alpha
Woven v2 alpha release. Includes multi-monitor support, persistent bar/control center, Hyprland/Niri/Sway/River compositor backends, keyboard navigation, and Lua configuration.
FIRST RELEASE
FIRST FULL RELEASE OF THIS HELL YEAHHHHHHHHHHHHHHH!!!!!!!!!!
First backup folder of this, not meant for general use yet.
First release
Basic compressed file of the folder of it, nothing much more besides the fact it works. On your own if you want to try and use it and update it
Foundation
This is the main file for everything that is currently happening, this file is due to change and will probably get undermined by the newest one soon