chore(release): prepare 1.1.2 and guard release tags

This commit is contained in:
NimBold
2026-07-21 20:13:21 +03:30
parent 886388d5f2
commit 81381a5a93
11 changed files with 140 additions and 10 deletions
+17
View File
@@ -5,6 +5,23 @@ All notable changes to Firelink will be documented in this file.
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).
## [1.1.2] - 2026-07-21
This patch release hardens download lifecycle handling, localization, and packaged release checks.
### New
- Add localized desktop UI coverage for Persian, Hebrew, Russian, Ukrainian, and Simplified Chinese.
- Add optional batch folders and safer reuse of unfinished downloads with matching filenames.
### Improved
- Make pause, resume, remove, redownload, queue, scheduler, and settings actions safer when operations overlap.
- Improve first-open navigation, RTL layout, browser-cookie recovery, and download metadata handling.
- Strengthen packaged engine, Windows portable, Linux package, and release-asset verification.
### Fixed
- Prevent stale or duplicate lifecycle work from deleting or resurrecting the wrong download.
- Keep missed completion events, localized state, and browser handoffs from leaving misleading UI state.
## [1.1.1] - 2026-07-17
This patch release focuses on transfer reliability, browser captures, and easier download control.