Skip to content

Latest commit

 

History

History
80 lines (55 loc) · 5.64 KB

File metadata and controls

80 lines (55 loc) · 5.64 KB

Custom CSS Changelog

Roadmap

  • Patch CodeMirror to include CSS syntax highlighting
  • Possible support for simple UI theming

2.4.3Δ —— 2025-08-06

  • Small visual tweak I'd missed in the stylesheet editor.

2.4.2Δ —— 2025-08-06

  • Using a clean version number now that things are working properly.

2.4.1 SKIPPED

2.4.0Δ —— 2025-08-06

  • Updated to AppV2
  • Removed some ancient unusable migration code
  • Some refactoring here and there

2.3.4Δ —— 2025-07-23 —— Final V12 Release

  • Just some dev ops stuff. Nothing to write home about.
  • Also removed an unused localization string.

2.3.3Δ —— 2025-07-23

  • Figured out what I was doing wrong with translation configuration
  • Added Japanese translation by @ryotai-trpg (#5)

2.3.2Δ —— Not Released

  • Added Brazilian Portuguese translation by @Kharmans (#2)
  • Added support for stylesheet string localization

2.3.1Δ —— 2024-09-01

Now under new management! Many thanks to everyone who got the module this far. I'm going to focus for now on just trying to keep the lights on. — volfied

2.3.0Δ —— Not Released

  • Added a handle in the GM view to adjust the relative sizes of the two panes

2.2.2Δ —— 2023-07-23

  • Update for Foundry V11

2.2.1Δ —— 2022-09-08

  • Update for Foundry V10

2.2.0Δ —— 2022-03-17

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

2.1.0Δ —— 2021-05-26

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

2.0.5Δ —— 2021-01-07

  • Moved CodeMirror to a dependency

2.0.4Δ —— 2020-12-19

  • 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.

1.1.3Δ —— 2020-10-25

  • Update module.json

1.1.2Δ —— 2020-08-09

  • Update module.json

1.1.1Δ —— 2020-07-08

  • Fix migration issue

1.1.0Δ —— 2020-07-07

  • Added the ability to organize Rules. This is not folder functionality!