78 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Changelog for Wire-Py
 | 
						|
My standard System: Linux Mint 22 Cinnamon
 | 
						|
 | 
						|
## [Unreleased]
 | 
						|
 | 
						|
 - os import in wg_func replaced by other methods
 | 
						|
 - Guide to menu '?' with pictures
 | 
						|
 - In Gitea Readme enter text, images
 | 
						|
 - Own filedialog for import
 | 
						|
 - If Wire-Py already runs, prevent further start
 | 
						|
 - for loops with lists replaced by List Comprehensions
 | 
						|
 - Keeping Classes Together
 | 
						|
 | 
						|
 ### Added
 | 
						|
19-10-2024
 | 
						|
 | 
						|
 - Add Options, Help, Update Label and Update Menubutton
 | 
						|
 - Theme now separate Light and Dark
 | 
						|
 | 
						|
 ### Added
 | 
						|
16-10-2024
 | 
						|
 | 
						|
 - Menu add
 | 
						|
 - New Modern Dark and Light(default) Theme
 | 
						|
 | 
						|
### Added
 | 
						|
12-10-2024
 | 
						|
 | 
						|
 - Create file for settings (Autoupdate)
 | 
						|
 - Create file for theme
 | 
						|
 - Autoupdate in Options
 | 
						|
 - Dark Theme for Wire-Py
 | 
						|
 | 
						|
 | 
						|
### 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
 | 
						|
 | 
						|
 | 
						|
### 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
 | 
						|
 | 
						|
 - Version lobster assigned to a variable
 | 
						|
 |