Skip to content

Commit

Permalink
Update licenser, .gitignore, and CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Dec 10, 2024
1 parent 5b985ea commit 8793e92
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# LambdAurora's ignore file
#
# v0.23
# v0.24

# JetBrains
.idea/
Expand Down Expand Up @@ -50,6 +50,8 @@ logs/
# Languages
## Java
classes/
## Kotlin
.kotlin/
## Python
__pycache__/
venv/
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,11 @@
- Updated Italian translations ([#255](https://github.com/LambdAurora/LambDynamicLights/pull/255)).
- Updated [SpruceUI].

### 4.0.1

- Added Malay and Malay (Jawi) translations ([#256](https://github.com/LambdAurora/LambDynamicLights/pull/256)).
- Fixed Upside-down English translations ([#257](https://github.com/LambdAurora/LambDynamicLights/pull/257)).

[SpruceUI]: https://github.com/LambdAurora/SpruceUI "SpruceUI page"
[pridelib]: https://github.com/Queerbric/pridelib "Pridelib page"
[Sodium]: https://modrinth.com/mod/sodium "Sodium Modrinth page"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ accessories = "1.2.1-beta.2+1.21.2"
nightconfig = "3.8.1"

# Gradle
gradle-licenser = "2.0.+"
gradle-licenser = "2.1.+"
gradle-loom = "1.9.+"
mappingio = "0.6.1"
gson = "2.11.0"
Expand Down

0 comments on commit 8793e92

Please sign in to comment.