Releases: IRNAS/irnas-usersettings-lib
Releases · IRNAS/irnas-usersettings-lib
v1.8.0
v1.7.0
Release notes
Added
- The CONFIG_USER_SETTINGS_DEFAULT_OVERWRITE option. If set, default values can be overwritten.
v1.6.0
Release notes
Added
- user_settings_set_changed_with_key and user_settings_set_changed_with_id functions.
- always_mark_changed parameter to user_settings_set_from_json function.
- The "has_changed_recently" flag is now stored persistently.
- Shell commands to list only changed settings and to clear the changed flag.
v1.5.0
Release notes
Added
- user_settings_any_changed function.
v1.4.0
Release notes
Added
- Flag to indicate if a setting was recently changed.
- Functions to clear the changed recently flag.
- Functions for iterating over settings.
- Submodule for getting and setting user settings via JSON.
v1.3.4
Release notes
Fixed
- Zephyr include statements for NCS 2.2.
v1.3.3
Release notes
Fixed
- On-change callbacks not being called when restoring settings.
v1.3.2
Release notes
Added
- Get default functions.
- Restore single setting functions.
v1.3.1
Release notes
Changed
- Increase internall buffer in USS.
v1.3.0
Release notes
Added
- Binary encoding and protocol.
- User Settings Bluetooth Service (USS).