-
Release 7.5
StableAll checks were successfulMain / Check vala files (push) Successful in 9sMain / Test Build (push) Successful in 1m2sMain / Build Nightly RPM for altlinux (push) Successful in 2m21sAttach sources / Attach sources to release (release) Successful in 9sAttach sources / attach-sources (release) Successful in 0sreleased this
2026-05-17 14:47:39 +03:00 | 25 commits to main since this releaseHighlights
- INI support: New
Serialize.IniWorkerfor reading/writing INI files with full type conversion support - JSON worker:
Serialize.JsonWorkerreplaces deprecatedJsonerwith cleaner API andSerialize.Errordomain - PascalCase conversions: Added
camel2pascal,kebab2pascal,snake2pascal,pascal2*and bidirectional converters - Dictionary helpers:
DataObject.to_dict()/fill_from_dict()for easy GLib.Value mapping
API Changes
New
Serialize.IniWorker— INI serialization/deserializationSerialize.Convert.*pascal*()— PascalCase format conversionsCase.PASCAL— new case enum valueDataObject.to_dict()/fill_from_dict()— object <-> dict conversion
Deprecated
Serialize.Jsoner-> useSerialize.JsonWorkerSerialize.JsonError-> useSerialize.Error
Other
- ABI compatibility checks in CI (
.forgejo/check-abi) - DevHelp documentation generation (!22)
Downloads
- INI support: New