Skip to content

Commit

Permalink
fix: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Nov 8, 2024
1 parent 806327c commit 05c0f92
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,56 @@ 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).

[2100.1.0]
## 2101.1.1

### Added
* We now load a supplementary `config/ftbranks-pack.snbt` file alongside the default file
* Intended to augment existing ranks from ranks.snbt with pack-specific settings, to be created by modpack makers, and independent from the server admin settings.

## 2100.1.0

### Changed
* Ported to Minecraft 1.21. Support for Fabric and NeoForge.
* Forge support may be re-added if/when Architectury adds support for Forge

[2006.1.0]
## 2006.1.0

### Changed
* Ported to Minecraft 1.20.6. Support for Fabric and NeoForge.
* Forge support may be re-added if/when Architectury adds support for Forge

[2004.2.0]
## 2004.2.0

### Changed
* Ported to MC 1.20.4: Forge, NeoForge and Fabric all supported

[1902.1.16]
## 1902.1.16

### Fixed
* Correctly report errors and stop when a syntax error in ranks.snbt or players.snbt prevents the file from loading
* Don't tell the player it loaded OK then wipe the current runtime config...

[1902.1.15]
## 1902.1.15

### Added
* Added `/ftbranks node list <rank>` command to view the permissions nodes that are added to a given rank
* Some backend code improvements for Fabric, related to player display name processing
* Now using a custom Fabric event in FTB Library for better inter-mod compatibility with upcoming Fabric version of FTB Essentials

[1902.1.14]
## 1902.1.14

### Fixed
* Backed out dynamic tab-completion functionality and use simple server-side suggestions instead
* FTB Ranks is a server-only mod again and no longer needs to be installed on the client since that's unnecessarily disruptive

[1902.1.13]
## 1902.1.13

### Fixed
* Made rank-based chat text colouring (using `ftbranks.chat_text.*` nodes in `ranks.snbt`) work correctly on Forge and Fabric
* FTB Ranks is no longer incorrectly marked as a server-only mod
* As of the previous release, it is also required on the client (to support Tab-completion for ranks in commands)

[1902.1.12]
## 1902.1.12

### Added
* Events are now fired for other mods to consume when various things happen:
Expand Down

0 comments on commit 05c0f92

Please sign in to comment.