From 8fc5056d39dbc1642b4d5ed5454e6543bc6cdf05 Mon Sep 17 00:00:00 2001 From: MaikelChan Date: Sun, 13 Aug 2023 04:41:00 +0200 Subject: [PATCH] Added changelog. --- CHANGELOG.md | 12 ++++++++++++ README.md | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..859408d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# 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). + +## [1.0.1] - 2023-08-13 +### Fixed +- Fixed some progress checkboxes not being interactable. + +## [1.0.0] - 2023-08-12 +- Initial release. \ No newline at end of file diff --git a/README.md b/README.md index be596f8..1eede7b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ The program runs on Windows and Linux and requires a GPU compatible with OpenGL - It can edit pretty much everything, except probably some still unknown stuff. - It can copy and delete save slots. +## Changelog + +You can check the changelog [here](https://github.com/MaikelChan/BKSaveEditor/blob/main/CHANGELOG.md). + ## Screenshots ![](00.png)