Skip to content

Releases: IRNAS/irnas-usersettings-lib

v1.8.0

24 Jun 09:41
Compare
Choose a tag to compare

Release notes

Added

  • Expand binary protocol with list and list_some commands.

v1.7.0

04 Apr 13:39
50bf019
Compare
Choose a tag to compare

Release notes

Added

  • The CONFIG_USER_SETTINGS_DEFAULT_OVERWRITE option. If set, default values can be overwritten.

v1.6.0

12 May 08:19
02b7847
Compare
Choose a tag to compare

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

11 Apr 12:03
b6bbf01
Compare
Choose a tag to compare

Release notes

Added

  • user_settings_any_changed function.

v1.4.0

05 Apr 15:12
59f80c8
Compare
Choose a tag to compare

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

16 Feb 13:32
72d9668
Compare
Choose a tag to compare

Release notes

Fixed

  • Zephyr include statements for NCS 2.2.

v1.3.3

16 Feb 13:28
9cf6a37
Compare
Choose a tag to compare

Release notes

Fixed

  • On-change callbacks not being called when restoring settings.

v1.3.2

01 Feb 14:24
9598f8d
Compare
Choose a tag to compare

Release notes

Added

  • Get default functions.
  • Restore single setting functions.

v1.3.1

30 Jan 07:58
f036d9f
Compare
Choose a tag to compare

Release notes

Changed

  • Increase internall buffer in USS.

v1.3.0

27 Jan 11:46
5d9be18
Compare
Choose a tag to compare

Release notes

Added

  • Binary encoding and protocol.
  • User Settings Bluetooth Service (USS).