Skip to content

Releases: KotlinGeekDev/Rhodium

v1.0-beta-17

21 Feb 12:11
e982d73
Compare
Choose a tag to compare

What's Changed

Changes for v1.0-beta-17. by @KotlinGeekDev in #35

  • Downgrade Ktor. Upgrade atomicfu and kotlinx-coroutines. POM fixes.

  • Configure apple targets to spit out frameworks. Enable testing on CI.

  • Fix workflow issues.

  • Fix regression caused by new coroutines version. Fix a test.

  • Update gradle wrapper validation task.

  • Fix unit tests for Android source set.

Full Changelog: v1.0-beta-16...v1.0-beta-17

v1.0-beta-16

20 Feb 18:52
be28a1e
Compare
Choose a tag to compare

What's Changed

Merge changes for v1.0-beta-16. by @KotlinGeekDev in #34

  • Revert changes to the source set related configs.

  • Some fixes.

  • Make changes for the Android source set to build correctly.

Full Changelog: v1.0-beta-15...v1.0-beta-16

v1.0-beta-15

20 Feb 15:54
0807168
Compare
Choose a tag to compare

What's Changed

Merge changes for v1.0-beta-15. by @KotlinGeekDev in #33

  • Disable minification. Some other fixes.

  • Use proguard rules. Change some source set related configs.

Full Changelog: v1.0-beta-14...v1.0-beta-15

v1.0-beta-15-post

20 Feb 16:09
Compare
Choose a tag to compare
v1.0-beta-15-post Pre-release
Pre-release

v1.0-beta-14

19 Feb 17:57
2385edf
Compare
Choose a tag to compare

What's Changed

Merge changes for v1.0-beta-14 by @KotlinGeekDev in #32

  • Make Event a father class. Adjust JSON encoder-decoder behaviour.

  • Introduce first child class: MetadataEvent. Adjust getMetadataFor() API to return a (up-to-date) MetadataEvent.

  • Some slight fixes and workarounds(until UUID works correctly).

Full Changelog: v1.0-beta-13...v1.0-beta-14

v1.0-beta-13

19 Feb 13:39
39c5de6
Compare
Choose a tag to compare

What's Changed

Changes for v1.0-beta-13. by @KotlinGeekDev in #31

  • Make relay info more descriptive/human-readable.

  • Add fetchRelayListFor() API.

Full Changelog: v1.0-beta-12...v1.0-beta-13

v1.0-beta-12

18 Feb 14:28
e50f345
Compare
Choose a tag to compare

What's Changed

Changes for v1.0-beta-12 by @KotlinGeekDev in #30

  • Fix bug whereby the nip05 code did not take into account "_@domain". It only took into account "domain".

  • Fix Gradle source-set issues. Harmonize naming.

Full Changelog: v1.0-beta-11...v1.0-beta-12

New version: v1.0-beta-11

16 Feb 14:10
18158c1
Compare
Choose a tag to compare

What's Changed

Changes for v1.0-beta-11 by @KotlinGeekDev in #29

  • Disable desugaring.
  • Enable minification(for the Android library)

Full Changelog: v1.0-beta-10...v1.0-beta-11

New release: v1.0-beta-10

14 Feb 20:47
237b43d
Compare
Choose a tag to compare

What's Changed

Look ma! The parser!

14 Feb 20:06
417dd58
Compare
Choose a tag to compare

What's Changed

Changes for v1.0-beta-09 by @KotlinGeekDev in #25

  • Introduce Bech32 support, and support for parsing NIP-19 encoded 'entities'. Most of the legwork provided by Amethyst. 🙏
  • Change API name from uriToRoute() to parse(). by @KotlinGeekDev in #26

Full Changelog: v1.0-beta-08...v1.0-beta-09