Skip to content

Commit 9a42145

Browse files
authored
3.0.0-beta.2 (#550)
1 parent dd68906 commit 9a42145

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file. Take a look
44

55
**Warning:** Features marked as *experimental* may change or be removed in a future release without notice. Use with caution.
66

7-
## [Unreleased]
7+
<!-- ## [Unreleased] -->
8+
9+
## [3.0.0-beta.2]
10+
11+
### Added
12+
13+
#### Navigator
14+
15+
* Added `ExoPlayerDataSourceProvider` to implement resource caching with the media3 audio navigator.
16+
17+
#### LCP
18+
19+
* A new `LcpService.retrieveLicenseDocument()` API can be used to read the LCPL embedded in a ZIP package.
820

921
### Changed
1022

@@ -14,9 +26,14 @@ All notable changes to this project will be documented in this file. Take a look
1426

1527
### Fixed
1628

29+
#### Shared
30+
31+
* Fixed concurrent access when streaming a ZIP container.
32+
1733
#### Navigator
1834

1935
* Optimized scrolling to an EPUB text-based locator if it contains a CSS selector.
36+
* Fixed applying the PSPDFKit reading progression preference on configuration changes.
2037

2138

2239
## [3.0.0-beta.1]
@@ -859,4 +876,5 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
859876
[3.0.0-alpha.1]: https://github.com/readium/kotlin-toolkit/compare/2.4.1...3.0.0-alpha.1
860877
[3.0.0-alpha.2]: https://github.com/readium/kotlin-toolkit/compare/3.0.0-alpha.1...3.0.0-alpha.2
861878
[3.0.0-beta.1]: https://github.com/readium/kotlin-toolkit/compare/3.0.0-alpha.2...3.0.0-beta.1
879+
[3.0.0-beta.2]: https://github.com/readium/kotlin-toolkit/compare/3.0.0-beta.1...3.0.0-beta.2
862880

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Readium modules are distributed with [Maven Central](https://search.maven.org/se
2121

2222
```groovy
2323
buildscript {
24-
ext.readium_version = '3.0.0-beta.1'
24+
ext.readium_version = '3.0.0-beta.2'
2525
}
2626
2727
allprojects {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# http://www.gradle.org/docs/current/userguide/build_environment.html
77

88
pom.groupId=org.readium.kotlin-toolkit
9-
pom.version=3.0.0-beta.1
9+
pom.version=3.0.0-beta.2
1010

1111
android.minSdk=21
1212
android.compileSdk=34

test-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919

2020
applicationId = "org.readium.r2reader"
2121

22-
versionName = "3.0.0-beta.1"
22+
versionName = "3.0.0-beta.2"
2323
versionCode = 300000
2424

2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)