File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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
515This is a big update that improves program playback timing to compensate for
Original file line number Diff line number Diff line change 11defmodule 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
You can’t perform that action at this time.
0 commit comments