Skip to content

Commit

Permalink
release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Nov 12, 2021
1 parent 5921034 commit 43713bc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,15 @@

## Changelog

- __2.1.2 (12-nov-2021)__
- improved support of 4k monitors
- capture logic under X11 replaced by self-written one because Robot works not well

- __2.1.1 (13-okt-2021)__
- added way to convert already saved APNG into GIF with current options
- refactoring and minor bugfix

- __2.1.0 (24-sep-2021)__
- improved grabbing of mouse pointer under Linux and Windows
- added optional indication of capturing area coordinates
- improved settings panel
- added more 256-color fixed palettes
- added support of dithering for GIF export
- reworked UI
- refactoring
- embedded JDK updated to 17+35
[Full changelog](changelog.txt)

## Pre-word

Expand All @@ -35,11 +31,11 @@ conversion and some extra features.

| OS | Download link |
| -------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![Windows](assets/icons/win64x64.png) | __[Archive for Windows x64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.1/japagoge-app-2.1.1-windows-jdk-amd64.zip)__ |
| ![OSX](assets/icons/macos64x64.png) | __[Archive for OSX x64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.1/japagoge-app-2.1.1-macos-jdk-amd64.zip)__ |
| ![OSX Arm64](assets/icons/macosarm64x64.png) | __[Archive for OSX Arm64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.1/japagoge-app-2.1.1-macos-jdk-aarch64.zip)__ |
| ![Linux](assets/icons/linux64x64.png) | __[Archive for Linux x64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.1/japagoge-app-2.1.1-linux-jdk-amd64.tar.gz)__ |
| ![Java](assets/icons/java64x64.png) | __[Cross-platform JAR file](https://github.com/raydac/japagoge/releases/download/2.1.1/japagoge-app-2.1.1.jar)__ |
| ![Windows](assets/icons/win64x64.png) | __[Archive for Windows x64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.2/japagoge-app-2.1.2-windows-jdk-amd64.zip)__ |
| ![OSX](assets/icons/macos64x64.png) | __[Archive for OSX x64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.2/japagoge-app-2.1.2-macos-jdk-amd64.zip)__ |
| ![OSX Arm64](assets/icons/macosarm64x64.png) | __[Archive for OSX Arm64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.2/japagoge-app-2.1.2-macos-jdk-aarch64.zip)__ |
| ![Linux](assets/icons/linux64x64.png) | __[Archive for Linux x64 (JRE included)](https://github.com/raydac/japagoge/releases/download/2.1.2/japagoge-app-2.1.2-linux-jdk-amd64.tar.gz)__ |
| ![Java](assets/icons/java64x64.png) | __[Cross-platform JAR file](https://github.com/raydac/japagoge/releases/download/2.1.2/japagoge-app-2.1.2.jar)__ |

## How to use the utility?

Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- 2.1.2 (12-nov-2021)
- improved support of 4k monitors
- capture logic under X11 replaced by self-written one because Robot works not well

- 2.1.1 (13-okt-2021)
- added way to convert already saved APNG into GIF with current options
- refactoring and minor bugfix
Expand Down
2 changes: 1 addition & 1 deletion japagoge-win-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>japagoge-pom</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<artifactId>japagoge-win-launcher</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions japagoge-win-launcher/src/versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"FileVersion": {
"Major": 2,
"Minor": 1,
"Patch": 1,
"Patch": 2,
"Build": 0
},
"ProductVersion": {
"Major": 2,
"Minor": 1,
"Patch": 1,
"Patch": 2,
"Build": 0
},
"FileFlagsMask": "3f",
Expand All @@ -22,14 +22,14 @@
"Comments": "Japagoge screen recorder.",
"CompanyName": "Igor Maznitsa",
"FileDescription": "Japagoge screen recorder",
"FileVersion": "v2.1.1.0",
"FileVersion": "v2.1.2.0",
"InternalName": "japagoge.exe",
"LegalCopyright": "Copyright (c) 2021 Igor Maznitsa",
"LegalTrademarks": "",
"OriginalFilename": "japagoge.exe",
"PrivateBuild": "",
"ProductName": "Japagoge screen recorder",
"ProductVersion": "v2.1.1.0",
"ProductVersion": "v2.1.2.0",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.igormaznitsa</groupId>
<artifactId>japagoge-pom</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
<packaging>pom</packaging>

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

0 comments on commit 43713bc

Please sign in to comment.