Skip to content

Releases: Skeptick/libres

2.0.0-alpha03

15 Sep 12:59

Choose a tag to compare

2.0.0-alpha03 Pre-release
Pre-release
  • Added support for the com.android.kotlin.multiplatform.library plugin
  • Added the option to explicitly set the package name for generated resources:
libres {
    generatedClassPackageName = "com.example"
}
  • Updated Kotlin to 2.2.10

2.0.0-alpha02

17 Aug 09:29

Choose a tag to compare

2.0.0-alpha02 Pre-release
Pre-release
  • Added autogenerated plural rules for all languages
  • Removed dependencies on robovm (Android) and icu4j (JVM)
  • Removed the ability to manually set plural rules in Apple, JS, and WasmJS targets (PluralRules::set and PluralRules::get)

2.0.0-alpha01

09 Aug 14:14

Choose a tag to compare

2.0.0-alpha01 Pre-release
Pre-release
  • Removed image sharing support (see README for details)
  • Updated to Gradle 9.0.0 and Kotlin 2.2.0

1.2.4

09 Apr 12:37

Choose a tag to compare

  • Kotlin 2.1.20;
  • Compose Multiplatform 1.8.0-beta01;

1.2.3

24 Dec 02:40

Choose a tag to compare

  • WasmJS support
  • Gradle 8.11 support
  • Update libraries
    • AGP 8.7.3
    • Kotlin 2.1.0
    • Compose Multiplatform 1.7.3

1.2.2

04 Dec 20:21
4e0b76d

Choose a tag to compare

  • Update dependencies. Kotlin 1.9.20, Compose Multiplatform 1.5.10
  • Make bundle in generated iOS code lazy
  • Add LibresFormat prefix for generated string formatting classes
  • Add tvOS target

1.2.1

03 Dec 09:59
0715aa2

Choose a tag to compare

  • Fix CGBitmapContextCreate

1.2.0

27 Oct 11:12
5a01951

Choose a tag to compare

Fix image rendering in iOS 17

1.2.0-beta01

17 Aug 09:11
1c245a8

Choose a tag to compare

  • Reworked resources delivery into iOS app. Now assets compilation into .bundle is done by plugin. Adding bundles to application is still done using cocoapods. This solves problem when empty bundles got into application.
  • Fix an issue with Compose Multiplatform 1.5.0 where Compose plugin depended on generating assets for iOS and duplicated them in app.

1.1.8

11 Apr 21:09

Choose a tag to compare

  • Kotlin 1.8.10 & Compose Multiplatform 1.3.1
  • painterResource for Web & MacOS targets
  • Enable WebP support
  • Workaround for generating XML drawables with AGP 8.1.0+