Skip to content

Commit 730c0c9

Browse files
committed
V2025.6.3
1 parent 66fb27a commit 730c0c9

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

CHANGELOG.md

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

3+
## 2025.6.3
4+
### Breaking Changes
5+
None
6+
### New APIs
7+
None
8+
### Fixes
9+
- Fixed an issue with the cmake configuration file
10+
311
## 2025.6.2
412
### Breaking Changes
513
#### Database

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 2025.6.2 DESCRIPTION "A cross-platform base for native Nickvision applications.")
23+
project ("libnick" LANGUAGES C CXX VERSION 2025.6.3 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 = "2025.6.2"
51+
PROJECT_NUMBER = "2025.6.3"
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: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
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-
## 2025.6.2
9+
## 2025.6.3
1010
### Breaking Changes
11-
#### Database
12-
- sqlcipher is no longer provided for Linux and macOS builds. The system must provide it via it's package manager as it is not available via vcpkg
11+
None
1312
### New APIs
14-
#### Update
15-
- Added a `CurlFunctionParameter` parameter to `Updater::windowsUpdate`
16-
### Fixes
1713
None
14+
### Fixes
15+
- Fixed an issue with the cmake configuration file
1816

1917
## Dependencies
2018
The following are a list of dependencies used by libnick.

0 commit comments

Comments
 (0)