Skip to content

Commit

Permalink
1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bkw777 committed Mar 14, 2023
1 parent 5c2896a commit a81d3e9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .deb_build_number.mak
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file is generated by Makefile "make deb_build_number"
DEB_PKG_VERSION := 1.1.5
DEB_BUILD_NUMBER := 0001
DEB_PKG_VERSION := 1.1.6
DEB_BUILD_NUMBER := 0000
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
mainline (1.1.6) unstable; urgency=medium

* fix save_app_config() broken in 1.1.5
fixes "Can not reach" https://github.com/bkw777/mainline/issues/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)

-- Brian K. White <b.kenyon.w@gmail.com> Tue, 14 Mar 2023 07:18:37 -0400

mainline (1.1.5) unstable; urgency=medium

* Add proxy setting
Expand Down

0 comments on commit a81d3e9

Please sign in to comment.