From 54e7bb22caad686bc52ebfc5e909e345a159fd02 Mon Sep 17 00:00:00 2001 From: Juliette Cordor Date: Sun, 23 Feb 2025 19:50:00 +1100 Subject: [PATCH] updated changelog --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ src/main/resources/changelog.txt | 15 --------------- 2 files changed, 30 insertions(+), 15 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 src/main/resources/changelog.txt diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7c4e630 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# 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). + +## [Unreleased] + +### Changed + +- Improve environment parsing +- Update API version +- Update Maven shade plugin to v3.4.1 +- Update PlaceholderAPI to v2.11.2 + +### Fixed + +- Fix update checker always saying new update +- Fix colour not being white on the first part of the location string + +## [1.5.0] + +- Added options for colours for each individual dimension +- Updates location on join +- Massive improvements to performance + +## [1.4.1] + +- Added placeholders for support with other playerlist plugins diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt deleted file mode 100644 index 89fc559..0000000 --- a/src/main/resources/changelog.txt +++ /dev/null @@ -1,15 +0,0 @@ -1.5.1 Full Changelog: -[Chore] Improve environment parsing -[Fix] Update checker always saying new update -[Fix] Colour not being white on the first part of the location string -[Chore] Update API version -[Chore] Update Maven shade plugin to v3.4.1 -[Chore] Update PlaceholderAPI to v2.11.2 - -1.5.0 Full Changelog: -[New] Added options for colours for each individual dimension -[New] Updates location on join -[Performance] Massive improvements to performance - -1.4.1 Full Changelog: -[New] Added placeholders for support with other playerlist plugins \ No newline at end of file