Skip to content

Commit 3184159

Browse files
updated version in docs
1 parent f303778 commit 3184159

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
- Patch CodeMirror to include CSS syntax highlighting
55
- Possible support for simple UI theming
66

7+
## [2.4.3](https://github.com/yorkshirelandscape/FoundryVTT-Custom-CSS/tree/2.4.3)<sup>[&Delta;](https://github.com/yorkshirelandscape/FoundryVTT-Custom-CSS/compare/2.4.2...2.4.3)</sup> &mdash;&mdash; *2025-08-06*
8+
- Small visual tweak I'd missed in the stylesheet editor.
79

810
## [2.4.2](https://github.com/yorkshirelandscape/FoundryVTT-Custom-CSS/tree/2.4.2)<sup>[&Delta;](https://github.com/yorkshirelandscape/FoundryVTT-Custom-CSS/compare/2.4.0...2.4.2)</sup> &mdash;&mdash; *2025-08-06*
911
- Using a clean version number now that things are working properly.

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Well, perhaps you've tried all those new-fangled deluxe content modules and deve
1717
- Patch CodeMirror to include CSS syntax highlighting
1818
- Possible support for simple UI theming
1919

20+
## [2.4.3](https://github.com/yorkshirelandscape/FoundryVTT-Custom-CSS/tree/2.4.3)<sup>[&Delta;](https://github.com/yorkshirelandscape/FoundryVTT-Custom-CSS/compare/2.4.2...2.4.3)</sup> &mdash;&mdash; *2025-08-06*
21+
- Small visual tweak I'd missed in the stylesheet editor.
22+
2023
## [2.4.2](https://github.com/yorkshirelandscape/FoundryVTT-Custom-CSS/tree/2.4.2)<sup>[&Delta;](https://github.com/yorkshirelandscape/FoundryVTT-Custom-CSS/compare/2.3.4...2.4.2)</sup> &mdash;&mdash; *2025-08-06*
2124

2225
- Updated to AppV2
@@ -27,9 +30,4 @@ Well, perhaps you've tried all those new-fangled deluxe content modules and deve
2730
## [2.3.4](https://github.com/yorkshirelandscape/FoundryVTT-Custom-CSS/tree/2.3.4)<sup>[&Delta;](https://github.com/yorkshirelandscape/FoundryVTT-Custom-CSS/compare/2.3.3...2.3.4)</sup> &mdash;&mdash; *2025-07-23* &mdash;&mdash; Final V12 Release
2831

2932
- Just some dev ops stuff. Nothing to write home about.
30-
- Also removed an unused localization string.
31-
32-
## [2.3.3](https://github.com/yorkshirelandscape/FoundryVTT-Custom-CSS/tree/2.3.3)<sup>[&Delta;](https://github.com/yorkshirelandscape/FoundryVTT-Custom-CSS/compare/2.3.2...2.3.3)</sup> &mdash;&mdash; *2025-07-23*
33-
34-
- Figured out what I was doing wrong with translation configuration
35-
- Added Japanese translation by @ryotai-trpg (#5)
33+
- Also removed an unused localization string.

module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "custom-css",
33
"title": "Custom CSS",
44
"description": "Add custom CSS to your world",
5-
"version": "2.4.2",
5+
"version": "2.4.3",
66
"compatibility": {
77
"minimum": 13,
88
"verified": 13,

0 commit comments

Comments
 (0)