Skip to content

Releases: bkw777/mainline

v1.1.11

02 Apr 11:10
Compare
Choose a tag to compare

update translations

v1.1.10

02 Apr 06:22
Compare
Choose a tag to compare

bugfix - error when verify_checksums=false
fixes #215

v1.1.9

01 Apr 19:34
Compare
Choose a tag to compare
  • 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

19 Mar 20:59
Compare
Choose a tag to compare

make the config file loading routine more fault tolerant

v1.1.7

14 Mar 14:46
Compare
Choose a tag to compare
  • fixed proxy setting wasn't applied to the connection test
  • fixed notification settings detect on exit was missing notify_minor

v1.1.6

14 Mar 11:47
Compare
Choose a tag to compare
  • 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

11 Mar 10:55
Compare
Choose a tag to compare

v1.1.4

10 Mar 14:51
Compare
Choose a tag to compare
  • fix name/version matching for installed non-mainline packages
    fixes #141
  • fix the progress window progress indication
  • don't update_dpkg_list() twice for no reason
  • fix the notification install button

v1.1.3

09 Mar 17:34
Compare
Choose a tag to compare

Removes the aptitude dependency.
Previously it used aptitude internally just to get a list of installed packages from the dpkg db.
Now just uses dpkg itself.

v1.1.2

08 Mar 09:14
Compare
Choose a tag to compare
  • 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.