Skip to content

Commit 0d76aa0

Browse files
committed
chore(release): 0.5.0
1 parent 90f076d commit 0d76aa0

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.5.0] - 2023-05-18
10+
911
### Added
1012

1113
- Arabic translation ([7cf8b06](https://github.com/vzhd1701/gridplayer/commit/7cf8b06a240c576c30d5cc4bb2f7f29f5fa1ef02))
@@ -239,7 +241,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
239241

240242
- Initial release
241243

242-
[Unreleased]: https://github.com/vzhd1701/gridplayer/compare/v0.4.3...HEAD
244+
[Unreleased]: https://github.com/vzhd1701/gridplayer/compare/v0.5.0...HEAD
245+
[0.5.0]: https://github.com/vzhd1701/gridplayer/compare/v0.4.3...v0.5.0
243246
[0.4.3]: https://github.com/vzhd1701/gridplayer/compare/v0.4.2...v0.4.3
244247
[0.4.2]: https://github.com/vzhd1701/gridplayer/compare/v0.4.1...v0.4.2
245248
[0.4.1]: https://github.com/vzhd1701/gridplayer/compare/v0.4.0...v0.4.1

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ Huge thanks to [every contributor](https://github.com/vzhd1701/gridplayer#transl
4343

4444
### Windows
4545

46-
[![Download Windows Installer](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_windows_installer.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.4.3/GridPlayer-0.4.3-win64-install.exe)
47-
[![Download Windows Portable](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_windows_portable.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.4.3/GridPlayer-0.4.3-win64-portable.zip)
46+
[![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.0/GridPlayer-0.5.0-win64-install.exe)
47+
[![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.0/GridPlayer-0.5.0-win64-portable.zip)
4848

4949
**Compatible with Windows 7, 8, 10, 11.**
5050

5151
### Linux
5252

5353
[![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)
5454
[![Get it from the Snap Store](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_snap.png)](https://snapcraft.io/gridplayer)
55-
[![Download AppImage](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_appimage.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.4.3/GridPlayer-0.4.3-x86_64.AppImage)
55+
[![Download AppImage](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_appimage.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.5.0/GridPlayer-0.5.0-x86_64.AppImage)
5656

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

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

6565
```shell
66-
$ chmod +x GridPlayer-0.4.3-x86_64.AppImage
66+
$ chmod +x GridPlayer-0.5.0-x86_64.AppImage
6767
```
6868

6969
### MacOS
7070

71-
[![Download DMG](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_dmg.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.4.3/GridPlayer.0.4.3.dmg)
71+
[![Download DMG](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_dmg.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.5.0/GridPlayer.0.5.0.dmg)
7272

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

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__ = "vzhd1701@gmail.com"
55
__app_id__ = "com.vzhd1701.gridplayer"
6-
__version__ = "0.4.3"
7-
__version_date__ = "2022-07-18"
6+
__version__ = "0.5.0"
7+
__version_date__ = "2023-05-18"
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.4.3"
7+
version = "0.5.0"
88
description = "Play videos side-by-side"
99
authors = ["vzhd1701 <vzhd1701@gmail.com>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)