Skip to content

Commit ab51f67

Browse files
committed
chore(release): 0.2.2
1 parent 5cd6892 commit ab51f67

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### [0.2.2](https://github.com/vzhd1701/gridplayer/compare/v0.2.1...v0.2.2) (2022-04-09)
2+
3+
### Features
4+
5+
- add Hungarian translation ([5cd6892](https://github.com/vzhd1701/gridplayer/commit/5cd68929ce72954738005f044a77b956298c71cc))
6+
- add option to control warning about unsaved playlist changes ([380ad92](https://github.com/vzhd1701/gridplayer/commit/380ad9219254edc588d939eadd2a6f1d041ab0a0))
7+
8+
### Bug Fixes
9+
10+
- avoid crash on some setups ([2334439](https://github.com/vzhd1701/gridplayer/commit/233443916c5727a8f287bf18e8ca47dcd8a2f6bf)), closes [#40](https://github.com/vzhd1701/gridplayer/issues/40)
11+
- unpause videos when window is restored ([8c82293](https://github.com/vzhd1701/gridplayer/commit/8c82293c8e3b77dc65f4124cfd8e85979046f1a9))
12+
113
### [0.2.1](https://github.com/vzhd1701/gridplayer/compare/v0.2.0...v0.2.1) (2022-02-03)
214

315
### Bug Fixes

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ there are not many strings to translate. Every contributor will be given proper
4040

4141
### Windows
4242

43-
[![Download Windows Installer](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_windows_installer.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.2.1/GridPlayer-0.2.1-win64-install.exe)
44-
[![Download Windows Portable](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_windows_portable.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.2.1/GridPlayer-0.2.1-win64-portable.zip)
43+
[![Download Windows Installer](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_windows_installer.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.2.2/GridPlayer-0.2.2-win64-install.exe)
44+
[![Download Windows Portable](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_windows_portable.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.2.2/GridPlayer-0.2.2-win64-portable.zip)
4545

4646
### Linux
4747

4848
[![Get it from the Flathub](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_flathub.png)](https://flathub.org/apps/details/com.vzhd1701.gridplayer)
4949
[![Get it from the Snap Store](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_snap.png)](https://snapcraft.io/gridplayer)
50-
[![Download AppImage](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_appimage.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.2.1/GridPlayer-0.2.1-x86_64.AppImage)
50+
[![Download AppImage](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_appimage.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.2.2/GridPlayer-0.2.2-x86_64.AppImage)
5151

5252
**For better system integration install via Flathub.**
5353

@@ -56,12 +56,12 @@ there are not many strings to translate. Every contributor will be given proper
5656
You may need to set execute permissions on AppImage file in order to run it:
5757

5858
```shell
59-
$ chmod +x GridPlayer-0.2.1-x86_64.AppImage
59+
$ chmod +x GridPlayer-0.2.2-x86_64.AppImage
6060
```
6161

6262
### MacOS
6363

64-
[![Download DMG](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_dmg.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.2.1/GridPlayer.0.2.1.dmg)
64+
[![Download DMG](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_dmg.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.2.2/GridPlayer.0.2.2.dmg)
6565

6666
**DMG image is not signed.** You will have to add an exception to run this app.
6767

gridplayer/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
__author_name__ = "vzhd1701"
44
__author_contact__ = "[email protected]"
55
__app_id__ = "com.vzhd1701.gridplayer"
6-
__version__ = "0.2.1"
7-
__version_date__ = "2022-02-03"
6+
__version__ = "0.2.2"
7+
__version_date__ = "2022-04-09"
88
__app_url__ = "https://github.com/vzhd1701/gridplayer"
99
__app_license_url__ = "https://github.com/vzhd1701/gridplayer/blob/master/LICENSE"
1010
__app_bugtracker_url__ = "https://github.com/vzhd1701/gridplayer/issues"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "gridplayer"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "Play videos side-by-side"
99
authors = ["vzhd1701 <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)