Skip to content

Commit

Permalink
0.75.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dunn committed Feb 21, 2024
1 parent 622272c commit 08c7241
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,13 @@ The new unit tests initiative uses pytest. Use the test_run.py file if you want
Recent Changes(See [Full Changelog](kaithem/src/docs/changes.md))
============

### 0.75.1
- :bug: Fix chandler scenes sometimes sharing all data for the default cues
- :bug: Fix makefile install process
- :bug: More reliable max-volume-at-boot script
- :sparkles: Web console runs in ~/kaithem/venv if it exists(Change this if desired in kaithem's bashrc)
- :sparkles: Settings page link to set ALSA mixer volume to full
-
### 0.75.0
- :sparkles: Default page title is now the hostname
- :sparkles: Devices report feature lets you print out all the device settings
Expand Down
4 changes: 2 additions & 2 deletions kaithem/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.75.0"
__version_info__ = (0, 75, 0, "release", 0)
__version__ = "0.75.1"
__version_info__ = (0, 75, 1, "release", 0)
3 changes: 3 additions & 0 deletions kaithem/src/docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Change Log
### 0.75.1
- :bug: Fix chandler scenes sometimes sharing all data for the default cues
- :bug: Fix makefile install process
- :bug: More reliable max-volume-at-boot script
- :sparkles: Web console runs in ~/kaithem/venv if it exists(Change this if desired in kaithem's bashrc)
- :sparkles: Settings page link to set ALSA mixer volume to full

### 0.75.0
- :sparkles: Default page title is now the hostname
Expand Down

0 comments on commit 08c7241

Please sign in to comment.