Skip to content

Commit f347ac0

Browse files
committed
chore(release): 0.4.2
1 parent 71d9b83 commit f347ac0

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

1113
- Prevent timeout when loading HLS streams directly ([f5b8164](https://github.com/vzhd1701/gridplayer/commit/f5b8164111aa11bfb9188cde059694e71ed10a05))
@@ -185,7 +187,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
185187

186188
- Initial release
187189

188-
[Unreleased]: https://github.com/vzhd1701/gridplayer/compare/v0.4.1...HEAD
190+
[Unreleased]: https://github.com/vzhd1701/gridplayer/compare/v0.4.2...HEAD
191+
[0.4.2]: https://github.com/vzhd1701/gridplayer/compare/v0.4.1...v0.4.2
189192
[0.4.1]: https://github.com/vzhd1701/gridplayer/compare/v0.4.0...v0.4.1
190193
[0.4.0]: https://github.com/vzhd1701/gridplayer/compare/v0.3.0...v0.4.0
191194
[0.3.0]: https://github.com/vzhd1701/gridplayer/compare/v0.2.2...v0.3.0

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

0 commit comments

Comments
 (0)