From e3669b813584af80ba4a7465ab778b54211bffd2 Mon Sep 17 00:00:00 2001 From: endorphant Date: Mon, 4 Dec 2017 20:29:28 -0500 Subject: [PATCH] fussing with user-facing update text --- changelog.txt | 4 +--- setup.py | 2 +- ttbp/config/__init__.py | 2 +- ttbp/gopher.py | 1 - ttbp/ttbp.py | 44 +++++++++++++++++++++++++++++++++++------ 5 files changed, 41 insertions(+), 12 deletions(-) diff --git a/changelog.txt b/changelog.txt index 9ea9f65..fba30fe 100644 --- a/changelog.txt +++ b/changelog.txt @@ -9,7 +9,6 @@ TO-DO: -and make a couple more custom stylesheets -replying to entries?? -direct mail to author - -paginate entry/neighbor list -make a nicer entry view wrapper -maybe with a box? and a nicer feed view? @@ -20,12 +19,11 @@ TO-DO: -shortcut to most recent feels, writing entry, seeing own entry -#hashtags -rainbow menu selection - -break out hardcoded globals into config files ------ CHANGELOG: -ver 0.9.3 +ver 0.9.3 (by ~vilmibm) -packaging -easier to contribute to diff --git a/setup.py b/setup.py index 7ffc3dc..67807ba 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='ttbp', - version='0.9.3', + version='0.10.1', description='command line social blogging tool used on tilde.town', url='https://github.com/modgethanc/ttbp', author='~endorphant', diff --git a/ttbp/config/__init__.py b/ttbp/config/__init__.py index e363efe..078352b 100644 --- a/ttbp/config/__init__.py +++ b/ttbp/config/__init__.py @@ -81,6 +81,6 @@ __________________________________________________________ | ____ ____ ____ _ ____ ____ _ _ ____ _ _ _ ____ | | |___ |___ |___ | [__ |___ |\ | | __ | |\ | |___ | | | |___ |___ |___ ___] |___ | \| |__] | | \| |___ | -| ver 0.10.0 (almost stable) | +| ver 0.10.0 (now with gophers) | |__________________________________________________________| '''.lstrip() diff --git a/ttbp/gopher.py b/ttbp/gopher.py index 9ad8092..933c660 100644 --- a/ttbp/gopher.py +++ b/ttbp/gopher.py @@ -47,7 +47,6 @@ def publish_gopher(gopher_path, entry_filenames): """This function (re)generates a user's list of feels posts in their gopher directory and their gophermap.""" entry_filenames = entry_filenames[:] # force a copy since this might be shared state in core.py - #entry_filenames.reverse() ttbp_gopher = os.path.join( os.path.expanduser('~/public_gopher'), gopher_path) diff --git a/ttbp/ttbp.py b/ttbp/ttbp.py index 941d2ab..c7e407e 100644 --- a/ttbp/ttbp.py +++ b/ttbp/ttbp.py @@ -49,7 +49,7 @@ from . import chatter from . import gopher from . import util -__version__ = "0.9.3" +__version__ = "0.10.1" __author__ = "endorphant