Skip to content

Commit f5dc87a

Browse files
committed
release 2.1.1
1 parent 6daaa22 commit f5dc87a

File tree

9 files changed

+855
-68
lines changed

9 files changed

+855
-68
lines changed

Diff for: README.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
## Changelog
1111

12+
- __2.1.1 (13-okt-2021)__
13+
- added way to convert already saved APNG into GIF with current options
14+
- refactoring and minor bugfix
15+
1216
- __2.1.0 (24-sep-2021)__
1317
- improved grabbing of mouse pointer under Linux and Windows
1418
- added optional indication of capturing area coordinates
@@ -19,12 +23,6 @@
1923
- refactoring
2024
- embedded JDK updated to 17+35
2125

22-
23-
- __2.0.0 (11-sep-2021)__
24-
- improved rendering for mouse pointer
25-
- added support of GIF export
26-
- added support of color filters recording
27-
2826
## Pre-word
2927

3028
During writing [an article](https://habr.com/ru/post/576012/) for some online IT resource, I had needs to make GIF
@@ -37,11 +35,11 @@ conversion and some extra features.
3735

3836
| OS | Download link |
3937
| -------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
40-
| ![Windows](assets/icons/win64x64.png) | __[Archive for Windows x64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.0/japagoge-2.1.0-windows-jdk-amd64.zip)__ |
41-
| ![OSX](assets/icons/macos64x64.png) | __[Archive for OSX x64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.0/japagoge-2.1.0-macos-jdk-amd64.zip)__ |
42-
| ![OSX Arm64](assets/icons/macosarm64x64.png) | __[Archive for OSX Arm64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.0/japagoge-2.1.0-macos-jdk-aarch64.zip)__ |
43-
| ![Linux](assets/icons/linux64x64.png) | __[Archive for Linux x64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.0/japagoge-2.1.0-linux-jdk-amd64.tar.gz)__ |
44-
| ![Java](assets/icons/java64x64.png) | __[Cross-platform JAR file](https://github.com/raydac/japagoge/releases/download/2.1.0/japagoge-2.1.0.jar)__ |
38+
| ![Windows](assets/icons/win64x64.png) | __[Archive for Windows x64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.1/japagoge-2.1.1-windows-jdk-amd64.zip)__ |
39+
| ![OSX](assets/icons/macos64x64.png) | __[Archive for OSX x64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.1/japagoge-2.1.1-macos-jdk-amd64.zip)__ |
40+
| ![OSX Arm64](assets/icons/macosarm64x64.png) | __[Archive for OSX Arm64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.1/japagoge-2.1.1-macos-jdk-aarch64.zip)__ |
41+
| ![Linux](assets/icons/linux64x64.png) | __[Archive for Linux x64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.1/japagoge-2.1.1-linux-jdk-amd64.tar.gz)__ |
42+
| ![Java](assets/icons/java64x64.png) | __[Cross-platform JAR file](https://github.com/raydac/japagoge/releases/download/2.1.1/japagoge-2.1.1.jar)__ |
4543

4644
## How to use the utility?
4745

Diff for: assets/banner.png

846 Bytes
Loading

Diff for: assets/banner.svg

+474-11
Loading

Diff for: assets/screens/state_positioning.png

7.69 KB
Loading

Diff for: assets/state_positioning_scheme.svg

+365-42
Loading

Diff for: changelog.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- 2.1.1 (13-okt-2021)
2+
- added way to convert already saved APNG into GIF with current options
3+
- refactoring and minor bugfix
4+
15
- 2.1.0 (24-sep-2021)
26
- improved grabbing of mouse pointer under Linux and Windows
37
- added optional indication of capturing area coordinates

Diff for: japagoge-app/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.igormaznitsa</groupId>
88
<artifactId>japagoge-pom</artifactId>
9-
<version>2.1.1-SNAPSHOT</version>
9+
<version>2.1.1</version>
1010
</parent>
1111

1212
<artifactId>japagoge-app</artifactId>
@@ -28,7 +28,6 @@
2828
<app.name>${project.build.finalName}</app.name>
2929
<executable.jar>false</executable.jar>
3030
<jna.version>5.9.0</jna.version>
31-
<final.ext></final.ext>
3231
<maven.compiler.source>11</maven.compiler.source>
3332
<maven.compiler.target>11</maven.compiler.target>
3433
</properties>

Diff for: japagoge-win-launcher/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.igormaznitsa</groupId>
88
<artifactId>japagoge-pom</artifactId>
9-
<version>2.1.1-SNAPSHOT</version>
9+
<version>2.1.1</version>
1010
</parent>
1111

1212
<artifactId>japagoge-win-launcher</artifactId>

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>japagoge-pom</artifactId>
8-
<version>2.1.1-SNAPSHOT</version>
8+
<version>2.1.1</version>
99
<packaging>pom</packaging>
1010

1111
<description>Screen recorder to save animation as APNG and GIF files</description>

0 commit comments

Comments
 (0)