From f2fa5bc7777d282540771f073a55b5be26c3285c Mon Sep 17 00:00:00 2001 From: Nick Logozzo Date: Mon, 9 Sep 2024 08:15:15 -0400 Subject: [PATCH] V2024.9.2 --- CHANGELOG.md | 10 ++++++++++ CMakeLists.txt | 2 +- Doxyfile | 2 +- manual/README.md | 9 +++++---- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c49ff9..08fc18b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2024.9.2 +### Breaking Changes +None +### New APIs +#### System +- Added `Nickvision::System::Environment::hasVariable()` +### Fixes +#### System +- Fixed an issue where Flatpak deployment mode was not correctly detected + ## 2024.9.1 ### Breaking Changes None diff --git a/CMakeLists.txt b/CMakeLists.txt index c7d007c..1004d64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ endif() set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake") #libnick Definition -project ("libnick" LANGUAGES C CXX VERSION 2024.9.1 DESCRIPTION "A cross-platform base for native Nickvision applications.") +project ("libnick" LANGUAGES C CXX VERSION 2024.9.2 DESCRIPTION "A cross-platform base for native Nickvision applications.") include(CMakePackageConfigHelpers) include(GNUInstallDirs) include(CTest) diff --git a/Doxyfile b/Doxyfile index 67f5bf1..e7fa216 100644 --- a/Doxyfile +++ b/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = "libnick" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "2024.9.1" +PROJECT_NUMBER = "2024.9.2" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/manual/README.md b/manual/README.md index 15af9a6..7022e0c 100644 --- a/manual/README.md +++ b/manual/README.md @@ -6,14 +6,15 @@ libnick provides Nickvision apps with a common set of cross-platform APIs for managing system and desktop app functionality such as network management, taskbar icons, translations, app updates, and more. -## 2024.9.1 +## 2024.9.2 ### Breaking Changes None ### New APIs -None +#### System +- Added `Nickvision::System::Environment::hasVariable()` ### Fixes -### App -- Fixed an issue where `DataFileBase` was incorrectly parsing JSON files +#### System +- Fixed an issue where Flatpak deployment mode was not correctly detected ## Dependencies The following are a list of dependencies used by libnick.