diff --git a/CHANGELOG.md b/CHANGELOG.md index e02a7045..ea7f6f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,15 +10,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - AUR: - allowing to edit the PKGBUILD file of a package to be installed/upgraded/downgraded. If enabled, a popup will be displayed during this acctions allowing the PKGBUILD to be edited.

- +

- mark a given PKGBUILD of a package as editable (if the property above is enabled, the same behavior will be applied)

- +

- unmark a given PKGBUILD of a package as editable (it prevents the behavior described above to happen)

- +

### Improvements @@ -30,7 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Arch - upgrade summary: displaying the reason a given package must be installed

- +

- upgrade: - upgrading firstly the keyring packages declared in **SyncFirst** (**/etc/pacman.conf**) to avoid pacman downloading issues @@ -62,7 +62,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - crashing when an update size cannot be read [#130](https://github.com/vinifmor/bauh/issues/130) - installation fails when there are multiple references for a given package (e.g: openh264)

- +

- UI - crashing when nothing can be upgraded @@ -75,7 +75,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - creating a symlink for the installed applications at **~.local/bin** (the link will have the same name of the application. if the link already exists, it will be named as 'app_name-appimage') [#122](https://github.com/vinifmor/bauh/issues/122) - new initialization task that checks if the installed AppImage files have symlinks associated with (it creates new symlinks if needed)

- +

- able to update AppImages with continuous releases - UI @@ -91,7 +91,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - new property **ui.scale_factor** responsible for defining the interface scale factor. Useful if bauh looks small on the screen. It can be changed through the settings window (**Interface** tab):

- +

### Fixes @@ -119,14 +119,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Features - new custom action (**+**) to open the system backups (snapshots). It is just a shortcut to Timeshift.

- +

### Improvements - Arch - new **automatch_providers** settings: bauh will automatically choose which provider will be used for a package dependency when both names are equal (enabled by default).

- +

- UI @@ -160,30 +160,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Ignore updates: now it is possible to ignore updates from software packages through their actions button (**+**). Supported types: Arch packages, Flatpaks and AppImages

- +

- +

- Packages with ignored updates have their versions displayed with a brown shade

- +

- It is possible to filter all you packages with updates ignored through the new category **Updates ignored**

- +

- Arch - supporting multi-threaded download for repository packages (enabled by default)

- +

- Settings - [axel](https://github.com/axel-download-accelerator/axel) added as an alternative multi-threaded download tool. The download tool can be defined through the new field **Multi-threaded download tool** on the settings window **Advanced** tab (check **Default** for bauh to decide which one to use)

- +

@@ -246,29 +246,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - UI - it is possible to view details of some initialization tasks by clicking on their icons

- +

- +

### Improvements - Backup - new **type** field on settings to specify the Timeshift backup mode: **RSYNC** or **BTRFS**

- +

- Trim - the dialog is now displayed before the upgrading process (but the operation is only executed after a successful upgrade) - Settings - new option to disable the reboot dialog after a successful upgrade (`updates.ask_for_reboot`)

- +

- Arch - able to handle upgrade scenarios when a package wants to overwrite files of another installed package

- +

- displaying more upgrade substatus @@ -282,7 +282,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - icons, buttons and colors changes

- +

- more unnecessary **x** buttons were removed from dialogs diff --git a/pictures/releases/0.9.2/ask_reboot.png b/pictures/releases/0.9.2/ask_reboot.png deleted file mode 100755 index e70c9f69..00000000 Binary files a/pictures/releases/0.9.2/ask_reboot.png and /dev/null differ diff --git a/pictures/releases/0.9.2/backup_mode.png b/pictures/releases/0.9.2/backup_mode.png deleted file mode 100644 index 53d9f635..00000000 Binary files a/pictures/releases/0.9.2/backup_mode.png and /dev/null differ diff --git a/pictures/releases/0.9.2/color_design.png b/pictures/releases/0.9.2/color_design.png deleted file mode 100644 index 7c4a41a3..00000000 Binary files a/pictures/releases/0.9.2/color_design.png and /dev/null differ diff --git a/pictures/releases/0.9.2/files_conflict.png b/pictures/releases/0.9.2/files_conflict.png deleted file mode 100644 index 57242af8..00000000 Binary files a/pictures/releases/0.9.2/files_conflict.png and /dev/null differ diff --git a/pictures/releases/0.9.2/prepare_icon.png b/pictures/releases/0.9.2/prepare_icon.png deleted file mode 100644 index 3155caf6..00000000 Binary files a/pictures/releases/0.9.2/prepare_icon.png and /dev/null differ diff --git a/pictures/releases/0.9.2/prepare_output.png b/pictures/releases/0.9.2/prepare_output.png deleted file mode 100644 index 7cecf1d2..00000000 Binary files a/pictures/releases/0.9.2/prepare_output.png and /dev/null differ diff --git a/pictures/releases/0.9.4/arch_repo_mthread.png b/pictures/releases/0.9.4/arch_repo_mthread.png deleted file mode 100644 index 503211ff..00000000 Binary files a/pictures/releases/0.9.4/arch_repo_mthread.png and /dev/null differ diff --git a/pictures/releases/0.9.4/ignore_updates.png b/pictures/releases/0.9.4/ignore_updates.png deleted file mode 100644 index 96be8a50..00000000 Binary files a/pictures/releases/0.9.4/ignore_updates.png and /dev/null differ diff --git a/pictures/releases/0.9.4/mthread_tool.png b/pictures/releases/0.9.4/mthread_tool.png deleted file mode 100644 index 99c2f329..00000000 Binary files a/pictures/releases/0.9.4/mthread_tool.png and /dev/null differ diff --git a/pictures/releases/0.9.4/revert_ignored_updates.png b/pictures/releases/0.9.4/revert_ignored_updates.png deleted file mode 100644 index f5e78123..00000000 Binary files a/pictures/releases/0.9.4/revert_ignored_updates.png and /dev/null differ diff --git a/pictures/releases/0.9.4/updates_ignored_category.png b/pictures/releases/0.9.4/updates_ignored_category.png deleted file mode 100644 index b976148a..00000000 Binary files a/pictures/releases/0.9.4/updates_ignored_category.png and /dev/null differ diff --git a/pictures/releases/0.9.4/version_ignored_updates.png b/pictures/releases/0.9.4/version_ignored_updates.png deleted file mode 100644 index 6bacb4e7..00000000 Binary files a/pictures/releases/0.9.4/version_ignored_updates.png and /dev/null differ diff --git a/pictures/releases/0.9.5/arch_providers.png b/pictures/releases/0.9.5/arch_providers.png deleted file mode 100644 index fca86745..00000000 Binary files a/pictures/releases/0.9.5/arch_providers.png and /dev/null differ diff --git a/pictures/releases/0.9.5/backup_action.png b/pictures/releases/0.9.5/backup_action.png deleted file mode 100644 index 7d54436e..00000000 Binary files a/pictures/releases/0.9.5/backup_action.png and /dev/null differ diff --git a/pictures/releases/0.9.6/appim_symlinks.png b/pictures/releases/0.9.6/appim_symlinks.png deleted file mode 100644 index e9b6a710..00000000 Binary files a/pictures/releases/0.9.6/appim_symlinks.png and /dev/null differ diff --git a/pictures/releases/0.9.6/scale.png b/pictures/releases/0.9.6/scale.png deleted file mode 100644 index ade3c67f..00000000 Binary files a/pictures/releases/0.9.6/scale.png and /dev/null differ diff --git a/pictures/releases/0.9.7/arch_install_reason.png b/pictures/releases/0.9.7/arch_install_reason.png deleted file mode 100644 index 00850614..00000000 Binary files a/pictures/releases/0.9.7/arch_install_reason.png and /dev/null differ diff --git a/pictures/releases/0.9.7/aur_pkgbuild.png b/pictures/releases/0.9.7/aur_pkgbuild.png deleted file mode 100644 index edfe89cd..00000000 Binary files a/pictures/releases/0.9.7/aur_pkgbuild.png and /dev/null differ diff --git a/pictures/releases/0.9.7/flatpak_refs.png b/pictures/releases/0.9.7/flatpak_refs.png deleted file mode 100644 index 299a50e4..00000000 Binary files a/pictures/releases/0.9.7/flatpak_refs.png and /dev/null differ diff --git a/pictures/releases/0.9.7/mark_pkgbuild.png b/pictures/releases/0.9.7/mark_pkgbuild.png deleted file mode 100644 index 438068ce..00000000 Binary files a/pictures/releases/0.9.7/mark_pkgbuild.png and /dev/null differ diff --git a/pictures/releases/0.9.7/unmark_pkgbuild.png b/pictures/releases/0.9.7/unmark_pkgbuild.png deleted file mode 100644 index 6e356129..00000000 Binary files a/pictures/releases/0.9.7/unmark_pkgbuild.png and /dev/null differ