Skip to content

Commit

Permalink
chore(release): 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Apr 9, 2022
1 parent 5cd6892 commit ab51f67
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### [0.2.2](https://github.com/vzhd1701/gridplayer/compare/v0.2.1...v0.2.2) (2022-04-09)

### Features

- add Hungarian translation ([5cd6892](https://github.com/vzhd1701/gridplayer/commit/5cd68929ce72954738005f044a77b956298c71cc))
- add option to control warning about unsaved playlist changes ([380ad92](https://github.com/vzhd1701/gridplayer/commit/380ad9219254edc588d939eadd2a6f1d041ab0a0))

### Bug Fixes

- avoid crash on some setups ([2334439](https://github.com/vzhd1701/gridplayer/commit/233443916c5727a8f287bf18e8ca47dcd8a2f6bf)), closes [#40](https://github.com/vzhd1701/gridplayer/issues/40)
- unpause videos when window is restored ([8c82293](https://github.com/vzhd1701/gridplayer/commit/8c82293c8e3b77dc65f4124cfd8e85979046f1a9))

### [0.2.1](https://github.com/vzhd1701/gridplayer/compare/v0.2.0...v0.2.1) (2022-02-03)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ there are not many strings to translate. Every contributor will be given proper

### Windows

[![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)
[![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)
[![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)
[![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)

### Linux

[![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)
[![Get it from the Snap Store](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_snap.png)](https://snapcraft.io/gridplayer)
[![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)
[![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)

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

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

```shell
$ chmod +x GridPlayer-0.2.1-x86_64.AppImage
$ chmod +x GridPlayer-0.2.2-x86_64.AppImage
```

### MacOS

[![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)
[![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)

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

Expand Down
4 changes: 2 additions & 2 deletions gridplayer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
__author_name__ = "vzhd1701"
__author_contact__ = "vzhd1701@gmail.com"
__app_id__ = "com.vzhd1701.gridplayer"
__version__ = "0.2.1"
__version_date__ = "2022-02-03"
__version__ = "0.2.2"
__version_date__ = "2022-04-09"
__app_url__ = "https://github.com/vzhd1701/gridplayer"
__app_license_url__ = "https://github.com/vzhd1701/gridplayer/blob/master/LICENSE"
__app_bugtracker_url__ = "https://github.com/vzhd1701/gridplayer/issues"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "gridplayer"
version = "0.2.1"
version = "0.2.2"
description = "Play videos side-by-side"
authors = ["vzhd1701 <vzhd1701@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit ab51f67

Please sign in to comment.