This repository was archived by the owner on Sep 25, 2021. It is now read-only.
Releases: stuarthayhurst/kernel-notify
Releases · stuarthayhurst/kernel-notify
Release v6.4.1
New Changes:
- Reduced lines of code
- Fixed
make testwith shellcheck
Release v6.4
New Changes:
- Updated icon with more minimal tux
- Improved README
- Added minimal output with "-m"
- Added kernel updating lock
- Added archival notice to README
Release v6.3
New Changes:
- Updated icon
- Removed webpage
- Updated outputs
- Improved code quality
- Removed program updater
- Updated copyright year
- Redirect error messages to stderr
- Remove automatic updater
- Silence all notifications if configured to
- Fixed kernels failing to configure
Patch v6.2.2
New Changes:
- Fixed icon size, pixel bleeding and shadows
- Changed icon names
Patch v6.2.1
New Changes:
- Fixed description of --enable-autostart and --disable-autostart, as well as their function
Release v6.2
New Changes:
- Added function to check a kernel version is valid, used in getLatestKernelVersion and kernel installation
- Added config to choose primary kernel version checking method
- Added config to disable maxkernelcount (kernelcountwarning)
- Added new build system using make
- Added columns to --list-available
- Added --precision option
- Removed missing notifications from common problems
- Removed cmp and awk from dependencies
- Removed useless commented out code
- Removed warnautostart config
- Removed --test option
- Updated documentation to match new build system and file structure
- Updated config with true/false instead of 1/0
- Updated argument descriptions
- Updated package description
- Updated project structure
- Improved performance of bash prompt script be ~10x faster
- Improved all bash scripts to pass shellcheck
- Improved compression for icons
- Rewrote some code to make sudo optional
- Rewrote dependency checking code
- Rewrote kernel module cleanup
- Fixed warnings about unused variables in notifications.cpp
- Fixed dependency information in README
- Replaced -m and -U with --enable-autostart and --disable autostart, respectively
- Replaced -zw with --gui
Overhauled updater code:
- Fixed a potential bug in updater if a non-alphanumeric filename was used
- Allow updates where the tag isn't numeric
- Improved code quality
- Check for root before starting an update
Release v6.1.4
New Changes:
- Fixed install location for bash completion when installing from source
- Added notifications.cpp to /usr/share/kernel-notify/
- Added checks to make sure commands exist before running them when refreshing system caches
- Fixed files in /usr/share/kernel-notify/ not being owned by root
Patch v6.1.3
New Changes:
- Fixed error when installing if the package hadn't been installed before
- Silenced debian maintainer scripts
Patch v6.1.2
New Changes:
- Fixed extra quote in manpage, which broke the header and footer
Patch v6.1.1
New Changes:
- Removed extra blank lines when displaying old config file