Skip to content

Commit d4da13d

Browse files
Merge pull request #50 from dutchdronesquad/release/v1.2.1
Release v1.2.1
2 parents fe399a1 + b914376 commit d4da13d

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.github/workflows/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Sync labels
55
on:
66
push:
77
branches:
8-
- main
8+
- develop
99
paths:
1010
- .github/labels.yml
1111
workflow_dispatch:

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- main
9+
- develop
910
workflow_dispatch:
1011

1112
jobs:

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ Do you have any wishes for a new overlay? Then leave your ideas, sketches or moo
1414

1515
## Documentation
1616

17-
The full documentation can be found at [overlays.dutchdronesquad.nl](https://overlays.dutchdronesquad.nl). Where you can find all the information about the overlays, how to install them and how to use them in OBS.
17+
> [!IMPORTANT]
18+
> Please note, the default branch shows development code and may be ahead of the released version. For the latest stable version, switch to the [release branch][release-branch] or use the installation instructions on the documentation [website].
19+
20+
The full documentation can be found at [overlays.dutchdronesquad.nl][website]. Where you can find all the information about the overlays, how to install them and how to use them in [OBS](https://obsproject.com).
1821

1922
## License
2023

@@ -24,3 +27,6 @@ Distributed under the **MIT** License. See [`LICENSE`](LICENSE) for more informa
2427
[license-shield]: https://img.shields.io/github/license/dutchdronesquad/rh-stream-overlays.svg
2528
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
2629
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
30+
31+
[release-branch]: https://github.com/dutchdronesquad/rh-stream-overlays/branches/all?query=release
32+
[website]: https://overlays.dutchdronesquad.nl

stream_overlays/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"info_uri": "https://github.com/dutchdronesquad/rh-stream-overlays/",
77
"license": "MIT",
88
"license_uri": "https://github.com/dutchdronesquad/rh-stream-overlays/blob/main/LICENSE",
9-
"version": "1.2.0",
10-
"required_rhapi_version": "1.2.0",
9+
"version": "1.2.1",
10+
"required_rhapi_version": "1.2.1",
1111
"update_uri": null,
1212
"text_domain": null
1313
}

tools/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ install_stable_plugin() {
120120
# Function to install/update the plugin to the development version
121121
install_development_plugin() {
122122
local repo="dutchdronesquad/rh-stream-overlays"
123-
local download_url="https://codeload.github.com/$repo/zip/refs/heads/main"
123+
local branch="develop"
124+
local download_url="https://codeload.github.com/$repo/zip/refs/heads/$branch"
124125

125126
# Check if the plugin already exists and ask for update permission
126127
check_update_permission

0 commit comments

Comments
 (0)