Skip to content

Commit

Permalink
chore: Bump version to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glaumar committed Apr 29, 2024
1 parent eb4f681 commit e0d2a60
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

project(QRookie
VERSION 0.2.2
VERSION 0.2.3
DESCRIPTION "Download and install Quest games from ROOKIE Public Mirror (like VRP Rookie Sideloader but for linux)"
HOMEPAGE_URL https://github.com/glaumar/QRookie
LANGUAGES CXX)
Expand Down
23 changes: 23 additions & 0 deletions io.github.glaumar.QRookie.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,29 @@
</provides>
<content_rating type="oars-1.1" />
<releases>
<release date="2024-04-29" version="0.2.3">
<description>
<p>Changes in version 0.2.3</p>
<ul>
<li>fix(backend): Start installing and clearing cache before decompression is
complete</li>
<li>fix(backend): Clear the cache before re-downloading after decompression
fails</li>
<li>fix(UI): Automatically connect when the device IP is empty</li>
<li>feat(backend): Add support for granting permissions to oculus-wireless-adb</li>
<li>feat(UI): Make error messages more concise</li>
<li>feat(UI): Add uninstall icon</li>
<li>feat(UI): Add uninstall confirmation dialog</li>
<li>feat(UI): Automatically disable the wireless mode button when conditions are
not met</li>
<li>feat(UI): Autofocus filter filter field</li>
<li>feat(desktop): Update application icons</li>
<li>feat(desktop): Add zh-CN Name/Comment to desktop file</li>
<li>feat(desktop): Add categories, keywords, provides, branding color, zh-CN
summary/description to appstream</li>
</ul>
</description>
</release>
<release date="2024-04-17" version="0.2.2">
<description>
<p>Release description</p>
Expand Down

0 comments on commit e0d2a60

Please sign in to comment.