Skip to content

Commit 011e0d7

Browse files
authored
2.4.0 (#419)
1 parent 8bf59ed commit 011e0d7

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ 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+
## [2.4.0]
10+
11+
* Readium is now distributed with [Maven Central](https://search.maven.org/search?q=g:org.readium.kotlin-toolkit). Take a look at [the migration guide](docs/migration-guide.md#240) to update your Gradle configuration.
812

913
### Added
1014

@@ -59,6 +63,7 @@ All notable changes to this project will be documented in this file. Take a look
5963

6064
* Fixed issue with the TTS starting from the beginning of the chapter instead of the current position.
6165

66+
6267
## [2.3.0]
6368

6469
### Added
@@ -692,4 +697,5 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
692697
[2.2.0]: https://github.com/readium/kotlin-toolkit/compare/2.1.1...2.2.0
693698
[2.2.1]: https://github.com/readium/kotlin-toolkit/compare/2.2.0...2.2.1
694699
[2.3.0]: https://github.com/readium/kotlin-toolkit/compare/2.2.1...2.3.0
700+
[2.4.0]: https://github.com/readium/kotlin-toolkit/compare/2.3.0...2.4.0
695701

README.md

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

3030
```groovy
3131
buildscript {
32-
ext.readium_version = '2.3.0'
32+
ext.readium_version = '2.4.0'
3333
}
3434
3535
allprojects {

docs/migration-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
All migration steps necessary in reading apps to upgrade to major versions of the Kotlin Readium toolkit will be documented in this file.
44

5-
## Unreleased
5+
<!-- ## Unreleased -->
6+
7+
## 2.4.0
68

79
### Maven Central
810

jitpack.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ nav:
5757
- OPDS: readium/opds/index.md
5858
- LCP: readium/lcp/index.md
5959
- Adapters:
60-
- Navigator media2: readium/navigator-media2/index.md
6160
- PDFium Document: readium/adapters/pdfium/pdfium-document/index.md
6261
- PDFium Navigator: readium/adapters/pdfium/pdfium-navigator/index.md
6362
- PSPDFKit Document: readium/adapters/pspdfkit/pspdfkit-document/index.md

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 = "2.3.0"
22+
versionName = "2.4.0"
2323

2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525
ndk.abiFilters.add("armeabi-v7a")

0 commit comments

Comments
 (0)