Skip to content

Commit

Permalink
Changelog/version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hashalite committed Apr 24, 2024
1 parent f99f5c5 commit fb252c2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and Freecam's versioning is based on [Semantic Versioning](https://semver.org/sp

### Added

### Changed

### Removed

### Fixed

## [1.2.4] - 2024-04-23

### Added

- 1.20.5 support ([#200](https://github.com/MinecraftFreecam/Freecam/pull/200)).
- Added a way to configure key bindings from Freecam's config menu ([#143](https://github.com/MinecraftFreecam/Freecam/pull/143)).
- Added an optional server whitelist/blacklist ([#146](https://github.com/MinecraftFreecam/Freecam/pull/146)).
Expand All @@ -19,10 +29,6 @@ and Freecam's versioning is based on [Semantic Versioning](https://semver.org/sp
- Movement speed options now use sliders instead of text fields ([#190](https://github.com/MinecraftFreecam/Freecam/pull/190)).
- Redundant collision options are now dynamically hidden ([#121](https://github.com/MinecraftFreecam/Freecam/pull/121)).

### Removed

### Fixed

## [1.2.3] - 2024-02-04

### Added
Expand Down Expand Up @@ -522,7 +528,8 @@ and Freecam's versioning is based on [Semantic Versioning](https://semver.org/sp
- Minecraft 1.18 support.
- Minecraft 1.17 support.

[Unreleased]: https://github.com/MinecraftFreecam/Freecam/compare/v1.2.3...HEAD
[Unreleased]: https://github.com/MinecraftFreecam/Freecam/compare/v1.2.4...HEAD
[1.2.4]: https://github.com/MinecraftFreecam/Freecam/compare/v1.2.3...v1.2.4
[1.2.3]: https://github.com/MinecraftFreecam/Freecam/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/MinecraftFreecam/Freecam/compare/v1.2.1.1...v1.2.2
[1.2.1]: https://github.com/MinecraftFreecam/Freecam/compare/v1.2.0...v1.2.1
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx4G

mod_version=1.2.3
mod_version=1.2.4
maven_group=net.xolt.freecam
authors=hashalite,Matt Sturgeon
description=A highly customizable freecam mod.
Expand Down Expand Up @@ -47,4 +47,4 @@ neoforge_supported_mc_versions=
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu
# https://mvnrepository.com/artifact/me.shedaniel.cloth/cloth-config?repo=architectury
modmenu_version=10.0.0-alpha.3
cloth_version=14.0.125
cloth_version=14.0.125

0 comments on commit fb252c2

Please sign in to comment.