Skip to content

Tags: Vladimir-csp/uwsm

Tags

v0.21.0

chore: bump version (minor)

v0.20.5

chore: bump version (patch)

v0.20.4

chore: bump version (patch)

v0.20.3

chore: bump version (patch)

v0.20.2

chore: bump version (patch)

v0.20.1

chore: bump version (patch)

v0.20.0

chore!: bump version (minor)

v0.20.0 finishes a set of breaking changes:
 - Various resources (config, environment, and runtime files) are consolidated
   into `uwsm` subdirs. Old paths no longer considered.
 - Automatic finalization mechanism: existing plugins will no longer prevent
   compositors from signaling unit readiness and putting vars in activation
   environments.

Props to @YaLTeR for pointing me into the right direction with autofinaization.

v0.19.1

chore: bump version (patch)

v0.19.0

chore!: bump version (minor), fixes #41

Breaking changes in v0.19.0:
 - Various resources (config, environment, and runtime files) are consolidated
   into `uwsm` subdirs. Warnings will be issued for encountered old paths, and
   v0.20.0 will drop them. Please migrate.
 - Automatic finalization mechanism. It removes the necessity to run
   `uwsm finalize` in compositors in some/lots of cases.
   v0.20.0 will remove related accomodations from plugins where possible.

v0.18.2

chore: bump version (patch)