This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Increment version number and write changelog
- Loading branch information
1 parent
d1c6bcd
commit a3195ba
Showing
3 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## `v1.1.0` - 16/07/2023 | ||
|
||
### Added | ||
|
||
- World blacklisting | ||
- Via commands `/biomefog worldblacklist add` and `/biomefog worldblacklist remove` | ||
- Saved to `config/biome_fog/biome_fog_blacklisted_worlds.json` | ||
|
||
### Changed | ||
|
||
- Moved configuration files into the `config/biome_fog/` directory | ||
|
||
### Fixed | ||
|
||
- Lava fog taking biome fog color instead of normal red color | ||
- Water fog not behaving in the same way as vanilla, with the fog start being close and gradually moving further away | ||
after entering the water |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
### Added | ||
|
||
- World blacklisting | ||
- Via commands `/biomefog worldblacklist add` and `/biomefog worldblacklist remove` | ||
- Saved to `config/biome_fog/biome_fog_blacklisted_worlds.json` | ||
|
||
### Changed | ||
|
||
- Moved configuration files into the `config/biome_fog/` directory | ||
|
||
### Fixed | ||
|
||
- Lava fog taking biome fog color instead of normal red color | ||
- Water fog not behaving in the same way as vanilla, with the fog start being close and gradually moving further away | ||
after entering the water |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters