Revisions of bleachbit

buildservice-autocommit accepted request 1126669 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 98)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 1126542 from Wolfgang Frisch's avatar Wolfgang Frisch (wfrisch) (revision 97)
- Update to 4.6.0
  * Clean recently-closed tabs on Firefox.
  * Clean autofill data in Chromium-based browsers.
  * Clean more of Firefox: AlternativeServices.txt.
  * Improve support for FileZilla.
  * Support new versions of GIMP and add runtime detection.
  * Fix AttributeError and "OperationalError: no such table" when cleaning Firefox.
  * Add workaround for DLL security vulnerability.
  * Prevent opening other dialogs when making chaff.
  * Vacuum last after other operations in every language.
  * Add title for dialogs.
  * Enable more strings to be translated.
  * Improve organization of --help in the CLI.
  * Show debug information in CLI only if --debug or --preset is set.
  * Fix crash when wiping free space with Brazilian Portuguese.
  * Specific to Linux
    * Clean Microsoft Edge on Linux.
    * Clean Firefox and Thunderbird when installed as Flatpak.
    * Clean Google Chrome as Flatpak.
    * Clean recent documents list on KDE 5.
    * Clean Firefox installed as a snap.
    * Add shred context menu for KDE.
    * Keep bookmark icons in Firefox.
    * Keep xauth files in /tmp.
    * Fix "Permission denied: /proc/".
    * Use branded icon in application launcher.
    * Fix detection of invalid .desktop files.
    * Fix the error "The child memory-wiping process returned code 9.".
    * Notify user when running as root with Wayland.
    * Fix ModuleNotFoundError.
buildservice-autocommit accepted request 1076790 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 96)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 1033649 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 95)
- Activate test suite
- Add _constraints to increase disk space, needed by tests
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 93)
- Update to 4.4.0:
  * Add cleaner for Brave browser
  * Clean the last location of the File - Save As dialog in
    Google Chrome
  * Clean session for Thunderbird
  * Add new command line option --all-but-warning to enable all
    cleaners that do not emit a warning
  * Add preference option to remember window geometry,
    which means whether it was maximized and the last window size,
    if it was not maximized.
  * Fix ResourceWarning message when cleaning Firefox URL history
  * Fix: do not clean bookmarks in Firefox
  * Add warning when cleaning Thunderbird - Index
  * Fix wiping free space on FAT32 partitions with more than 4GB of
   available space
  * Fix "About # minutes remaining" was not translatable into any
    language
  * Fix ResourceWarning message when downloading chaff
  * The menu item Diagnostics was replaced with the term System
    Information.
  * Add ability to clean the profile of the unstable version of
    Google Chrome
  * Clean more with System - Recent Documents
  * Correctly detect that Thunderbird is running
  * Correctly detect how much space was freed by journald
  * Adjust spacing so the scrollbar does not cover checkbox with
    some GTK themes
  * Improve AppStream metainfo
buildservice-autocommit accepted request 898178 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 92)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 91)
- Update to 4.3.0:
  * Clean the Brave browser (1061).
  * Use the new --all-but-warning CLI command (365).
  * In the preferences, toggle the option to remember window geometry.
    Restart BleachBit and check that the behavior matches the setting
    (1056).
  * Download chaff, and there should not be a ResourceWarning
    message (issue 856).
  * Clean Firefox favicons in URL history, and there should not
    be a sqlite3.Warning message (1135).
  * Wipe the free space on a FAT32 partition with more than
    4GB of available space (1051).
  * Clean Thunderbird - Index, and there should be a warning (363).
  * In Google Chrome, type CTRL+S to save the page. Save it
    to a non-default location, and not the location. Then in
    BleachBit, clean Google Chrome - History, and back in Google
    Chrome verify the location was forgotten (944).
  * On a system with non-English user interface, use BleachBit to
    wipe free space, and verify the "About # minutes remaining"
    message is translated (1162). This also depends on whether
    this string was translated for your language.
  * Clean Firefox - URL History, and verify bookmark icons were
    not deleted (1081).
  * Clean Google Chrome unstable (1147).
  * Open Thunderbird and try to clean it while it is running.
    There should be an error (1112).
  * Clean journald, and BleachBit should report how much space
    was freed (1115).
  * For any GTK theme, the scrollbar should not cover the
    checkboxes (1034.)
buildservice-autocommit accepted request 860153 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 90)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 860109 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 89)
- Update to 4.2.0:
  * Fix: dnf process was not closed (#1001)
  * Update translations
  * Add Slack cleaner
  * Add new action for deleting firefox favicons
  * Initial support for Microsoft Edge
  * Clean Chromium installed as snap
buildservice-autocommit accepted request 831691 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 88)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 830703 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 87)
- Update to 4.1.0:
  * Fix KeyError: 'win10_theme' on Linux (#880)
  * Fix file_wipe() for special files (#875)
  * Fix SyntaxWarning: "is not" with a literal. (#902)
  * Open files with FILE_FLAG_BACKUP_SEMANTICS (#337)
  * Use encoding='utf-8' when opening json/xml files (#874)
  * Worker generator should be added using default prior (#881)
  * Update translations
buildservice-autocommit accepted request 808147 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 86)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 806823 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 85)
- Fix dependencies:
  + gobject-introspection is a build-depoendency, not a runtime
    dependency. Having it in the buildroot also enable the
    typelib()-dependency scanner, which in turn allows to:
 + Remove typelib-1_0-Gtk-3_0 Requires: this is now propelry
   auto-detected (together with the other typelib-* deps).
- Fix more shebangs using sed: we still ended up requiring python2.
andrew ziem's avatar andrew ziem (andrew_z) committed (revision 84)
- Add missing dependency typelib-1_0-Gtk-3_0 to fix error
  "Namespace Gtk not available"
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 796456 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 83)
initialized devel package after accepting 796456
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 82)
- BuildRequire gobject-introspection and let deps autodetect
- BuildRequire on pkgconfig(systemd) so OBS can use systemd-mini
- Remove desktop_database_post macros
- Don't recommend lang package. Supplement is added already
- Remove python3-configparser seems not needed anymore
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 81)
- Update to 4.0.0:
  * The application was updated to run on Python 3 instead of Python 2
  * Add cleaner for Discord
  * Clean more of Google Chrome: IndexDB.
  * Clean more of Firefox: cookies, history.
  * Clean much more of Opera.
  * Clean much more of gPodder
  * Improve responsiveness of application window while cleaning
  * Fix cleaning custom folders when overwrite open was enabled
  * Fix cleaning VLC
  * Fix the application window not appearing or disappearing
  * Fix pop-up notification when cleaning is finished
  * Fix copy button in diagnostics window
  * Fix cleaning VLC on older Linux distributions
  * Fix pop-up notification when cleaning is done
- See https://www.bleachbit.org/news/bleachbit-400
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 787379 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 80)
- Update to 3.9.0:
  * Initial support for Python3
  * Update translations
  * Fix LookupError: unknown encoding: idna 
  * Fix UPX path
  * Fix pop-up notification
Displaying revisions 1 - 20 of 98
openSUSE Build Service is sponsored by