v1.2.2
This commit is contained in:
parent
abeec7bd9c
commit
b3a831ed42
3
.gitignore
vendored
3
.gitignore
vendored
@ -36,3 +36,6 @@ Thumbs.db
|
|||||||
# Custom:
|
# Custom:
|
||||||
*kopie*
|
*kopie*
|
||||||
gitcopy.bat
|
gitcopy.bat
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vscode/
|
||||||
|
7
.vscode/extensions.json
vendored
7
.vscode/extensions.json
vendored
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"recommendations": [
|
|
||||||
"ms-python.python",
|
|
||||||
"ms-python.vscode-pylance",
|
|
||||||
"ms-toolsai.jupyter"
|
|
||||||
]
|
|
||||||
}
|
|
30
.vscode/settings.jsonc
vendored
30
.vscode/settings.jsonc
vendored
@ -1,30 +0,0 @@
|
|||||||
{ // Bitte daran denken das Kommentare eigentlich nicht von json unterstützt werden :-)
|
|
||||||
// Das funktioniert hier nur in Microsofts jsonc im VS-Code!
|
|
||||||
"python.linting.enabled": true,
|
|
||||||
"python.linting.pylintEnabled": true,
|
|
||||||
"python.linting.mypyEnabled": true,
|
|
||||||
"python.linting.pylintArgs": ["--disable=C0114,C0115,C0116"],
|
|
||||||
"editor.formatOnSave": true,
|
|
||||||
"editor.codeActionsOnSave": {
|
|
||||||
"source.organizeImports": "explicit"
|
|
||||||
},
|
|
||||||
"python.analysis.typeCheckingMode": "basic",
|
|
||||||
|
|
||||||
// Abschliessende Leerzeichen entfernen:
|
|
||||||
"files.trimTrailingWhitespace": true,
|
|
||||||
"files.insertFinalNewline": true,
|
|
||||||
|
|
||||||
// Markdown für das Entfernen von abschliessenden Leerzeichen rausnehmen:
|
|
||||||
"[markdown]": {
|
|
||||||
"files.trimTrailingWhitespace": false,
|
|
||||||
"editor.wordWrap": "off"
|
|
||||||
},
|
|
||||||
|
|
||||||
// Für Pythonfiles Tababstand definieren und Tabs durch Leerzeichen ersetzen
|
|
||||||
"[python]": {
|
|
||||||
"editor.tabSize": 4,
|
|
||||||
"editor.insertSpaces": true
|
|
||||||
},
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
17
.vscode/tasks.json
vendored
17
.vscode/tasks.json
vendored
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "2.0.0",
|
|
||||||
"tasks": [
|
|
||||||
{
|
|
||||||
"label": "Linter (pylint)",
|
|
||||||
"type": "shell",
|
|
||||||
"command": "pylint beispiel.py",
|
|
||||||
"group": "build"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Typprüfung (mypy)",
|
|
||||||
"type": "shell",
|
|
||||||
"command": "mypy beispiel.py",
|
|
||||||
"group": "build"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
## pyUpload (TKInter-Version 1.0)
|
## pyUpload (TKInter-Version 1.0)
|
||||||
|
|
||||||
|
- **2025-05-07 - v1.2.1**
|
||||||
|
- **Geändert:**
|
||||||
|
- [x] Logo angepasst und kleine belanglose Änderungen
|
||||||
|
- [X] (C) aus LICENSE entfernt
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
- **2025-05-07 - v1.2.1**
|
- **2025-05-07 - v1.2.1**
|
||||||
- **Geändert:**
|
- **Geändert:**
|
||||||
- [x] `main.py` übergibt beim Neustart unter Linux jetzt einen **absoluten Pfad**, um Doppelpunkte wie `app/app/main.py` zu vermeiden.
|
- [x] `main.py` übergibt beim Neustart unter Linux jetzt einen **absoluten Pfad**, um Doppelpunkte wie `app/app/main.py` zu vermeiden.
|
||||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License with Attribution Requirement
|
MIT License with Attribution Requirement
|
||||||
|
|
||||||
Copyright (c) 2025 Adam Skotarczak <adam@skotarczak.net>
|
Adam Skotarczak <adam@skotarczak.net>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the “Software”), to deal
|
of this software and associated documentation files (the “Software”), to deal
|
||||||
|
@ -4,11 +4,16 @@
|
|||||||
|
|
||||||
## ⚠️ Projektstatus: Eingefroren – Nur noch Bugfixes
|
## ⚠️ Projektstatus: Eingefroren – Nur noch Bugfixes
|
||||||
|
|
||||||
Diese Version von **pyUpload** wird **nicht weiterentwickelt** und erhält nur noch Fehlerbehebungen.
|
> Diese Version von **pyUpload** wird **nicht weiterentwickelt** und erhält nur noch Fehlerbehebungen.
|
||||||
Die neue Version mit Flask-Backend wird **bald** verfügbar sein unter:
|
> Die neue Version mit Flask-Backend wird **bald** verfügbar sein unter:
|
||||||
|
|
||||||
🔗 **<https://github.com/realAscot/pyUpload2>**
|
🔗 **<https://github.com/realAscot/pyUpload2>**
|
||||||
|
|
||||||
|
**DIESE** Version ist aber voll funktionsfähig, sowohl die reine Python-Version wie auch die Windows `.exe`
|
||||||
|
|
||||||
|
- (<https://github.com/realAscot/pyUpload/releases/tag/v1.0.0-alpha>)
|
||||||
|
Dem Programm liegen bootstrap Routinen bei die alle notwendigen Biblioteken nachinstallieren.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📑 Inhalt der Readme
|
## 📑 Inhalt der Readme
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 217 KiB |
BIN
assets/logo-1.0-alpha_1024x1024.png
Normal file
BIN
assets/logo-1.0-alpha_1024x1024.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 798 KiB |
BIN
assets/logo-1.0-alpha_512x512.png
Normal file
BIN
assets/logo-1.0-alpha_512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 217 KiB |
Loading…
x
Reference in New Issue
Block a user