From 132892cdae8a886d0f622dc45acfad080e6710ca Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 6 Aug 2025 21:39:28 +0100 Subject: [PATCH] cmake: publish 0.19 --- CMakeLists.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78c4c4d..bb40f86 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.18 LANGUAGES C CXX) +project(Bolt VERSION 0.19 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,19 @@ if(NOT WIN32) " " "" "" + " " + " https://github.com/Adamcake/Bolt/releases/tag/0.19.0" + " " + "

Fix for compatibility with glibc >=2.42

" + "

This release also adds some new plugin library features:

" + "
    " + "
  • Added onrenderbillboard events - this allows plugins to see certain 3D objects which they previously couldn't
  • " + "
  • Added onrendergameview events - plugins can now draw directly to the game view once per frame and can sample the 3D depth buffer
  • " + "
  • Added cameraposition function to all events where the camera position can be queried
  • " + "
  • Fixed a bug where 3D events would occasionally stop being fired after doing certain things, like resizing the game window
  • " + "
" + "
" + "
" " " " https://github.com/Adamcake/Bolt/releases/tag/0.18.0" " "