File tree 8 files changed +15
-9
lines changed
8 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 43
43
44
44
| Android | iOS | Windows | GNU/Linux | MacOS |
45
45
| ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
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 ) | |
50
50
51
51
Or download the latest release [ here] ( https://github.com/bluecherrydvr/unity/releases ) .
52
52
Original file line number Diff line number Diff line change 2
2
<rss version =" 2.0" xmlns : sparkle =" http://www.andymatuschak.org/xml-namespaces/sparkle" >
3
3
<channel >
4
4
<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 >
5
10
<item >
6
11
<title >Version 3.0.0-beta20</title >
7
12
<description >Security and Usability</description >
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " Bluecherry DVR"
5
- #define MyAppVersion " 3.0.0-beta20 "
5
+ #define MyAppVersion " 3.0.0-beta21 "
6
6
#define MyAppPublisher " Bluecherry DVR"
7
7
#define MyAppURL " https://www.bluecherrydvr.com/"
8
8
#define MyAppExeName " bluecherry_client.exe"
Original file line number Diff line number Diff line change 1
1
Package: bluecherrydvr
2
- Version: 3.0.0-beta20
2
+ Version: 3.0.0-beta21
3
3
Section: base
4
4
Priority: optional
5
5
Homepage: https://www.bluecherrydvr.com/
Original file line number Diff line number Diff line change 36
36
<launchable type =" desktop-id" >bluecherrydvr.desktop</launchable >
37
37
<releases >
38
38
<!-- <release version="VERSION" date="YYYY-MM-DD" />| -->
39
+ <release version =" 3.0.0-beta21" date =" 2024-12-30" />|
39
40
<release version =" 3.0.0-beta20" date =" 2024-11-18" />|
40
41
<release version =" 3.0.0-beta19" date =" 2024-09-09" />|
41
42
<release version =" 3.0.0-beta18" date =" 2024-07-10" />|
Original file line number Diff line number Diff line change 1
1
Name: bluecherrydvr
2
- Version: 3.0.0_beta20
2
+ Version: 3.0.0_beta21
3
3
Release: 1
4
4
Summary: Bluecherry client written in Flutter.
5
5
License: EULA
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Bluecherry client written in Flutter.
3
3
4
4
publish_to : " none"
5
5
6
- version : 3.0.0-beta20
6
+ version : 3.0.0-beta21
7
7
8
8
environment :
9
9
sdk : " >=3.5.0 <4.0.0"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ void main() {
19
19
{
20
20
'text' : 'My overlay' ,
21
21
'textStyle' : {
22
- 'color' : 'ff000000' ,
22
+ 'color' : '# ff000000' ,
23
23
'fontSize' : 12.0 ,
24
24
},
25
25
'position_x' : 10.0 ,
You can’t perform that action at this time.
0 commit comments