Skip to content

Releases: lmacken/liveusb-creator

3.95.2

21 Jun 16:29
Compare
Choose a tag to compare
3.95.2 Pre-release
Pre-release

Added F24 pre-fetched resources

3.95.0

03 May 14:45
Compare
Choose a tag to compare
3.95.0 Pre-release
Pre-release

Most of the changes on the way to 4.0 are done.
The tool only writes using dd.
Full Windows and Linux (with udisks2) support, providing the same features on both platforms.

Features:
  • Destructive writing of iso images
  • Automatic download of Fedora release metadata
  • The most recent Fedora release download
  • Restores flash drives back to a single partition layout - there is a popup when a restore-able drive is connected to the computer.
  • Signed Windows builds

3.93.3

29 Apr 09:17
Compare
Choose a tag to compare
3.93.3 Pre-release
Pre-release
Got rid of the BusyIndicator eating up CPU up to 100%

3.91.0

21 Mar 09:33
Compare
Choose a tag to compare
3.91.0 Pre-release
Pre-release

What's different from 3.90.0:

  • Removed cp mode
  • Introduced possibility to clear the flash drive off a live system (and restore its partition layout)
    • Supported in Linux, Windows TBD
  • Reworked list layout on title screen
  • Removed options in the download dialog
    • Now you can only set it to write automatically when the download is finished

3.13.1 bugfix & enhancement release

27 Nov 08:22
Compare
Choose a tag to compare
  • Support a destructive mode that uses dd to copy the iso directly to the device, which tends to be more reliable in terms of booting
  • Added a new --dd command-line option
  • DVD iso support with the 'Overwrite device' method
  • Improved UI layout (fedorahosted#807)
  • Added [http://people.freedesktop.org/~hughsient/appdata/ AppData metadata](issue #12)
  • The --calculcate-liveos-checksum now works on Linux
  • Fixed mbr.bin path for Arch Linux
  • Fixed the code that automatically populates the available releases (rhbz#1096460)
  • Switched to use polkit on Linux instead of consolehelper for authentication
  • Translation updates
  • Improved error handling

liveusb-creator 3.12.0

17 Oct 22:54
Compare
Choose a tag to compare
  • Fix quote chars in the ku.po (lmacken)
  • Bump the spec (lmacken)
  • Version bump (lmacken)
  • Display the actual error in the gui (lmacken)
  • Fix a bug in the release downloader (fixes #5) (lmacken)
  • Add SoaS v7 to the releases list (lmacken)
  • Merge pull request #4 from havalabdulkarim/patch-1 (lmacken)
  • Create ku.po (haval.abdulkarim)
  • Add mswsock.dll to the py2exe dll_excludes to fix an error (lmacken)
  • Revert "Update our win32 syslinux binary to 5.01". (lmacken)
  • Generate a fresh windows_dialog.py with the new release refresher button
    (lmacken)
  • Bump the version in our nsi configs (lmacken)
  • Update our win32 syslinux binary to 5.01 (lmacken)
  • Change our overlay restriciton warnings to debug messages (lmacken)
  • Show warnings in the gui (lmacken)
  • Stop our progress thread before unmounting (lmacken)
  • Enable verbose logging during our tests (lmacken)
  • Log exceptions when trying to clean up our processes (lmacken)
  • whitespace tweaks and move an import around (lmacken)
  • Update the copyright (lmacken)
  • More improvements to the maximum overlay size code (lmacken)
  • Get persistent overlays working with F18 (#908120) (lmacken)
  • Handle devices without any free space (lmacken)
  • Fix another bug with non-ascii device labels (#863064) (lmacken)
  • Handle integers in LiveUSBDialog.status (#820809) (lmacken)
  • Don't display unnecessary warnings (#804) (lmacken)
  • Handle non-ascii mount paths (#802) (lmacken)
  • Limit the overlay size to 3999MB for FAT32 (#619) (lmacken)
  • Change isolinux to syslinux in the grub.cfg (#810112) (lmacken)
  • Always refer to the label LIVE instead of the device UUID (#809) (lmacken)
  • /EFI/boot/grub.conf has been renamed to /EFI/BOOT/grub.cfg (lmacken)
  • whitespace fixes (lmacken)
  • Update the copyright (lmacken)
  • Don't call sys.exit in our init (rhbz#842878) (lmacken)
  • Change the arch order (#811) (lmacken)
  • Support non-ascii mount points (#660603) (lmacken)
  • Wrap more of our strings for i18n (lmacken)