We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fda47e commit 8c6e0b4Copy full SHA for 8c6e0b4
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# open890 Changelog
2
3
-## Unreleased
+## 1.2.0 - 2024-06-01
4
* Added the ability to remotely wake the radio from the connections listing.
5
* Reworked the connections screen to be a LiveView.
6
* Added the ability to configure the UDP audio port from 60001 via OPEN890_UDP_PORT
mix.exs
@@ -2,7 +2,7 @@ defmodule Open890.MixProject do
use Mix.Project
@app :open890
- def version, do: "0.0.0-dev"
+ def version, do: "1.2.0"
7
def project do
8
[
0 commit comments