Skip to content

Commit

Permalink
cmake: publish 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamcake committed Oct 15, 2024
1 parent 6bc3180 commit 20ca71e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21) # Minimum CEF requirement, but building with the latest cmake is strongly recommended
project(Bolt VERSION 0.9 LANGUAGES C CXX)
project(Bolt VERSION 0.10 LANGUAGES C CXX)

if(NOT WIN32)
# name of application in metadata, defaulting to "BoltLauncher", but usually overridden to "com.adamcake.Bolt" by flatpak for example
Expand Down Expand Up @@ -65,6 +65,18 @@ if(NOT WIN32)
" </screenshot>"
"</screenshots>"
"<releases>"
" <release version=\"0.10.0\" date=\"2024-10-15\">"
" <url type=\"details\">https://github.com/Adamcake/Bolt/releases/tag/0.10.0</url>"
" <description>"
" <p>New features, new icon</p>"
" <ul>"
" <li>Added 'PSA' banner messages from the official launcher about game downtime - can be turned off in general settings</li>"
" <li>Added a setting to automatically close the launcher after successfully launching a game</li>"
" <li>Fixed a rate-limiting issue seen by some players when trying to launch RuneLite</li>"
" <li>Bolt's icon has been converted to a scalable SVG and given a bit more of a modern look - thanks to lazyscape on Discord</li>"
" </ul>"
" </description>"
" </release>"
" <release version=\"0.9.0\" date=\"2024-05-12\">"
" <url type=\"details\">https://github.com/Adamcake/Bolt/releases/tag/0.9.0</url>"
" <description>"
Expand Down

0 comments on commit 20ca71e

Please sign in to comment.