Skip to content

Commit

Permalink
chore: release 4.0.0-beta.7 (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltf24 authored Jan 30, 2025
1 parent 4d25960 commit d067200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

- 4.0.0-beta.7
- Fix appimage update button to accept wine 10 (#282, #275) [N. Marti]
- Fix crash when downloading resources (seqURIs must be non-null and non-empty) (#275 #262 #283) [N. Shaaban]
- 4.0.0-beta.6
- Fix #256 [J. Goodman]
- Fix #269 [T. H. Wright]
Expand Down
2 changes: 1 addition & 1 deletion ou_dedetai/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
os.path.expanduser("~/.config/Logos_on_Linux/Logos_on_Linux.conf")
]
LLI_AUTHOR = "Ferion11, John Goodman, T. H. Wright, N. Marti, N. Shaaban"
LLI_CURRENT_VERSION = "4.0.0-beta.6"
LLI_CURRENT_VERSION = "4.0.0-beta.7"
DEFAULT_LOG_LEVEL = logging.WARNING
LOGOS_BLUE = '#0082FF'
LOGOS_GRAY = '#E7E7E7'
Expand Down

0 comments on commit d067200

Please sign in to comment.