Skip to content

Commit

Permalink
chore(release): 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Oct 17, 2023
1 parent afadc76 commit a9d8c83
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.5.3] - 2023-10-17

### Added

* Option to crop video ([8b1fba3](https://github.com/vzhd1701/gridplayer/commit/8b1fba3658fc9af7cac3c6604342a71165a6e455))
Expand Down Expand Up @@ -279,7 +281,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Initial release

[Unreleased]: https://github.com/vzhd1701/gridplayer/compare/v0.5.2...HEAD
[Unreleased]: https://github.com/vzhd1701/gridplayer/compare/v0.5.3...HEAD
[0.5.3]: https://github.com/vzhd1701/gridplayer/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/vzhd1701/gridplayer/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/vzhd1701/gridplayer/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/vzhd1701/gridplayer/compare/v0.4.3...v0.5.0
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Huge thanks to [every contributor](https://github.com/vzhd1701/gridplayer#transl

### 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.5.2/GridPlayer-0.5.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.5.2/GridPlayer-0.5.2-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.5.3/GridPlayer-0.5.3-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.5.3/GridPlayer-0.5.3-win64-portable.zip)

Via [scoop](https://scoop.sh/):

Expand All @@ -58,7 +58,7 @@ $ scoop install gridplayer

[![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.5.2/GridPlayer-0.5.2-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.5.3/GridPlayer-0.5.3-x86_64.AppImage)

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

Expand All @@ -69,12 +69,12 @@ The AppImage was built using Ubuntu Focal Fossa libraries, so compatibility is U
You may need to set execute permissions on AppImage file in order to run it:

```shell
$ chmod +x GridPlayer-0.5.2-x86_64.AppImage
$ chmod +x GridPlayer-0.5.3-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.5.2/GridPlayer.0.5.2.dmg)
[![Download DMG](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_dmg.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.5.3/GridPlayer.0.5.3.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__ = "[email protected]"
__app_id__ = "com.vzhd1701.gridplayer"
__version__ = "0.5.2"
__version_date__ = "2023-08-23"
__version__ = "0.5.3"
__version_date__ = "2023-10-17"
__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.5.2"
version = "0.5.3"
description = "Play videos side-by-side"
authors = ["vzhd1701 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a9d8c83

Please sign in to comment.