Skip to content

Commit 246c9fe

Browse files
committed
V2024.7.2
1 parent 6fe4c44 commit 246c9fe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2024.7.2 (next)
3+
## 2024.7.2
44
### Breaking Changes
55
None
66
### New APIs
@@ -13,12 +13,12 @@ None
1313
## 2024.7.1
1414
### Breaking Changes
1515
#### Helpers
16-
- The default value of `StringHelpers::join`'s `separateLast` parameter is now `false`
16+
- The default value of `Nickvision::Helpers::StringHelpers::join`'s `separateLast` parameter is now `false`
1717
### New APIs
1818
None
1919
### Fixes
2020
#### System
21-
- Fixed an issue where `SuspendInhibitor` did not work correctly on Linux systems
21+
- Fixed an issue where `Nickvision::System::SuspendInhibitor` did not work correctly on Linux systems
2222

2323
## 2024.7.0
2424
### Breaking Changes

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.7.1 DESCRIPTION "A cross-platform base for native Nickvision applications.")
23+
project ("libnick" LANGUAGES C CXX VERSION 2024.7.2 DESCRIPTION "A cross-platform base for native Nickvision applications.")
2424
include(CMakePackageConfigHelpers)
2525
include(GNUInstallDirs)
2626
include(CTest)

manual/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.7.2 (next)
9+
## 2024.7.2
1010
### Breaking Changes
1111
None
1212
### New APIs

0 commit comments

Comments
 (0)