We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cafb11 commit a6c10fbCopy full SHA for a6c10fb
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v0.4.1 - 2022-10-17
4
+
5
+* Changes
6
+ * Added support for starting Delux as an OTP application. This is triggered by
7
+ supplying an application configuration (see README.md). Please see
8
+ documentation for tradeoffs.
9
+ * Added support for specifying an initial configuration. The indicators no
10
+ longer are forced to start in the off state.
11
+ * Support looping Morse code sequences
12
13
## v0.4.0 - 2022-10-14
14
15
This is a big update that improves program playback timing to compensate for
mix.exs
@@ -1,7 +1,7 @@
defmodule Delux.MixProject do
use Mix.Project
- @version "0.4.0"
+ @version "0.4.1"
@source_url "https://github.com/smartrent/delux"
def project do
0 commit comments