From 098d5a0bd29dcb6e1a3354f1fa76f3c566534d8a Mon Sep 17 00:00:00 2001 From: endorphant Date: Sun, 22 May 2016 22:52:48 -0400 Subject: [PATCH] updating changelog --- bin/_ttbp.py | 2 +- bin/config/banner.txt | 2 +- bin/ttbp.py | 2 +- changelog.txt | 6 +++++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bin/_ttbp.py b/bin/_ttbp.py index cc32add..dec60f3 100644 --- a/bin/_ttbp.py +++ b/bin/_ttbp.py @@ -379,7 +379,7 @@ def main_menu(): redraw() show_credits() elif choice == '7': - subprocess.call(["links", os.path.join(SOURCE, "..", "README.html")]) + subprocess.call(["lynx", os.path.join(SOURCE, "..", "README.html")]) redraw() elif choice in QUITS: return stop() diff --git a/bin/config/banner.txt b/bin/config/banner.txt index 4521092..9b09779 100644 --- a/bin/config/banner.txt +++ b/bin/config/banner.txt @@ -5,5 +5,5 @@ | |___ |___ |___ | [__ |___ |\ | | __ | |\ | |___ | | | |___ |___ |___ ___] |___ | \| |__] | | \| |___ | | | -| ver 0.8.7 (almost stable) | +| ver 0.9.0 (almost stable) | |__________________________________________________________| diff --git a/bin/ttbp.py b/bin/ttbp.py index 484098b..ad808af 100644 --- a/bin/ttbp.py +++ b/bin/ttbp.py @@ -376,7 +376,7 @@ def main_menu(): redraw() show_credits() elif choice == '7': - subprocess.call(["links", os.path.join(SOURCE, "..", "README.html")]) + subprocess.call(["lynx", os.path.join(SOURCE, "..", "README.html")]) redraw() elif choice in QUITS: return stop() diff --git a/changelog.txt b/changelog.txt index 9aa350a..66b2c80 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,6 @@ TO-DO: (goals for stable release) - -neighbor view takes you to individual entry listing -set pub/nopub on entries (goals for version two) @@ -28,6 +27,11 @@ TO-DO: CHANGELOG: +ver 0.9.0 + -documentation browser + -reading neighbor feels lists + -overall code scrubbing and documentation + ver 0.8.7 -fixing publish/nopub option setting from patcher