2019-07-20 11:39:26 +02:00
|
|
|
## Descriptive changelog
|
|
|
|
(All dates are DD.MM.YYYY)
|
|
|
|
|
2024-04-06 23:21:08 +02:00
|
|
|
#### 0.9.2-SNAPSHOT - current development snapshot
|
|
|
|
|
|
|
|
#### 0.9.1 - 6.4.2024
|
2024-04-06 18:56:26 +02:00
|
|
|
- Fix #42, return values from libsodium calls are now checked
|
2024-04-06 20:43:46 +02:00
|
|
|
- Bump kotlin to 1.9.23
|
2024-04-06 23:21:08 +02:00
|
|
|
- Update to latest stable libsodium
|
2024-04-06 20:43:46 +02:00
|
|
|
- Update latest MSVC library
|
2023-09-23 11:54:02 +02:00
|
|
|
|
2023-09-23 16:06:11 +02:00
|
|
|
#### 0.9.0 - 23.9.2023
|
2023-09-23 11:54:02 +02:00
|
|
|
- Breaking changes:
|
|
|
|
- PasswordHash.str now returns String
|
|
|
|
- PasswordHash.strNeedsRehash and PasswordHash.strVerify now take String type for `passwordHash` parameter
|
|
|
|
|
|
|
|
- Update to latest stable build of libsodium
|
|
|
|
- Update to kotlin 1.9.10
|
|
|
|
- Targets deprecated by kotlin 1.9.10 and therefore removed from this library:
|
|
|
|
- iosArm32
|
|
|
|
- watchosX86
|
|
|
|
- wasm32
|
|
|
|
- mingwX86
|
|
|
|
- linuxArm32Hfp
|
|
|
|
|
|
|
|
#### 0.8.9-SNAPSHOT - 26.3.2023
|
2023-03-26 20:40:11 +02:00
|
|
|
- Update to latest stable build of libsodium
|
|
|
|
- Update to kotlin 1.8.10
|
2022-10-09 11:33:36 +02:00
|
|
|
|
2023-09-23 11:54:02 +02:00
|
|
|
|
2022-10-09 11:33:36 +02:00
|
|
|
#### 0.8.8 - 9.10.2022
|
|
|
|
- Fix for missing mingw target in published library modules.xml (#29)
|
2022-09-10 09:51:29 +02:00
|
|
|
|
|
|
|
#### 0.8.7 - 10.9.2022
|
|
|
|
- Bump to kotlin 1.7.10
|
|
|
|
- Update libsodium to latest stable version
|
|
|
|
- Fix for #26 - problems running in test environment on JVM
|
|
|
|
#### 0.8.6 - 19.3.2022
|
2022-05-19 16:52:27 +02:00
|
|
|
- Bump to 1.6.21
|
|
|
|
- Enable initialization on 32bit Android devices
|
|
|
|
- Fix for #23 JS libsodium won't initalize
|
2022-03-25 16:15:20 +01:00
|
|
|
- API change chacha20IetfXorIc now takes UInt initial counter parameter
|
2022-03-05 19:29:59 +01:00
|
|
|
|
|
|
|
#### 0.8.5 - 5.3.2022
|
|
|
|
- Libsodium updated to 7d67f1909bfa6e12254 (2022)
|
2021-07-27 11:46:39 +02:00
|
|
|
- Fix array out of bounds on native when trying to get a pointer to empty array. Return null instead.
|
2022-03-05 19:29:59 +01:00
|
|
|
- Fixed #20 - calling `crypto_sign_ed25519_sk_to_curve25519` instead of `crypto_sign_ed25519_pk_to_curve25519` in jvm and native implementations
|
|
|
|
- Bump to kotlin 1.6.10
|
2021-07-19 23:18:33 +02:00
|
|
|
|
|
|
|
#### 0.8.4 - 19.7.2021
|
2021-07-19 21:20:00 +02:00
|
|
|
- Bump to kotlin 1.5.21
|
|
|
|
- Libsodium.js bump to 0.7.9
|
2021-07-19 23:18:33 +02:00
|
|
|
- Removed bintray/jcenter repositories
|
2021-05-28 10:51:07 +02:00
|
|
|
|
|
|
|
#### 0.8.3 - 28.5.2021
|
|
|
|
- Built with kotlin 1.5.10
|
2021-05-28 15:15:08 +02:00
|
|
|
- Fixed loading but not initializing libsodium on jvm
|
2021-04-30 23:17:58 +02:00
|
|
|
- Changed subkey id to UInt from Int, limited by JS api
|
|
|
|
- Updated libsodium to latest master 710b2d3963347017ba (potentially will be switched to stable branch)
|
2020-08-08 22:22:38 +02:00
|
|
|
|
2021-04-30 23:17:58 +02:00
|
|
|
#### 0.8.2 - Split from crypto repository and initial release
|
2019-07-20 11:39:26 +02:00
|
|
|
|