Skip to content

Commit

Permalink
Update Logos release
Browse files Browse the repository at this point in the history
  • Loading branch information
thw26 committed Aug 23, 2024
1 parent 7967170 commit fd807de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

- 4.0.0-alpha.14
- Fix install routine [N. Marti, T. H. Wright]
- Fix #144, #154, #156
- 4.0.0-alpha.13
- Fix #22. [T. Bleher, J. Goodman, N. Marti, S. Freilichtbuenhe, M. Malevic, T. Wright]
- Fix #22. [T. Bleher, J. Goodman, N. Marti, S. Freilichtbuenhe, M. Malevic, T. H. Wright]
- Fix package installer and TUI app. Also fix #135, #136, #140. [T. H. Wright, N. Marti]
- Introduce network.py and system.py
- 4.0.0-alpha.12
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
L9PACKAGES = None
LEGACY_CONFIG_FILE = os.path.expanduser("~/.config/Logos_on_Linux/Logos_on_Linux.conf") # noqa: E501
LLI_AUTHOR = "Ferion11, John Goodman, T. H. Wright, N. Marti"
LLI_CURRENT_VERSION = "4.0.0-alpha.13"
LLI_CURRENT_VERSION = "4.0.0-alpha.14"
LLI_LATEST_VERSION = None
LLI_TITLE = "Logos Linux Installer"
LOG_LEVEL = logging.WARNING
Expand Down

0 comments on commit fd807de

Please sign in to comment.