diff --git a/CMakeLists.txt b/CMakeLists.txt index 97410e1..e083256 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.13 LANGUAGES C CXX) +project(Bolt VERSION 0.14 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,17 @@ if(NOT WIN32) " " "" "" + " " + " https://github.com/Adamcake/Bolt/releases/tag/0.12.0" + " " + "

Engine update (again)

" + "
    " + "
  • The engine update released four days ago, which was the subject of version 0.13, has been completely reverted. Bolt has been reverted to match. This change will be re-applied when the new engine version is re-released.
  • " + "
  • Also fixed a plugin loader crash seen by some AUR users.
  • " + "
  • The almost-daily updates recently have been due to an unfortunate set of circumstances - the plugin loader has been stable for over a year up until the 2025-03-03 engine changes, so it's simply unfortunate timing. HOPEFULLY this will be the last such update to Bolt.
  • " + "
" + "
" + "
" " " " https://github.com/Adamcake/Bolt/releases/tag/0.12.0" " "