forked from shinrax2/PS3GameUpdateDownloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
62 lines (54 loc) · 2.13 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
! important change
+ new feature or minor change
- bugfix
future release (aka current master branch):
! refactored gui code
! more secure handling of sonys self signed certificate
+ open configuration window when no configuration file is found
+ generate "build.log" when using building releases
+ include pysimplegui version in logs for easier debugging
+ include python version in logs for easier debugging
+ proxy support (only SOCKS5)
+ add CHANGELOG to builds
+ add thai translation thanks to https://github.com/CENSOR1337
- fix changelog being cutoff in update notification window
- fix updater on linux
- fix handling unicode languages
v007:
- fixed main window becoming malfunctional when pressing download in the queue window with an empty queue
- retranslate main window when changing language
+ load english string as fallback when the current localization doesnt contain the wanted string
+ added sorting and removal of entrys to the queue management
+ improved select window
+ every run now has its own logfile
- prevent the same update being added to queue multiple times
- fix crashes in queue management
+ check if download directory is writeable
+ added percentage and download speed to main window when downloading
+ log crashes for easier debugging
- fix crash when downloading on python 3.8
+ use enter key to search for updates in main window
v006:
+! automatic download and installation of updates
+ progress bar for downloads
+ added simple download queue
- improved responsiveness of the window while downloading
- fix downloading of game updates for certain games with " or ' in their names
v005:
+ add notification for new releases
+ add translation support (english & german sofar)
v004:
- improved file size formatting
+ added check for free space before download
- improved naming of outputted directories
- fixed a crash when selecting no update in the download window
+ added configuration via gui
v003:
+ added logging
+! added GUI via pysimplegui
v002:
- fixed sha1 verification of downloads
+ sort downloads into folders by gameid
+ added check if file was already downloaded
v001:
initial release