Skip to content

Commit a6c10fb

Browse files
committed
v0.4.1 release
1 parent 4cafb11 commit a6c10fb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## v0.4.0 - 2022-10-14
414

515
This is a big update that improves program playback timing to compensate for

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Delux.MixProject do
22
use Mix.Project
33

4-
@version "0.4.0"
4+
@version "0.4.1"
55
@source_url "https://github.com/smartrent/delux"
66

77
def project do

0 commit comments

Comments
 (0)