Skip to content

Commit

Permalink
chore: Increment version number to 1.8.1 and write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Aug 17, 2023
1 parent 4240113 commit 92557af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Players get kicked out of bed slightly earlier than they should
- Amount of players needed to sleep message shows 0/X instead of the actual (non-zero) value
- After sleeping, the next weather change will always be a thunderstorm

## `1.8.1` - 17/08/2023

### Fixed

- A crash on startup due to the `ServerPlayerEntity` mixin
13 changes: 1 addition & 12 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
### Added

- More configurability (by [RickyTheRacc](https://github.com/RickyTheRacc) in [#31](https://github.com/Steveplays28/realisticsleep/pull/31))
- `sendDawnMessage`: makes it more obvious that the dawn message can be disabled
- `showTimeUntilDawn`: allows disabling the time until dawn in the sleep message, to allow for greater vanilla parity
- Russian translation (by [1-nkl](https://github.com/1-nkl) in [#36](https://github.com/Steveplays28/realisticsleep/pull/36))
- Compatibility with Comforts' Hammocks
- Daytime and nighttime is differentiated between in the HUD messages

### Fixed

- Players get kicked out of bed slightly earlier than they should
- Amount of players needed to sleep message shows 0/X instead of the actual (non-zero) value
- After sleeping, the next weather change will always be a thunderstorm
- A crash on startup due to the `ServerPlayerEntity` mixin
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.19.2+build.28
loader_version=0.14.10

# Mod Properties
mod_version=1.8.0
mod_version=1.8.1
maven_group=com.github.steveplays28
archives_base_name=realisticsleep
supported_minecraft_version=1.18.x-1.19.x
Expand Down

0 comments on commit 92557af

Please sign in to comment.