Skip to content
Merged

Dev #30

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.0.0-dev.15201360401 (2025-05-23)

### Fix

- **pyproject.toml**: added missing platformdirs

## 2.0.0-dev.15201304574 (2025-05-23)

### Feat

- **to_do_list.txt**: force bump

## 1.3.0 (2025-05-01)

## 1.3.0-dev.14824348083 (2025-05-04)

## 1.3.0-dev.14813771193 (2025-05-03)
Expand Down
2 changes: 2 additions & 0 deletions assets/to_do_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ Later:
# better theming

# optional list of downloads links to extract to various places in the ue4ss install

_
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "ue4ss_installer_gui"
version = "1.3.0-dev.14824348083"
version = "2.0.0-dev.15201360401"
description = "GUI installer for UE4SS"
readme = "README.md"
requires-python = ">=3.9.1"
Expand All @@ -26,7 +26,8 @@ dependencies = [
"dearpygui",
"requests",
"screeninfo",
"babel"
"babel",
"platformdirs"
]

[tool.hatch.envs.dev]
Expand Down