From a9d8c83c43186d44cce705466693f83528d70187 Mon Sep 17 00:00:00 2001 From: vzhd1701 Date: Tue, 17 Oct 2023 18:40:47 +0500 Subject: [PATCH] chore(release): 0.5.3 --- CHANGELOG.md | 5 ++++- README.md | 10 +++++----- gridplayer/version.py | 4 ++-- pyproject.toml | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a0b05..010fe89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 diff --git a/README.md b/README.md index 6b0c0db..357bcfe 100644 --- a/README.md +++ b/README.md @@ -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/): @@ -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.** @@ -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. diff --git a/gridplayer/version.py b/gridplayer/version.py index 3c6eac3..17cd5fc 100644 --- a/gridplayer/version.py +++ b/gridplayer/version.py @@ -3,8 +3,8 @@ __author_name__ = "vzhd1701" __author_contact__ = "vzhd1701@gmail.com" __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" diff --git a/pyproject.toml b/pyproject.toml index 9f0b974..91c48c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"