1. Catch 7zip error while listing ISO content
2. Way to detect .ISO and .IMG files for direct booting using memdisk
3. Added a class for finding available RAM size
4. Added feature for selecting ISO, IMG, Zip and all files options in file chooser dialog
5. Added generic menu entry for memdisk
6. Corrected path to menu.lst file for distrs based on grub4dos
7. Fix for crash when multicard reader is inserted on the system without a SD card
8. Correctly detect USB disk information using udisk2-dbus without crash
1. Simplified 7zip listing to include directories as well
2. Correctly remove files installed outside multibootusb directory when uninstalling
3. Added Liberte
4. Added option to select zip files when choosing files
5. Added INSERT ISO
6. Added option to choose between two methods when syslinux shipped by ISO is version 3 or below
1. Added functionality to skip confirmation with -y or yes CLI switch
2. Now it is possible to add many distro at a time (batch) process using CLI switch
example CLI usge is python3 multibootusb -c -y -i /path/to/name.iso,/path/to/diss_name.iso -t G:
(remember not to add space between iso paths)
This commit solves https://github.com/mbusb/multibootusb/issues/137 and https://github.com/mbusb/multibootusb/issues/136
1. Fix for crash when installing under Install syslinux tab
2. Prevent read only filesystem under Linux
3. Corrected setup file copy location preventing crash
4. Improved multibootusb-pkexec script for working under rpm and deb based distros
5. Create correct policy file during build time
6. Modified readme file to point to improved guide
1. Version upgraded to 8.7.0
2. Updated changelog for version 8.7.0
3. Auto convert multibootusb file ending to Linux using dos2unix during packaging
4. Re-enable log message
5. Avoid crashing due to existence of syslinux.cfg
1. Droped p7zip-plugin for suse and mageia
2. Added PC Tool. But does not seems to work
3. Added custom functions for writing custom loopback.cfg file
4. Improved CLI working
5. Added custom menu entry file
6. Removed unnecessary codes
7. Removed windows line ending which prevented application not to start
from...
usb.py:406:details() called from persistence.py:28:max_disk_persistence()
usb.py:406:details() called from mbusb_gui.py:148:onComboChange()
usb.py:406:details() called from uninstall_distro.py:24:install_distro_list()
...to
usb.py:406:details() called from mbusb_gui.py:147:onComboChange()
1. Fixed bug which prevents installing distro through CLI
2. Added entries for windoes cli and uninstall in usage for CLI
3. Added "Alin Trăistaru (alindt)" in authors list and reduced About window size
4. Fixed few other minor bugs