Skip to content

Commit b23f19f

Browse files
feat(4.2.0): Release (#147)
* feat(4.2.1): Release * feat(4.2.0): Back go 4.2.0 no need to jump to 4.2.1 * feat(4.2.0): CHANGELOG.md * feat(4.2.0): Minor last minute change * feat(4.2.0): Example updates * feat(4.2.0): Example updates --------- Co-authored-by: Rafael Lins <[email protected]>
1 parent e360a74 commit b23f19f

File tree

9 files changed

+25
-314
lines changed

9 files changed

+25
-314
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
[![License](https://img.shields.io/github/license/g0dkar/qrcode-kotlin)](LICENSE)
22
[![Maven Central](https://img.shields.io/maven-central/v/io.github.g0dkar/qrcode-kotlin.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.g0dkar%22%20AND%20a:%22qrcode-kotlin%22)
3-
[![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg)](https://ktlint.github.io/)
43

54
# Change Log
65

76
> Mostly notable changes from version to version. Some stuff might go undocumented. If you find something that you think
87
> should be documented, please open an [issue](https://github.com/g0dkar/qrcode-kotlin/issues) :)
98
10-
## 4.1.0 - Latest
9+
## 4.2.0 - Latest
10+
11+
- Fixed issue with the Error Correction being ignored (thanks [slaha](https://github.com/slaha)!)
12+
- Updated libs versions
13+
- **Only for project devs:** fixed the pipeline issues with running tests for PRs.
14+
- **Investigating:** Issues with very large payloads being encoded
15+
16+
## 4.1.0
1117

1218
- Another round of improvements and fixes (special thanks to [ruicanas](https://github.com/ruicanas) and [chphmh](https://github.com/chphmh)!)
1319
- Changed the minimal requirements for the library:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ other:
4747

4848
```groovy
4949
// Use this for both Android and JVM
50-
implementation("io.github.g0dkar:qrcode-kotlin:4.3.1")
50+
implementation("io.github.g0dkar:qrcode-kotlin:4.2.0")
5151
```
5252

5353
**Maven - JVM:**
@@ -56,7 +56,7 @@ implementation("io.github.g0dkar:qrcode-kotlin:4.3.1")
5656
<dependency>
5757
<groupId>io.github.g0dkar</groupId>
5858
<artifactId>qrcode-kotlin-jvm</artifactId>
59-
<version>4.3.1</version>
59+
<version>4.2.0</version>
6060
</dependency>
6161
```
6262

@@ -66,14 +66,14 @@ implementation("io.github.g0dkar:qrcode-kotlin:4.3.1")
6666
<dependency>
6767
<groupId>io.github.g0dkar</groupId>
6868
<artifactId>qrcode-kotlin-android</artifactId>
69-
<version>4.3.1</version>
69+
<version>4.2.0</version>
7070
</dependency>
7171
```
7272

7373
**NodeJS:**
7474

7575
```shell
76-
npm install qrcode-kotlin@4.3.1
76+
npm install qrcode-kotlin@4.2.0
7777
```
7878

7979
**Browser:**

README.pt-br.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ do [NPM JS](https://www.npmjs.com/package/qrcode-kotlin), portanto basta adicion
4646

4747
```groovy
4848
// Use esse tanto para Android quanto para a JVM
49-
implementation("io.github.g0dkar:qrcode-kotlin:4.3.1")
49+
implementation("io.github.g0dkar:qrcode-kotlin:4.2.0")
5050
```
5151

5252
**Maven - JVM:**
@@ -55,7 +55,7 @@ implementation("io.github.g0dkar:qrcode-kotlin:4.3.1")
5555
<dependency>
5656
<groupId>io.github.g0dkar</groupId>
5757
<artifactId>qrcode-kotlin-jvm</artifactId>
58-
<version>4.3.1</version>
58+
<version>4.2.0</version>
5959
</dependency>
6060
```
6161

@@ -65,14 +65,14 @@ implementation("io.github.g0dkar:qrcode-kotlin:4.3.1")
6565
<dependency>
6666
<groupId>io.github.g0dkar</groupId>
6767
<artifactId>qrcode-kotlin-android</artifactId>
68-
<version>4.3.1</version>
68+
<version>4.2.0</version>
6969
</dependency>
7070
```
7171

7272
**NodeJS:**
7373

7474
```shell
75-
npm install qrcode-kotlin@4.3.1
75+
npm install qrcode-kotlin@4.2.0
7676
```
7777

7878
**Browser:**

README_v3.md

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

0 commit comments

Comments
 (0)