Skip to content

Commit c158b5e

Browse files
committed
chore: prepare v0.2.8 release and update Flatpak metainfo references
1 parent d67c144 commit c158b5e

2 files changed

Lines changed: 29 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7-
## Unreleased
7+
## [v0.2.8] - 2026-06-15
88

99
### Added
1010
- **Language**: Added Ukrainian language support. (Thanks to @maksam07!) PR #230

src-tauri/linux/flatpak.metainfo.xml

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,39 +64,59 @@
6464
<url type="vcs-browser">https://github.com/Zarestia-Dev/rclone-manager</url>
6565
<screenshots>
6666
<screenshot type="default">
67-
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.2/assets/desktop-ui.png</image>
67+
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.8/assets/desktop-ui.png</image>
6868
<caption>Dashboard with connected cloud remotes</caption>
6969
</screenshot>
7070
<screenshot>
71-
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.2/assets/general-home.png</image>
71+
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.8/assets/general-home.png</image>
7272
<caption>Overview of connected cloud services</caption>
7373
</screenshot>
7474
<screenshot>
75-
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.2/assets/general-remote.png</image>
75+
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.8/assets/general-remote.png</image>
7676
<caption>Add and configure cloud storage providers</caption>
7777
</screenshot>
7878
<screenshot>
79-
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.2/assets/serve-control.png</image>
79+
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.8/assets/serve-control.png</image>
8080
<caption>Serve storage over HTTP or WebDAV</caption>
8181
</screenshot>
8282
<screenshot>
83-
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.2/assets/job-watcher.png</image>
83+
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.8/assets/job-watcher.png</image>
8484
<caption>Monitor active and scheduled operations</caption>
8585
</screenshot>
8686
<screenshot>
87-
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.2/assets/mount-control.png</image>
87+
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.8/assets/mount-control.png</image>
8888
<caption>Mount cloud storage as a local drive</caption>
8989
</screenshot>
9090
<screenshot>
91-
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.2/assets/nautilus.png</image>
91+
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.8/assets/nautilus.png</image>
9292
<caption>Browse and manage remote files</caption>
9393
</screenshot>
9494
<screenshot>
95-
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.2/assets/file-viewer.png</image>
95+
<image>https://raw.githubusercontent.com/Zarestia-Dev/rclone-manager/refs/tags/v0.2.8/assets/file-viewer.png</image>
9696
<caption>Preview images, PDFs, and text files</caption>
9797
</screenshot>
9898
</screenshots>
9999
<releases>
100+
<release version="0.2.8" date="2026-06-15">
101+
<description>
102+
<p>Added</p>
103+
<ul>
104+
<li>Added Ukrainian language support.</li>
105+
<li>Added a multi-OS GitHub Actions workflow (`ci.yml`) to automatically validate lints, formatting, and compilation checks across Linux, Windows, and macOS on push and pull request triggers. Rust code validating all linux, windows and macos platforms, frontend code validating is only linux platform.</li>
106+
<li>Added PowerShell 7+ (pwsh) support for mount plugin installer. If pwsh is not available on Windows, default to Windows PowerShell (powershell.exe).</li>
107+
</ul>
108+
<p>Changed</p>
109+
<ul>
110+
<li>Gate the application and Rclone update system behind "updater" feature.</li>
111+
</ul>
112+
<p>Fixed</p>
113+
<ul>
114+
<li>Detached dialog and other dialog fixes.</li>
115+
<li>Fixed restart problem after apply update the application</li>
116+
<li>Fixed silent update crash for windows.</li>
117+
</ul>
118+
</description>
119+
</release>
100120
<release version="0.2.7" date="2026-06-13">
101121
<description>
102122
<p>Added</p>

0 commit comments

Comments
 (0)