Skip to content

Commit

Permalink
Add first blog post for v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jul 21, 2024
1 parent b0364d4 commit c1c027f
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/blog/.authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
authors:
klaas:
name: Klaas Schoute
description: Creator
avatar: https://github.com/klaasnicolaas.png
url: https://github.com/klaasnicolaas
51 changes: 51 additions & 0 deletions docs/blog/posts/release-v1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: Release v1.1.0
description: >
Release notes for v1.1.0
authors: [klaas]
date: 2024-07-21
categories:
- Release
---

I'm happy to announce the release of v1.1.0 of the Stream Overlays! This release includes a lot of new features and a new documentation site. In this blog post, I will highlight the most important changes.

<!-- more -->

## Documentation site

The Stream Overlays plugin now have a dedicated documentation site. This site contains all the information you need to get started with the RotorHazard plugin, including installation instructions, configuration options, and an overview of all available overlays.

## Overlay for leaderboard rankings

!!! note "Experimental feature"
The leaderboard overlays are still experimental and may not work as expected. If you encounter any issues, please report them in the [issue tracker][issues].

The [Dutch Drone Squad](../../overlays/dds.md) theme now includes overlays for the leaderboard. This allows you to show the current ranking of the pilots for the current class in your stream. The leaderboard is updated in real-time and shows different data depending on the race format.

![alt leaderboard](../../assets/img/overlays/dds/ranking_class-dds.png){ style="border-radius: 5px;" }

## Panels on Stream Displays page

The plugin now generates panels on the Stream Displays page in RotorHazard. These panels contain the overlay URLs for each overlay, making it easier to get the right link for your stream.

![alt stream displays](../../assets/img/stream_overlays-page.png){ style="border-radius: 5px;" }

## Install script

The installation script has been updated to support **development** and **release** versions of the plugin. You can run the script with the following command:

```bash
sh -c "$(curl -fsSL https://short.dutchdronesquad.nl/install-overlays-plugin)"
```

---

I hope you enjoy this release! If you have any questions or feedback, feel free to reach out to me on Discord (misternicolaz) or [GitHub](https://github.com/klaasnicolaas).

Happy flying! 🚀

./Klaas

<!-- Links -->
[issues]: https://github.com/dutchdronesquad/rh-stream-overlays/issues

0 comments on commit c1c027f

Please sign in to comment.