Skip to content

Releases: adrielcafe/lyricist

1.2.2

19 May 21:30
Compare
Choose a tag to compare
  • Added flag to control the visibility of the generated code (docs)
  • Will no longer throw exception if doesn't find the @LiricistStrings annotation

1.2.1

13 May 01:55
Compare
Choose a tag to compare
  • Fixed crash when the default language tag is not implemented: now we get the language tag from the @LyricistStrings annotation marked as default

1.2.0

26 Apr 00:59
Compare
Choose a tag to compare
  • Renamed @Strings to @LyricistStrings to avoid naming clash (and the need to use import alias)
  • Moved @LyricistStrings to lyricist module, now we don't have to use compileOnly("cafe.adriel.lyricist:lyricist-processor:$version") anymore
  • Downgraded jvmTarget to 1.8 for better compatibility

1.1.0

26 Mar 20:01
Compare
Choose a tag to compare
  • Multiplatform support: Lyricist now works on Desktop 🎉
  • Changed visibility of strings map to public (#2)
  • Updated Kotlin to 1.6.10
  • Updated KSP to 1.6.10-1.0.4
  • Updated Compose to 1.1.1

1.0.1

01 Nov 13:23
Compare
Choose a tag to compare
  • Updated Kotlin to 1.5.31
  • Updated KSP to 1.5.31-1.0.0
  • Updated Compose to 1.1.0-beta01

1.0.0

09 Sep 00:25
Compare
Choose a tag to compare
  • Updated Kotlin to 1.5.30
  • Updated KSP to 1.5.30-1.0.0
  • Updated Compose to 1.1.0-alpha03

1.0.0-beta04

06 Aug 12:08
Compare
Choose a tag to compare
1.0.0-beta04 Pre-release
Pre-release
  • Updated Kotlin to 1.5.21
  • Updated KSP to 1.5.21-1.0.0-beta06

1.0.0-beta03

30 Jul 14:52
Compare
Choose a tag to compare
1.0.0-beta03 Pre-release
Pre-release
  • Updated Compose to 1.0.0 🎉

1.0.0-beta02

22 Jul 02:57
Compare
Choose a tag to compare
1.0.0-beta02 Pre-release
Pre-release
  • Updated dependencies

1.0.0-beta01

04 Jun 00:37
Compare
Choose a tag to compare
1.0.0-beta01 Pre-release
Pre-release
  • Added lyricist-processor-xml module to help migrate from strings.xml
  • Updated dependencies