Releases: cswendrowski/FoundryVTT-Custom-CSS
Releases · cswendrowski/FoundryVTT-Custom-CSS
Update for v11
Manifest changes for v11
Updated For Foundry v10
- Manifest changes for v10
v2.2.0 - User Styles
Added the ability for individual users to define their own styles in addition to the global styles defined by the GM.
v2.1.0
Made the CSS settings app resizable, and verified compatibility with Foundry Core 0.8.x
v2.0.5
Changes
- Moved CodeMirror to a dependency.
v2.0.4: Custom CSS v2!
Introducing v2 of Custom CSS, now maintained by zeel. This new version overhauls must of the functionality, CSS is now input in one large input field rather than one line at a time, old data will be migrated automatically.
This new editor also includes features like code highlighting, line numbers, and better code formatting support thanks to CodeMirror integration.
Changes:
- Removed "rules".
- Removed folders.
- Removed the requirement of one rule at a time.
- The editor stays open after clicking save so you can continue making changes after seeing their effect.
- Overhauled the way styles are applied to the page.
- Saving now applies all styles at once without the need to refresh ever.
- Applying new styles will also instantly apply them to all players.
- Added CodeMirror code editor.
- Added old rules migration.
- Over 9000% better looking.
Release 1.1.3
Update module.json
Release 1.1.2
Update module.json
Release 1.1.1
Fix migration issue
Release 1.1.0
Add the ability to organize rules