Skip to content

Commit 2e559b8

Browse files
Merge branch 'main' into dev
2 parents b71c1cd + 1a4d370 commit 2e559b8

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
## 1.0.0 (2025-04-27)
2+
3+
### Feat
4+
5+
- **all**: final initial verison
6+
- **all**: final initial verison
7+
- **all**: added localization
8+
9+
### Fix
10+
11+
- **configure_game.py**: fix filter
12+
- **configure_game.py**: fix filter
13+
14+
## 0.1.0-dev.14609115132 (2025-04-23)
15+
16+
### Fix
17+
18+
- **steam.py**: fixed scan regression
19+
20+
## 0.1.0-dev.14609034250 (2025-04-23)
21+
22+
## 0.1.0-dev.14608082085 (2025-04-23)
23+
24+
### Feat
25+
26+
- **all**: more work for initial build
27+
28+
## 0.1.0-dev.14564099472 (2025-04-20)
29+
30+
### Fix
31+
32+
- **main.pyw**: Fixed renaming wrong main file
33+
34+
## 0.1.0-dev.14564078159 (2025-04-20)
35+
36+
### Fix
37+
38+
- **main.py**: changed from .py to .pyw
39+
40+
## 0.1.0-dev.14564041888 (2025-04-20)
41+
42+
## 0.1.0-dev.14500613909 (2025-04-16)
43+
44+
### Feat
45+
46+
- **all**: More work for initial 1.0.0 build
47+
48+
## 0.1.0-dev.14477465302 (2025-04-15)
49+
50+
### Fix
51+
52+
- **project_main_icon.ico**: added missing project icon
53+
154
## 0.1.0 (2025-04-14)
255

356
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ue4ss_installer_gui"
7-
version = "0.1.0-dev.14609115132"
7+
version = "1.0.0"
88
description = "GUI installer for UE4SS"
99
readme = "README.md"
1010
requires-python = ">=3.9.1"

0 commit comments

Comments
 (0)