Skip to content

Commit

Permalink
Merge pull request #1941 from KhalisFoundation/dev
Browse files Browse the repository at this point in the history
Beta release: 9.2.1
  • Loading branch information
Gauravjeetsingh committed May 16, 2024
2 parents fa4aee7 + b2c35e9 commit 70976d5
Show file tree
Hide file tree
Showing 84 changed files with 3,183 additions and 656 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
## New Updates

### 9.2.1 - ਊਨਾ Release _May 20, 2024_

#### New Features
- Add a dropdown to change the content order of viewer
![](./assets/img/help_images/content-order.gif)
- Add a new Multi-Pane workspace to open multiiple shabads at once
![](./assets/img/help_images/multipane-preview.gif)
- Add the ability to reset the font sizes.

#### Misc. bug fix and other improvements
- Change the support link.
- Update the colors of Floral theme in Bani Overlay.
- Preserve formatting (line breaks) in announcement.
- Update Bani Overlay styles as per standard broadcast standards.
- Code refactors and Style improvements.

**We would love to hear from you if there a feature that you have been waiting for. Send us your feedback at [sttm.co/feedback](https://www.sttm.co/feedback).**

</br>

### 9.2.0 - ਊਨਾ Release _January 30, 2024_

#### New Features
Expand Down
2 changes: 1 addition & 1 deletion HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Bani Overlay allows you to display Gurbani from SikhiToTheMax on a Live Stream.

### <a name="report-mistake">How do I report a mistake?</a>

Visit [SikhiToTheMax.org](https://sikhitothemax.org) and click "[Feedback](https://goo.gl/plk23h)" at the bottom of the page.
Visit [Khalis Support](https://support.khalisfoundation.org/support/solutions/folders/63000040721) and click on New Support Ticket.

### <a name="video-tutorial">Video Tutorial</a>

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"productName": "SikhiToTheMax",
"name": "sttm-desktop",
"version": "9.2.0",
"version": "9.2.1",
"description": "The SikhiToTheMax desktop app",
"main": "app.js",
"scripts": {
Expand Down
Binary file added www/assets/img/help_images/content-order.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/assets/img/help_images/multipane-preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions www/assets/img/icons/ellipsis-vertical-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions www/assets/img/icons/reset-transparent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 32 additions & 1 deletion www/configs/navigator-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"savedCrossPlatformId": null,
"historyOrder": "newest",


"isMiscSlide": false,
"miscSlideText": "",
"isMiscSlideGurmukhi": false,
Expand Down Expand Up @@ -44,5 +45,35 @@
"isDontSaveHistory": false,
"favShabad": [],
"searchVerse": "",
"currentMiscPanel": "History"
"currentMiscPanel": "History",

"activePaneId": null,

"pane1": {
"locked": false,
"activeShabad": null,
"activeVerse": "",
"versesRead": [],
"homeVerse": false,
"content":"",
"baniType": ""
},
"pane2": {
"locked": false,
"activeShabad": null,
"activeVerse": "",
"versesRead": [],
"homeVerse": false,
"content":"",
"baniType": ""
},
"pane3": {
"locked": false,
"activeShabad": null,
"activeVerse": "",
"versesRead": [],
"homeVerse": false,
"content":"",
"baniType": ""
}
}
6 changes: 3 additions & 3 deletions www/configs/overlay_presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"floral": {
"label": "FLORAL",
"bgColor": "#f5b7d1",
"textColor": "#a3eafd",
"gurbaniTextColor": "#440a1d"
"bgColor": "#ff7ab2",
"textColor": "#570532",
"gurbaniTextColor": "#ffffff"
},
"khalsaGold": {
"label": "KHALSA_GOLD",
Expand Down
151 changes: 121 additions & 30 deletions www/configs/user-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,17 @@
"step": 1,
"settings": [
"gurbani-font-size",
"translation-font-size",
"transliteration-font-size",
"teeka-font-size",
"announcements-font-size"
"content1-font-size",
"content2-font-size",
"content3-font-size",
"announcements-font-size",
"reset-font-sizes"
]
},
"visibility": {
"title": "VISIBILITY",
"type": "checkbox",
"settings": ["translation-visibility", "transliteration-visibility", "teeka-visibility"]
"settings": ["content1-visibility", "content2-visibility", "content3-visibility"]
},
"autoplay-options": {
"title": "AUTOPLAY_OPTIONS",
Expand All @@ -57,13 +58,7 @@
"language": {
"title": "LANGUAGE_SETTINGS",
"type": "dropdown",
"settings": [
"teeka-source",
"translation-language",
"translation-english-source",
"translation-hindi-source",
"transliteration-language"
]
"settings": ["teeka-source"]
},
"app-settings": {
"title": "APP_SETTINGS",
Expand All @@ -86,40 +81,132 @@
"title": "BANI",
"initialValue": 9
},
"translation-font-size": {
"title": "TRANSLATION",
"content1-font-size": {
"title": "",
"initialValue": 5,
"addon": "translation-visibility"
"addon": ["content1-visibility", "content1"]
},
"teeka-font-size": {
"title": "PUNJABI_TEEKA",
"content2-font-size": {
"title": "",
"initialValue": 4,
"addon": "teeka-visibility"
"addon": ["content2-visibility", "content2"]
},
"transliteration-font-size": {
"title": "TRANSLITERATION",
"content3-font-size": {
"title": "",
"initialValue": 4,
"addon": "transliteration-visibility"
"addon": ["content3-visibility", "content3"]
},
"announcements-font-size": {
"title": "ANNOUNCEMENTS",
"initialValue": 7
},
"translation-visibility": {
"reset-font-sizes": {
"title": "RESET_FONT_SIZES",
"type": "reset-button",
"resetSettings": [
"gurbani-font-size",
"content1-font-size",
"content2-font-size",
"content3-font-size",
"announcements-font-size"
]
},
"content1-visibility": {
"title": "TRANSLATION_VISIBILITY",
"type": "checkbox",
"initialValue": true
},
"teeka-visibility": {
"content2-visibility": {
"title": "TEEKA_VISIBILITY",
"type": "checkbox",
"initialValue": true
},
"transliteration-visibility": {
"content3-visibility": {
"title": "TRANSLITERATION_VISIBILITY",
"type": "checkbox",
"initialValue": true
},
"content1": {
"title": "",
"initialValue": "translation-english",
"type": "multilevel-dropdown",
"disableWhen": "content1-visibility",
"options": [
{
"label": "teeka",
"options": [{ "id": "teeka-punjabi", "text": "Punjabi" }]
},
{
"label": "translation",
"options": [
{ "id": "translation-english", "text": "English" },
{ "id": "translation-hindi", "text": "Hindi" },
{ "id": "translation-spanish", "text": "Spanish" }
]
},
{
"label": "transliteration",
"options": [
{ "id": "transliteration-english", "text": "English" },
{ "id": "transliteration-hindi", "text": "Hindi" }
]
}
]
},
"content2": {
"title": "",
"initialValue": "teeka-punjabi",
"type": "multilevel-dropdown",
"disableWhen": "content2-visibility",
"options": [
{
"label": "teeka",
"options": [{ "id": "teeka-punjabi", "text": "Punjabi" }]
},
{
"label": "translation",
"options": [
{ "id": "translation-english", "text": "English" },
{ "id": "translation-hindi", "text": "Hindi" },
{ "id": "translation-spanish", "text": "Spanish" }
]
},
{
"label": "transliteration",
"options": [
{ "id": "transliteration-english", "text": "English" },
{ "id": "transliteration-hindi", "text": "Hindi" }
]
}
]
},
"content3": {
"title": "",
"initialValue": "transliteration-english",
"type": "multilevel-dropdown",
"disableWhen": "content3-visibility",
"options": [
{
"label": "teeka",
"options": [{ "id": "teeka-punjabi", "text": "Punjabi" }]
},
{
"label": "translation",
"options": [
{ "id": "translation-english", "text": "English" },
{ "id": "translation-hindi", "text": "Hindi" },
{ "id": "translation-spanish", "text": "Spanish" }
]
},
{
"label": "transliteration",
"options": [
{ "id": "transliteration-english", "text": "English" },
{ "id": "transliteration-hindi", "text": "Hindi" }
]
}
]
},
"akhandpatt": {
"title": "AKHAND_PATH_VIEW",
"notes": "CHROMECAST_UNAVAILABLE",
Expand Down Expand Up @@ -224,7 +311,7 @@
"type": "dropdown",
"options": {
"bdb": "BANI_DB",
"ms":"MANMOHAN_SINGH",
"ms": "MANMOHAN_SINGH",
"ssk": "SANT_SINGH_KHALSA"
},
"condition": "translation-language",
Expand All @@ -235,7 +322,7 @@
"title": "TRANSLATION_SOURCE",
"type": "dropdown",
"options": {
"ss":"SAHIB_SINGH",
"ss": "SAHIB_SINGH",
"sts": "SANT_SINGH"
},
"condition": "translation-language",
Expand All @@ -248,7 +335,7 @@
"options": {
"bdb": "BANI_DB",
"ft": "FAREEDKOT",
"ms":"MANMOHAN_SINGH",
"ms": "MANMOHAN_SINGH",
"ss": "SANT_SINGH"
},
"initialValue": "bdb"
Expand Down Expand Up @@ -294,9 +381,13 @@
"initialValue": false,
"dontApplyClass": true
},
"isSingleDisplayMode": {
"title": "SINGLE_DISPLAY",
"initialValue": false
"currentWorkspace": {
"title": "CURRENT_WORKSPACE",
"initialValue": "Presentation"
},
"defaultPaneId": {
"title": "DEFAULT_PANE",
"initialValue": 1
}
}
}
Loading

0 comments on commit 70976d5

Please sign in to comment.