Skip to content

Releases: cswendrowski/FoundryVTT-Custom-CSS

Update for v11

24 Jul 02:05
Compare
Choose a tag to compare

Manifest changes for v11

Updated For Foundry v10

09 Sep 01:23
Compare
Choose a tag to compare
  • Manifest changes for v10

v2.2.0 - User Styles

17 Mar 17:06
Compare
Choose a tag to compare

Added the ability for individual users to define their own styles in addition to the global styles defined by the GM.

v2.1.0

26 May 15:12
Compare
Choose a tag to compare

Made the CSS settings app resizable, and verified compatibility with Foundry Core 0.8.x

v2.0.5

07 Jan 06:38
Compare
Choose a tag to compare

Changes

  • Moved CodeMirror to a dependency.

v2.0.4: Custom CSS v2!

19 Dec 05:59
Compare
Choose a tag to compare

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

25 Oct 16:21
d751a95
Compare
Choose a tag to compare
Update module.json

Release 1.1.2

09 Aug 16:09
c84c236
Compare
Choose a tag to compare
Update module.json

Release 1.1.1

08 Jul 04:16
Compare
Choose a tag to compare
Fix migration issue

Release 1.1.0

08 Jul 03:48
Compare
Choose a tag to compare
Add the ability to organize rules