Skip to content

Releases: viewerofall/woven

woven v2.2.2

09 Apr 00:01
194407a

Choose a tag to compare

Hotfix

  • Plugin settings: Fixed all plugin settings saving with an error. lua_str/lua_num are line-start parsers but plugin opts are inline — height and interval parsed as empty, producing invalid Lua that validate_lua_syntax blocked. Added opt_str/opt_num helpers that handle comma-separated single-line opts.
  • Date settings: Key mismatch — settings UI was reading/writing accent/text but the plugin uses accent_color/text_color. Fixed throughout.
  • Launcher settings: Changing the app now updates the icon (label always syncs to cmd on save).
  • nowplaying plugin: trunc() started i = 0 then called utf8.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

05 Apr 18:19
194407a

Choose a tag to compare

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

05 Apr 02:57
17322be

Choose a tag to compare

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

28 Mar 22:00
ccd376d

Choose a tag to compare

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

07 Mar 03:01
aa961ba

Choose a tag to compare

FIRST FULL RELEASE OF THIS HELL YEAHHHHHHHHHHHHHHH!!!!!!!!!!

First backup folder of this, not meant for general use yet.

01 Mar 21:30
ffd1391

Choose a tag to compare

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

02 Mar 01:33
ffd1391

Choose a tag to compare

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