Skip to content

Commit

Permalink
2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JuneStepp committed Aug 4, 2024
1 parent 4e4e9bd commit 8d00ecd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 2.0.1 (2024-08-03)

A few fixes including support for the Mordor Legendary World.

- Fix Mordor Legendary World status URL
- Use correct network certificates in Addons Manager
- Improve handling of invalid XML in addon files
- Include game name in addons manager window title
- Add basic network connection retrying
- Allow switch game and settings buttons to be used while network info is loading
- Prevent settings label with word wrapping from clipping
- Use root and `__name__` loggers
- Redact user subscription and GLS ticket from logs
- Raise file logging level for dev builds to debug
- Update dependencies
- Exclude build output directory from Mypy

## 2.0 (2024-07-16)

After 3 years, nearly 400 commits, and more than a few postponed features, 2.0 does seem to be out. Here's my best shot at a very high level overview of what's changed:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "OneLauncher"
version = "2.0"
version = "2.0.1"
description = "The OneLauncher to rule them all"
readme = "README.md"
authors = ["June Stepp <[email protected]>"]
Expand Down

0 comments on commit 8d00ecd

Please sign in to comment.