Skip to content

Commit d792572

Browse files
authored
chore: Beta 21
2 parents 54895fc + 16563bd commit d792572

File tree

8 files changed

+15
-9
lines changed

8 files changed

+15
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343

4444
| Android | iOS | Windows | GNU/Linux | MacOS |
4545
| ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
46-
| [arm64 `.apk`](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta20/bluecherry-android-arm64-v8a-release.apk) | [App Store](https://apps.apple.com/us/app/bluecherry-mobile/id1555805139) | [Windows Setup](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta20/bluecherry-windows-setup.exe) | [SnapStore](https://snapcraft.io/bluecherry-client) | [Executable `.app`](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta20/bluecherry-macos.7z) |
47-
| [armabi `.apk`](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta20/bluecherry-android-armeabi-v7a-release.apk) | | 🚧 **SOON** ~~`winget install bluecherry`~~ | [Ubuntu/Debian `.deb`](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta20/bluecherry-linux-x86_64.deb) | 🚧 **SOON** ~~[App Store](https://github.com/bluecherrydvr/unity/issues/112)~~ |
48-
| [x86_64 `.apk`](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta20/bluecherry-android-x86_64-release.apk) | | 🚧 **SOON** ~~Microsoft Store~~ | [Raw Executable `.tar.gz`](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta20/bluecherry-linux-x86_64.tar.gz) | |
49-
| 🚧 **SOON** ~~Play Store~~ | | | [Fedora/Red Hat Linux `.rpm`](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta20/bluecherry-linux-x86_64.rpm) | |
46+
| [arm64 `.apk`](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta21/bluecherry-android-arm64-v8a-release.apk) | [App Store](https://apps.apple.com/us/app/bluecherry-mobile/id1555805139) | [Windows Setup](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta21/bluecherry-windows-setup.exe) | [SnapStore](https://snapcraft.io/bluecherry-client) | [Executable `.app`](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta21/bluecherry-macos.7z) |
47+
| [armabi `.apk`](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta21/bluecherry-android-armeabi-v7a-release.apk) | | 🚧 **SOON** ~~`winget install bluecherry`~~ | [Ubuntu/Debian `.deb`](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta21/bluecherry-linux-x86_64.deb) | 🚧 **SOON** ~~[App Store](https://github.com/bluecherrydvr/unity/issues/112)~~ |
48+
| [x86_64 `.apk`](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta21/bluecherry-android-x86_64-release.apk) | | 🚧 **SOON** ~~Microsoft Store~~ | [Raw Executable `.tar.gz`](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta21/bluecherry-linux-x86_64.tar.gz) | |
49+
| 🚧 **SOON** ~~Play Store~~ | | | [Fedora/Red Hat Linux `.rpm`](https://github.com/bluecherrydvr/unity/releases/download/v3.0.0-beta21/bluecherry-linux-x86_64.rpm) | |
5050

5151
Or download the latest release [here](https://github.com/bluecherrydvr/unity/releases).
5252

bluecherry_appcast.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
33
<channel>
44
<title>Bluecherry - Appcast</title>
5+
<item>
6+
<title>Version 3.0.0-beta21</title>
7+
<description>Keyboard Improvements and Bug Fixes</description>
8+
<pubDate>Mon, 30 Dec 2024</pubDate>
9+
</item>
510
<item>
611
<title>Version 3.0.0-beta20</title>
712
<description>Security and Usability</description>

installer/windows-installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Bluecherry DVR"
5-
#define MyAppVersion "3.0.0-beta20"
5+
#define MyAppVersion "3.0.0-beta21"
66
#define MyAppPublisher "Bluecherry DVR"
77
#define MyAppURL "https://www.bluecherrydvr.com/"
88
#define MyAppExeName "bluecherry_client.exe"

linux/debian/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: bluecherrydvr
2-
Version: 3.0.0-beta20
2+
Version: 3.0.0-beta21
33
Section: base
44
Priority: optional
55
Homepage: https://www.bluecherrydvr.com/

linux/debian/usr/share/metainfo/bluecherry.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<launchable type="desktop-id">bluecherrydvr.desktop</launchable>
3737
<releases>
3838
<!-- <release version="VERSION" date="YYYY-MM-DD" />| -->
39+
<release version="3.0.0-beta21" date="2024-12-30" />|
3940
<release version="3.0.0-beta20" date="2024-11-18" />|
4041
<release version="3.0.0-beta19" date="2024-09-09" />|
4142
<release version="3.0.0-beta18" date="2024-07-10" />|

linux/rpm/bluecherry.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: bluecherrydvr
2-
Version: 3.0.0_beta20
2+
Version: 3.0.0_beta21
33
Release: 1
44
Summary: Bluecherry client written in Flutter.
55
License: EULA

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Bluecherry client written in Flutter.
33

44
publish_to: "none"
55

6-
version: 3.0.0-beta20
6+
version: 3.0.0-beta21
77

88
environment:
99
sdk: ">=3.5.0 <4.0.0"

test/configuration_file_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void main() {
1919
{
2020
'text': 'My overlay',
2121
'textStyle': {
22-
'color': 'ff000000',
22+
'color': '#ff000000',
2323
'fontSize': 12.0,
2424
},
2525
'position_x': 10.0,

0 commit comments

Comments
 (0)