diff --git a/CMakeLists.txt b/CMakeLists.txt index 12ec7e3..c134892 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 @@ -65,6 +65,18 @@ if(NOT WIN32) " " "" "" + " " + " https://github.com/Adamcake/Bolt/releases/tag/0.10.0" + " " + "

New features, new icon

" + "
    " + "
  • Added 'PSA' banner messages from the official launcher about game downtime - can be turned off in general settings
  • " + "
  • Added a setting to automatically close the launcher after successfully launching a game
  • " + "
  • Fixed a rate-limiting issue seen by some players when trying to launch RuneLite
  • " + "
  • Bolt's icon has been converted to a scalable SVG and given a bit more of a modern look - thanks to lazyscape on Discord
  • " + "
" + "
" + "
" " " " https://github.com/Adamcake/Bolt/releases/tag/0.9.0" " "