From 16580a35830e67eb97f2042ddd1bca282a865dc1 Mon Sep 17 00:00:00 2001 From: ch3p4ll3 Date: Tue, 23 Jan 2024 16:02:38 +0100 Subject: [PATCH] add changelog [skip ci ] --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ docs/retype.yml | 4 ++-- 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4c9d05f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,36 @@ +# 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 + +### Added + +- Add multiple language support (`en`, `it`, `ru_UA`, `uk_UA`) +- Add proxy settings +- Add contribuiting section + +### Fixed + +- Fixed user is not authorized message + +## V2 - 21/12/2023 + +### Added + +- Export torrents +- Users permissions +- Toggle speed limit +- Edit settings from the bot +- Multiple torrent client support +- Check client connection +- Docs + +### Changed + +- New progress bar +- New menu +- new configuration file diff --git a/docs/retype.yml b/docs/retype.yml index 72ac7d1..eeb45f9 100644 --- a/docs/retype.yml +++ b/docs/retype.yml @@ -1,6 +1,6 @@ input: . output: .retype -url: # Add your website address here +url: https://ch3p4ll3.github.io/QBittorrentBot/ branding: title: QBittorrentBot label: Docs @@ -8,4 +8,4 @@ links: - text: Getting Started link: getting_started/ footer: - copyright: "© Copyright {{ year }}. All rights reserved." \ No newline at end of file + copyright: "© Copyright {{ year }}. All rights reserved."