Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
build: Increment version number and write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Jul 16, 2023
1 parent d1c6bcd commit a3195ba
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
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
15 changes: 15 additions & 0 deletions CHANGELOG_LATEST.md
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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.19
# Mod Properties
mod_version=1.0.1
mod_version=1.1.0
maven_group=io.github.steveplays28
archives_base_name=biome-fog
supported_minecraft_version=1.19.3_or_higher
Expand Down

0 comments on commit a3195ba

Please sign in to comment.