Skip to content

Releases: ATProtoKit/ATCryptography

v0.1.8

17 May 14:26
Compare
Choose a tag to compare

Version 0.1.8 includes the following changes:

  • Removed deprecations in favour of warnings in the documentation.
    • The deprecations were causing more issues than what it’s worth. Given that no one will use these methods directly, it’s better to document the fact that the methods should only be used for iOS 15 and earlier, as well as tvOS 15 and earlier.

Once again, thank you for your support. Please give feedback, bug reports, and contributions if you have time. Consider starring this project if you find it helpful, and feel free to donate an amount that reflects the value it has brought to you. Your support helps ensure the continued development and improvement of this project. You can also speak to me on Bluesky (@cjrriley.com) for any questions.

v0.1.7

17 May 12:25
Compare
Choose a tag to compare

Version 0.1.7 includes the following changes:

  • Fixed another build crash on iOS, tvOS, and visionOS.

Once again, thank you for your support. Please give feedback, bug reports, and contributions if you have time. Consider starring this project if you find it helpful, and feel free to donate an amount that reflects the value it has brought to you. Your support helps ensure the continued development and improvement of this project. You can also speak to me on Bluesky (@cjrriley.com) for any questions.

v0.1.6

17 May 12:23
207c387
Compare
Choose a tag to compare

Version 0.1.6 includes the following changes:

  • More progress toward fixing build errors on iOS, tvOS, and visionOS.

Once again, thank you for your support. Please give feedback, bug reports, and contributions if you have time. Consider starring this project if you find it helpful, and feel free to donate an amount that reflects the value it has brought to you. Your support helps ensure the continued development and improvement of this project. You can also speak to me on Bluesky (@cjrriley.com) for any questions.

v0.1.5

13 May 09:14
Compare
Choose a tag to compare

Version 0.1.5 includes the following changes:

  • Fixed an issue where a build failure would happen on macOS, visionOS, or watchOS.

Once again, thank you for your support. Please give feedback, bug reports, and contributions if you have time. Consider starring this project if you find it helpful, and feel free to donate an amount that reflects the value it has brought to you. Your support helps ensure the continued development and improvement of this project. You can also speak to me on Bluesky (@cjrriley.com) for any questions.

v0.1.4

13 May 09:13
Compare
Choose a tag to compare

Version 0.1.4 includes the following changes:

  • Added methods and extensions to deal with crashes happening on iOS and tvOS.
    • Some of the p256 methods require iOS 16+ and tvOS 16+. This update fixes this issue by providing its own implementations, but only if the operating system is before iOS 16 or before tvOS 16.

Once again, thank you for your support. Please give feedback, bug reports, and contributions if you have time. Consider starring this project if you find it helpful, and feel free to donate an amount that reflects the value it has brought to you. Your support helps ensure the continued development and improvement of this project. You can also speak to me on Bluesky (@cjrriley.com) for any questions.

v0.1.3

11 May 12:41
Compare
Choose a tag to compare

Version 0.1.3 includes the following changes:

  • Ensured that swift-secp256k1 remains in the exact version (0.18.0).
    • This is to prevent crashes that are occurring when upgrading the Swift package. In the future, that package will be upgraded on a case-by-case basis until it’s considered stable by the author.

Once again, thank you for your support. Please give feedback, bug reports, and contributions if you have time. Consider starring this project if you find it helpful, and feel free to donate an amount that reflects the value it has brought to you. Your support helps ensure the continued development and improvement of this project. You can also speak to me on Bluesky (@cjrriley.com) for any questions.

v0.1.2

18 Mar 06:29
Compare
Choose a tag to compare

Version 0.1.2 includes the following changes:

  • Fixed an edge case where the public key may, on rare occasions, remove the prefix on a 64-byte public key.

Once again, thank you for your support. Please give feedback, bug reports, and contributions if you have time. Consider starring this project if you find it helpful, and feel free to donate an amount that reflects the value it has brought to you. Your support helps ensure the continued development and improvement of this project. You can also speak to me on Bluesky (@cjrriley.com) for any questions.

v0.1.1

17 Mar 03:10
Compare
Choose a tag to compare

Version 0.1.1 includes the following changes:

  • Fixed an issue related to .spi.yml.
  • Updated swift-crypto package.
  • Fixed an issue where swift-crypto wasn’t being imported correctly on Linux.

Once again, thank you for your support. Please give feedback, bug reports, and contributions if you have time. Consider starring this project if you find it helpful, and feel free to donate an amount that reflects the value it has brought to you. Your support helps ensure the continued development and improvement of this project. You can also speak to me on Bluesky (@cjrriley.com) for any questions.

v0.1.0

16 Mar 17:58
Compare
Choose a tag to compare

This is the first version of ATCryptography.