Skip to content

Commit f2fa5bc

Browse files
committed
V2024.9.2
1 parent 0dc97ba commit f2fa5bc

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 2024.9.2
4+
### Breaking Changes
5+
None
6+
### New APIs
7+
#### System
8+
- Added `Nickvision::System::Environment::hasVariable()`
9+
### Fixes
10+
#### System
11+
- Fixed an issue where Flatpak deployment mode was not correctly detected
12+
313
## 2024.9.1
414
### Breaking Changes
515
None

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endif()
2020
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
2121

2222
#libnick Definition
23-
project ("libnick" LANGUAGES C CXX VERSION 2024.9.1 DESCRIPTION "A cross-platform base for native Nickvision applications.")
23+
project ("libnick" LANGUAGES C CXX VERSION 2024.9.2 DESCRIPTION "A cross-platform base for native Nickvision applications.")
2424
include(CMakePackageConfigHelpers)
2525
include(GNUInstallDirs)
2626
include(CTest)

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "libnick"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = "2024.9.1"
51+
PROJECT_NUMBER = "2024.9.2"
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

manual/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66

77
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.
88

9-
## 2024.9.1
9+
## 2024.9.2
1010
### Breaking Changes
1111
None
1212
### New APIs
13-
None
13+
#### System
14+
- Added `Nickvision::System::Environment::hasVariable()`
1415
### Fixes
15-
### App
16-
- Fixed an issue where `DataFileBase` was incorrectly parsing JSON files
16+
#### System
17+
- Fixed an issue where Flatpak deployment mode was not correctly detected
1718

1819
## Dependencies
1920
The following are a list of dependencies used by libnick.

0 commit comments

Comments
 (0)