Releases: bkw777/mainline
v1.1.11
v1.1.10
v1.1.9
-
CHECKSUMS - new config option verify_checksums. When true, downloads the
CHECKSUMS file before downloading .deb files, extracts the sha256 hashes,
and uses them to verify the .deb file downloads. -
Improved config file and built-in defaults handling
-
Improved notification script reliability.
-
Removed CHANGES file and button. It's essentially redundant with the PPA button, and slows down the cache updates.
-
Add Notes button. Creates/opens notes.txt in individual kernel's cache subdirectory
v1.1.8
v1.1.7
v1.1.6
- fix save_app_config() broken in 1.1.5
fixes "Can not reach" #204 & #206 - replace TeeJee.logging.vala, log_*(), & LOG_DEBUG=bool LOG_ENABLE=bool bools with l.misc.vala, vprint(), and VERBOSE=int
VERBOSE=int to set various verbosity levels instead of just debug on/off
environment variable VERBOSE to effect before commandline is parsed - replace TeeJee print_progress_bar() with l.misc pbar()
clean up progress display - stop the background notification instance and the users interactive instance from stepping on each other's cache operations on startup
main index download gets unique temp name
only launch notify-loop.sh immediately on config save if notifications were turned off
if notification on, then only launch the background loop on exit - save & restore the terminal window dimensions (but not yet the position)
v1.1.5
v1.1.4
v1.1.3
v1.1.2
-
dir_delete() got rid of system("rm -rf ...") and replaced with native code.
-
uninstall-old looks at latest installed version instead of current running version
-
change the logic for setting the lowest displyed version threshold
threshold_major = whechever is lower: latest_available-show_prev_majors or oldest_installed
So you can keep show_previous_N_majors set at 0 to show only the most recent kernels by default,
yet still have access to all the kernels from your oldest installed kernel and up.