From d8efb0c2cde55196d16b32b75897025ed573ee71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 4 Aug 2024 19:27:41 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.1=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 47 +++++++++++++++++++++++++++++++++++++++ resources/js/package.json | 2 +- version.php | 2 +- 4 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.cz.toml b/.cz.toml index e1fbc6e..940804c 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.0.1" +version = "0.1.0" version_files = [ "version.php:VERSION", "resources/js/package.json:version" diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b9a58bd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,47 @@ +## 0.1.0 (2024-08-04) + +### Feat + +- Add version number to layout +- Add links to Minecraft Wiki on results page +- Add disclaimer to footer +- Add contact section to about page +- Add privacy notice page +- Add New Pairing button +- Add audit log +- A bit of styling for links + add thanks block for web design +- Add about page +- Add page indicator to navbar +- First draft of navbar + changes to sizing +- Add sorting options for results table +- A bit of styling for results table +- Add trend graphs to result page +- Basic results page +- Add history caching +- Use minecraft font +- Change loading animation +- Add no-js fallback +- AJAX loading with loading animation +- Add htmx dependency +- Add CSRF protection +- Add voting logic +- Redo of rating view +- Basics for more advanced pairing +- Add session to match view +- Add custom user agent for API requests +- Add commitizen and version file +- First draft of layout +- Show random mobs in UI +- Basic migration system + initial migration +- Add new mobs to database +- Add image download logic + +### Fix + +- direction indicators were the wrong way round +- Left side stopped working during previous fix +- expectation calculation was wrong +- winner column was read 1-indexed but written 0-indexed +- img-preload doesn't support data prefix + running cursor fix on load doesn't work +- Use standard html attributes +- Loading animation issues diff --git a/resources/js/package.json b/resources/js/package.json index 0bdc0d1..a3bb3ae 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -1,6 +1,6 @@ { "name": "mobmash", - "version": "0.0.1", + "version": "0.1.0", "description": "", "main": "index.js", "scripts": { diff --git a/version.php b/version.php index 35d5ff2..d2a6639 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@