From 95525262726c7e73d7578f476fbb41a9924b1085 Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Sat, 12 Aug 2023 20:39:56 +0100 Subject: [PATCH] Update Changelog for v2.0.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f85a93b..f5e1be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [2.0.0] - 2023-08-12 + +### Added + +- Added a fully featured Windows GUI built using Qt for Python. The Installer and Portable EXEs are built using + PyInstaller and Inno Setup. + ## [1.4.0] - 2023-08-12 ### Added @@ -181,6 +188,7 @@ Initial release (as a Python script). Initial release (as CMD script). +[2.0.0]: https://github.com/rlaphoenix/nton/releases/tag/v2.0.0 [1.4.0]: https://github.com/rlaphoenix/nton/releases/tag/v1.4.0 [1.3.0]: https://github.com/rlaphoenix/nton/releases/tag/v1.3.0 [1.2.3]: https://github.com/rlaphoenix/nton/releases/tag/v1.2.3