You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual/README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,20 @@
6
6
7
7
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.
8
8
9
-
## 2025.3.6
9
+
## 2025.5.1
10
10
### Breaking Changes
11
-
None
11
+
#### System
12
+
- A Process' status can now be queued with `Process::getState()` which returns a `ProcessState` value
12
13
### New APIs
13
-
None
14
+
#### Localizationm
15
+
- Added `_f()` macro for creating strings with translated format strings
16
+
- Added `Gettext::getAvailableLanguages()` function
17
+
#### System
18
+
- Added `ProcessState` enum
19
+
- Added `Process::pause()` method
20
+
- Added `Process::resume()` method
14
21
### Fixes
15
-
- Library linking on Windows
22
+
None
16
23
17
24
## Dependencies
18
25
The following are a list of dependencies used by libnick.
0 commit comments