2024-09-28 14:13:07 +02:00
|
|
|
Changelog for Wire-Py
|
2024-10-04 18:37:21 +02:00
|
|
|
My standard System: Linux Mint 22 Cinnamon
|
2024-09-28 14:13:07 +02:00
|
|
|
|
|
|
|
## [Unreleased]
|
2024-10-12 13:36:27 +02:00
|
|
|
|
2024-09-28 14:13:07 +02:00
|
|
|
- os import in wg_func replaced by other methods
|
|
|
|
- Guide to menu '?' with pictures
|
|
|
|
- In Gitea Readme enter text, images
|
|
|
|
- Own filedialog for import
|
2024-10-04 18:37:21 +02:00
|
|
|
- If Wire-Py already runs, prevent further start
|
|
|
|
- for loops with lists replaced by List Comprehensions
|
|
|
|
- Keeping Classes Together
|
|
|
|
|
2024-10-21 22:12:26 +02:00
|
|
|
|
2024-10-26 12:35:18 +02:00
|
|
|
### Added
|
|
|
|
25-10-2024
|
|
|
|
|
|
|
|
- Optimize Class and Tooltip
|
|
|
|
|
|
|
|
|
2024-10-21 22:12:26 +02:00
|
|
|
### Added
|
|
|
|
21-10-2024
|
|
|
|
|
|
|
|
- Optimize Class. Move to wg_main Import Start/StopBTN and Tooltip
|
|
|
|
|
|
|
|
|
2024-10-19 18:04:36 +02:00
|
|
|
### Added
|
|
|
|
19-10-2024
|
|
|
|
|
|
|
|
- Add Options, Help, Update Label and Update Menubutton
|
|
|
|
- Theme now separate Light and Dark
|
2024-10-20 02:10:23 +02:00
|
|
|
- Add Own Tooltip (Class and def's) Part One
|
2024-10-19 18:04:36 +02:00
|
|
|
|
2024-10-16 20:38:36 +02:00
|
|
|
### Added
|
|
|
|
16-10-2024
|
|
|
|
|
|
|
|
- Menu add
|
|
|
|
- New Modern Dark and Light(default) Theme
|
|
|
|
|
2024-10-12 13:36:27 +02:00
|
|
|
### Added
|
|
|
|
12-10-2024
|
|
|
|
|
|
|
|
- Create file for settings (Autoupdate)
|
|
|
|
- Create file for theme
|
|
|
|
- Autoupdate in Options
|
|
|
|
- Dark Theme for Wire-Py
|
|
|
|
|
|
|
|
|
2024-10-04 18:37:21 +02:00
|
|
|
### Added
|
|
|
|
04-10-2024
|
|
|
|
|
|
|
|
- Fix msg_window and remove x , y argument
|
|
|
|
|
|
|
|
- Install further adapted and with colored text if user
|
|
|
|
is not in group sudo or wheel.
|
|
|
|
|
|
|
|
- Added to install Opensuse for installation
|
|
|
|
|
|
|
|
- Tested on Arch with Mate, Xfce4, Gnome, LXDE Desktop
|
|
|
|
Open Suse Tumbleweed KDE, Fedora 40 KDE and Debian 12 Mate Desktop
|
|
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
29-09-2024
|
|
|
|
|
|
|
|
- installer optimize for another Systems
|
|
|
|
|
|
|
|
- Version number changed to:
|
|
|
|
1 = 1. Year, 01 = Month of the Year, 0124 = Day and Year of the Year
|
|
|
|
Example for this version: 1.09.2924
|
|
|
|
|
|
|
|
- Comments modified by # description to ''' description '''
|
|
|
|
and insert empty lines for better readability
|
|
|
|
|
2024-09-28 14:13:07 +02:00
|
|
|
|
|
|
|
### Added
|
|
|
|
28-09-2024
|
|
|
|
|
|
|
|
- Changelog create
|
|
|
|
|
|
|
|
- When exporting, the folder is now copied to /tmp and the non .conf
|
|
|
|
files are deleted before the zip file is created.
|
|
|
|
|
|
|
|
- In main.py os import removed. Since os have been replaced by pathlib and shutil.
|
|
|
|
|
|
|
|
- Start with version number 1.4.7
|
|
|
|
|
|
|
|
- Message window size corrected so text is displayed better
|
|
|
|
|
2024-10-04 18:37:21 +02:00
|
|
|
- Version lobster assigned to a variable
|
|
|
|
|