From 2e3ee2e32be1f96e02ce13b6386efaa3d899ff9e Mon Sep 17 00:00:00 2001 From: TheBossMagnus Date: Tue, 30 Jan 2024 19:02:27 +0100 Subject: [PATCH] Create Changelog.md --- Changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..549cd1c --- /dev/null +++ b/Changelog.md @@ -0,0 +1,16 @@ +# Changleog +All notable changes to this project will be documented in this file. Betas won't be included. +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.2.0](https://github.com/TheBossMagnus/ModpackChangelogger/releases/tag/0.2.0) - 2024-01-30 +### Added +* Adde the option to print changelog to console (just do -f console) +### Fixed +* Fixed a crash when running as a module +### Changed +* Improve reliability and performance of web requests +* Various refactorings and improvements + +## [0.1.0](https://github.com/TheBossMagnus/ModpackChangelogger/releases/tag/0.1.0) - 2023-12-24 +First Release