0.25.26
07th November, 2025
Improved
- Some JWT notes have been added to the setting dialogue (#742).
Fixed
- No longer wrong values encoded into the QR code.
- We can acknowledge why the QR codes have not been generated.
- Probably too large a dataset to encode. When this happens, please consider using Setup-URI via text instead of QR code, or reduce the settings temporarily.
- As compatibility has been lost to previous QR codes, all devices must be upgraded. (However, please handle the QR code as ephemeral. This is not encrypted).
Refactored
- Some dependencies have been updated.
- Internal functions have been modularised into
octagonal-wheelspackages and are well tested.dataobject/Computedfor caching computed values.encodeAnyArray/decodeAnyArrayfor encoding and decoding any array-like data into compact strings (#729).
- Fixed importing from the parent project in library codes. (#729).