diff --git a/CMakeLists.txt b/CMakeLists.txt index 9073e40..78c4c4d 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.17 LANGUAGES C CXX) +project(Bolt VERSION 0.18 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 @@ -53,7 +53,7 @@ if(NOT WIN32) "Bolt Launcher" "Adamcake" "Third-party ${BOLT_PROGRAM_NAME}" - "

Bolt is a free, open-source, third-party implementation of the ${BOLT_PROGRAM_NAME} for ${BOLT_GAME_NAME}.

" + "

Bolt is third-party port of the ${BOLT_PROGRAM_NAME} for ${BOLT_GAME_NAME}.

" "" " " " https://raw.githubusercontent.com/adamcake/Bolt/master/screenshot/dark.png" @@ -65,8 +65,32 @@ if(NOT WIN32) " " "" "" + " " + " https://github.com/Adamcake/Bolt/releases/tag/0.18.0" + " " + "

Engine update and various improvements

" + "

Plugin library:

" + "
    " + "
  • Added functions swapbuffers:readpixels and swapbuffers:copytosurface - see docs for more info
  • " + "
  • createsurfacefrompng failure is now non-fatal, returning null if the image doesn't exist
  • " + "
  • Fixed return type of scroll_direction (documented as boolean, but was returning an integer)
  • " + "
  • Fixed alpha channels of surface:drawtosurface not behaving as expected
  • " + "
  • Fixed plugin overlay being drawn above plugin windows and embedded browsers
  • " + "
  • Fixed a minor issue with SDL-level hook signatures which might have caused a crash (but didn't actually seem to)
  • " + "
" + "

Launcher:

" + "
    " + "
  • Fixed launcher crash if custom launch command was invalid (i.e. exec() failure)
  • " + "
  • PSAs (those official blue messages that appear above the 'play' button) will now never be cached, as the cached message was often being used incorrectly
  • " + "
  • Added SDL_VIDEODRIVER=x11 to the environment when launching RS3, as this is necessary to prevent it from crashing when using KDE 6.4 or newer, see issue #137
  • " + "
  • Made startup much faster for people logged into more than one account
  • " + "
  • Added a setting to disable automatically discarding invalid login sessions, see issue #118
  • " + "
  • Added tooltips to general settings menu
  • " + "
" + "
" + "
" " " - " https://github.com/Adamcake/Bolt/releases/tag/0.16.0" + " https://github.com/Adamcake/Bolt/releases/tag/0.17.0" " " "

Engine update

" "
    "