-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
track dynamic current_highest_major-N instead of track static major v…
…ersion N and higher
- Loading branch information
Showing
22 changed files
with
850 additions
and
723 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# This file is generated by Makefile | ||
DEB_PKG_VERSION := 1.0.2 | ||
DEB_BUILD_NUMBER := 0004 | ||
DEB_PKG_VERSION := 1.0.3 | ||
DEB_BUILD_NUMBER := 0001 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
mainline (1.0.2) UNRELEASED; urgency=medium | ||
mainline (1.0.3) UNRELEASED; urgency=medium | ||
* Change setting kernel_version_threshold to show_prev_majors | ||
Instead of saying hide kernels older than major version N, where the user has to periodically increase N manually, | ||
Now the setting says, hide kernels older than major version (CURRENT_HIGHEST minus N), where CURRENT_HIGHEST is determined on the fly every time, and N can stay the same 0 or 1 etc forever. | ||
All of the current highest major version is always shown. The setting says how many previous major versions to add to that. | ||
|
||
* Disabled buggy progress bar | ||
* Add missing translators on credits window | ||
-- Brian K. White <[email protected]> Sat, 04 Jan 2020 01:13:54 -0500 | ||
|
||
mainline (1.0.2) UNRELEASED; urgency=medium | ||
* Makefile: | ||
- Use one variable style everywhere | ||
- Only regenerate .pot file if any source files changed | ||
|
@@ -19,9 +24,17 @@ mainline (1.0.2) UNRELEASED; urgency=medium | |
The Makefile is now officially more feature rich and robust than the application itself ¯\_(ツ)_/¯ | ||
* Desktop icon fix for Wayland from Hugo Posnic <[email protected]> | ||
* Ukranian translation - github:cappelikan | ||
* Change bool hide_older to int kernel_version_threshold | ||
* Change setting: bool hide_older to int kernel_version_threshold | ||
hide_older was a toggel on/off to hide kernel major versions older than a hardcoded value of 4 | ||
kernel_version_threshold is an integer, hide kernel major versions older than this value | ||
|
||
-- Brian K. White <[email protected]> Fri, 03 Jan 2020 18:01:59 -0500 | ||
|
||
mainline (1.0.1) UNRELEASED; urgency=medium | ||
* Disabled buggy progress bar | ||
* Add missing translators on credits window | ||
|
||
-- Brian K. White <b.kenyon.w@gmail.com> Fri, 03 Jan 2020 20:19:03 -0500 | ||
-- Brian K. White <bw.aljex@gmail.com> Mon, 18 Mar 2019 09:10:23 -0400 | ||
|
||
mainline (1.0.0) disco; urgency=medium | ||
|
||
|
Oops, something went wrong.