This repository has been archived by the owner on Aug 24, 2024. It is now read-only.
Release v8.0.1
Release Notes
v8.0.1 - 2021-05-19
⚠️ BREAKING CHANGES
- Changes repository
.list
file prefix fromadter-effects:
toafter-effects-
. This has unintended side effect of adding repositories multiple times if you ever run older versions or did run older version of this script. - Migration: Rename existing list files with prefix
after-effecs:
toafter-efects-
. This shuld be done before running this script.
🍧 Distro updates
- Drop support for Ubuntu Groovy Gorilla (20.10) (2bb7404)
🍒 Features & Enhancements
- Use GitHub releases API to check for updates (f8d9167)
- Force users to upgrade if using older 7.1.0 and below, as they depend on custom metadata to check for updates (6ef5951)
🐛 Bug Fixes
- Repositories not detected in software-protperties-gtk (8d1df0e)
- Wrong exit code on unsupported distributions and releases (2494ca5)
- Stuck while adding contrib, non-free, universe, multiverse and restricted repositories (fafad27)
📖 Documentation
- Remove Ubuntu 20.10(
groovy
) from list of supported distros as it is no longer suported (6825b19)
🌱 Code Refactoring
- Tweak log initialization to include a line seperator to help recognize start of new log. (26f67e4)
- Rename
_log_*
functions tolog_*
to enable using shared snippets from templates repository (41c26b2)
🤖 CI/CD & Automation
- Use
--fix
on arm jobs to avoid errors (7edd101) - Disable testing on Debian
stretch
on x86 and add Ubuntuhirsute
to arm test matrix (9d108c4) - Use granular permissions for GitHub Actions (7f51511)
- bots: Remove stale configs (47839eb)
- netlify: Force fetch tags using
--all --tags
(ab31095) - netlify: Force fetch tags to avoid wrong latest detection (009e64a)
- netlify: Fix checksum short URLs (d5fa0a0)
🚧 Maintanance
- changelog: Follow common semver format
MAJOR.MINOR,PATCH[-(alpha|beta|rc)[pre-release-id]]
(988b190)