Skip to content

Commit 80e6687

Browse files
committed
chore(release): 0.4.1
1 parent 01a309f commit 80e6687

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.1] - 2022-07-15
10+
911
### Fixed
1012

1113
- Add fix setting for overlay appearing on top of other windows with some window managers (Linux) ([748e79d](https://github.com/vzhd1701/gridplayer/commit/748e79dfef9b2c4adddb353b0444ae14a41b7786))
@@ -178,7 +180,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
178180

179181
- Initial release
180182

181-
[Unreleased]: https://github.com/vzhd1701/gridplayer/compare/v0.4.0...HEAD
183+
[Unreleased]: https://github.com/vzhd1701/gridplayer/compare/v0.4.1...HEAD
184+
[0.4.1]: https://github.com/vzhd1701/gridplayer/compare/v0.4.0...v0.4.1
182185
[0.4.0]: https://github.com/vzhd1701/gridplayer/compare/v0.3.0...v0.4.0
183186
[0.3.0]: https://github.com/vzhd1701/gridplayer/compare/v0.2.2...v0.3.0
184187
[0.2.2]: https://github.com/vzhd1701/gridplayer/compare/v0.2.1...v0.2.2

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.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)
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.1/GridPlayer-0.4.1-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.1/GridPlayer-0.4.1-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.4.0/GridPlayer-0.4.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.1/GridPlayer-0.4.1-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.4.0-x86_64.AppImage
64+
$ chmod +x GridPlayer-0.4.1-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.4.0/GridPlayer.0.4.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.1/GridPlayer.0.4.1.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.4.0"
7-
__version_date__ = "2022-07-14"
6+
__version__ = "0.4.1"
7+
__version_date__ = "2022-07-15"
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.0"
7+
version = "0.4.1"
88
description = "Play videos side-by-side"
99
authors = ["vzhd1701 <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)