Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 9c401fa

Browse files
committed
v2.2.1
1 parent d98e9f8 commit 9c401fa

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v2.2.1
2+
- Changed version checking to use official GitHub API
3+
- As language file is the one to be created it now also serves as a folder write check
4+
15
### v2.2
26
- Made the part that gets rid of empty rows more logical
37
- Got rid of retries, now if an error occurs while trying to reach any website the app doesn't try again, thus saving the website's bandwitch

CHANGELOGcs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v2.2.1
2+
- Kontrola aktualizace změněna, aby používala oficiální GitHub API
3+
- Jelikož jazykový soubor je první, který se vytvoří slouží nyní jako kontrola zápisu do složky
4+
15
### v2.2
26
- Část, která se zbavuje prázdných řádku byla předělána, aby fungovala logičtěji
37
- Více pokusů bylo zrušeno, nyní pokud nastane chyba zatímco se program pokouší načíst stránku, tak se nepokusí znovu, čímž šetří zdroje dané stránky

LibraryParrotex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ def edit(row: int) -> None:
13401340
[sg.P(),
13411341
sg.Image(ICON),
13421342
sg.P()],
1343-
[sg.T("v" + VERSION),
1343+
[sg.T(VERSION),
13441344
sg.P(),
13451345
sg.T(LANG["by"] + " F_TEK")]]
13461346
spWin = sg.Window("",

0 commit comments

Comments
 (0)