updating changelog
parent
3782a1c4c7
commit
098d5a0bd2
|
@ -379,7 +379,7 @@ def main_menu():
|
||||||
redraw()
|
redraw()
|
||||||
show_credits()
|
show_credits()
|
||||||
elif choice == '7':
|
elif choice == '7':
|
||||||
subprocess.call(["links", os.path.join(SOURCE, "..", "README.html")])
|
subprocess.call(["lynx", os.path.join(SOURCE, "..", "README.html")])
|
||||||
redraw()
|
redraw()
|
||||||
elif choice in QUITS:
|
elif choice in QUITS:
|
||||||
return stop()
|
return stop()
|
||||||
|
|
|
@ -5,5 +5,5 @@
|
||||||
| |___ |___ |___ | [__ |___ |\ | | __ | |\ | |___ |
|
| |___ |___ |___ | [__ |___ |\ | | __ | |\ | |___ |
|
||||||
| | |___ |___ |___ ___] |___ | \| |__] | | \| |___ |
|
| | |___ |___ |___ ___] |___ | \| |__] | | \| |___ |
|
||||||
| |
|
| |
|
||||||
| ver 0.8.7 (almost stable) |
|
| ver 0.9.0 (almost stable) |
|
||||||
|__________________________________________________________|
|
|__________________________________________________________|
|
||||||
|
|
|
@ -376,7 +376,7 @@ def main_menu():
|
||||||
redraw()
|
redraw()
|
||||||
show_credits()
|
show_credits()
|
||||||
elif choice == '7':
|
elif choice == '7':
|
||||||
subprocess.call(["links", os.path.join(SOURCE, "..", "README.html")])
|
subprocess.call(["lynx", os.path.join(SOURCE, "..", "README.html")])
|
||||||
redraw()
|
redraw()
|
||||||
elif choice in QUITS:
|
elif choice in QUITS:
|
||||||
return stop()
|
return stop()
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
TO-DO:
|
TO-DO:
|
||||||
(goals for stable release)
|
(goals for stable release)
|
||||||
|
|
||||||
-neighbor view takes you to individual entry listing
|
|
||||||
-set pub/nopub on entries
|
-set pub/nopub on entries
|
||||||
|
|
||||||
(goals for version two)
|
(goals for version two)
|
||||||
|
@ -28,6 +27,11 @@ TO-DO:
|
||||||
|
|
||||||
CHANGELOG:
|
CHANGELOG:
|
||||||
|
|
||||||
|
ver 0.9.0
|
||||||
|
-documentation browser
|
||||||
|
-reading neighbor feels lists
|
||||||
|
-overall code scrubbing and documentation
|
||||||
|
|
||||||
ver 0.8.7
|
ver 0.8.7
|
||||||
-fixing publish/nopub option setting from patcher
|
-fixing publish/nopub option setting from patcher
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue