Skip to content

Commit 2633ad1

Browse files
committed
chore(release): 0.4.0
1 parent e22507e commit 2633ad1

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.4.0] - 2022-07-14
10+
911
### Added
1012

1113
- New setting to control URL resolver priority ([fc72744](https://github.com/vzhd1701/gridplayer/commit/fc7274428c1af496be30ab84dc2fc673691d7e40), [47150b6](https://github.com/vzhd1701/gridplayer/commit/47150b6b87114028c9aece370c2d03994e0db30a))
@@ -171,7 +173,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
171173

172174
- Initial release
173175

174-
[Unreleased]: https://github.com/vzhd1701/gridplayer/compare/v0.3.0...HEAD
176+
[Unreleased]: https://github.com/vzhd1701/gridplayer/compare/v0.4.0...HEAD
177+
[0.4.0]: https://github.com/vzhd1701/gridplayer/compare/v0.3.0...v0.4.0
175178
[0.3.0]: https://github.com/vzhd1701/gridplayer/compare/v0.2.2...v0.3.0
176179
[0.2.2]: https://github.com/vzhd1701/gridplayer/compare/v0.2.1...v0.2.2
177180
[0.2.1]: https://github.com/vzhd1701/gridplayer/compare/v0.2.0...v0.2.1

README.md

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

4242
### Windows
4343

44-
[![Download Windows Installer](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_windows_installer.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.3.0/GridPlayer-0.3.0-win64-install.exe)
45-
[![Download Windows Portable](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_windows_portable.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.3.0/GridPlayer-0.3.0-win64-portable.zip)
44+
[![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.0/GridPlayer-0.4.0-win64-install.exe)
45+
[![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.0/GridPlayer-0.4.0-win64-portable.zip)
4646

4747
**Compatible with Windows 7, 8, 10, 11.**
4848

4949
### Linux
5050

5151
[![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)
5252
[![Get it from the Snap Store](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_snap.png)](https://snapcraft.io/gridplayer)
53-
[![Download AppImage](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_appimage.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.3.0/GridPlayer-0.3.0-x86_64.AppImage)
53+
[![Download AppImage](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_appimage.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.4.0/GridPlayer-0.4.0-x86_64.AppImage)
5454

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

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

6363
```shell
64-
$ chmod +x GridPlayer-0.3.0-x86_64.AppImage
64+
$ chmod +x GridPlayer-0.4.0-x86_64.AppImage
6565
```
6666

6767
### MacOS
6868

69-
[![Download DMG](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_dmg.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.3.0/GridPlayer.0.3.0.dmg)
69+
[![Download DMG](https://raw.githubusercontent.com/vzhd1701/gridplayer/master/resources/public/dl_dmg.png)](https://github.com/vzhd1701/gridplayer/releases/download/v0.4.0/GridPlayer.0.4.0.dmg)
7070

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

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.3.0"
7-
__version_date__ = "2022-06-24"
6+
__version__ = "0.4.0"
7+
__version_date__ = "2022-07-14"
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.3.0"
7+
version = "0.4.0"
88
description = "Play videos side-by-side"
99
authors = ["vzhd1701 <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)