Skip to content
This repository was archived by the owner on Sep 25, 2021. It is now read-only.

Releases: stuarthayhurst/kernel-notify

Release v6.4.1

25 Sep 14:08

Choose a tag to compare

New Changes:

  • Reduced lines of code
  • Fixed make test with shellcheck

Release v6.4

02 Jul 12:13

Choose a tag to compare

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

28 Feb 18:58

Choose a tag to compare

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

11 Sep 18:58

Choose a tag to compare

New Changes:

  • Fixed icon size, pixel bleeding and shadows
  • Changed icon names

Patch v6.2.1

03 Sep 18:33

Choose a tag to compare

New Changes:

  • Fixed description of --enable-autostart and --disable-autostart, as well as their function

Release v6.2

03 Sep 18:27

Choose a tag to compare

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

26 Jun 16:27

Choose a tag to compare

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

26 Jun 15:39

Choose a tag to compare

New Changes:

  • Fixed error when installing if the package hadn't been installed before
  • Silenced debian maintainer scripts

Patch v6.1.2

26 Jun 15:30

Choose a tag to compare

New Changes:

  • Fixed extra quote in manpage, which broke the header and footer

Patch v6.1.1

24 Jun 16:40

Choose a tag to compare

New Changes:

  • Removed extra blank lines when displaying old config file