From 3e805d4df3fd92c469f642287cf3971f81f538c8 Mon Sep 17 00:00:00 2001 From: endorphant Date: Fri, 7 Jun 2019 10:27:39 -0400 Subject: [PATCH] updating to 0.12.2 with pagination patch notes --- README.md | 1 + ttbp/config/__init__.py | 16 +++++++++++++++- ttbp/ttbp.py | 6 +++++- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb3aeb0..d17d2b0 100644 --- a/README.md +++ b/README.md @@ -258,3 +258,4 @@ thanks to: * ~vilmibm, packaging help and gopher support * ~sanqui, the bug swatter * ~sinacutie, for css updates +* ~epicmorphism, for fixing pagination scrolling diff --git a/ttbp/config/__init__.py b/ttbp/config/__init__.py index 8d97601..9a9d5d2 100644 --- a/ttbp/config/__init__.py +++ b/ttbp/config/__init__.py @@ -87,7 +87,7 @@ ___________________________________________________________ | ____ ____ ____ _ ____ ____ _ _ ____ _ _ _ ____ | | |___ |___ |___ | [__ |___ |\ | | __ | |\ | |___ | | | |___ |___ |___ ___] |___ | \| |__] | | \| |___ | -| ver 0.12.1 | +| ver 0.12.2 | |__________________________________________________________| '''.lstrip() # ~ u n s t a b l e e x p e r i m e n t a l b r a n c h ~ @@ -309,5 +309,19 @@ version 0.9.3 features: thanks for those of your who've written me with feedback! keep feelin' together <3 +""", + "0.12.2":""" +~[version 0.12.2 update]~ + + bug fix: ~epicmorphism helped out with fixing the pagination bug! now, when + you scroll through a list of entries, it'll correctly return you to the + page you were on if you open and close an item. thanks so much, friend <3 + + thanks to everyone writing me with feedback; i've been real busy lately, + and i might not get to making improvements or responding to mail for a + while :( + + feel on! + ~endo """ } diff --git a/ttbp/ttbp.py b/ttbp/ttbp.py index edd7714..8a5c35e 100644 --- a/ttbp/ttbp.py +++ b/ttbp/ttbp.py @@ -51,7 +51,7 @@ from . import chatter from . import gopher from . import util -__version__ = "0.12.1" +__version__ = "0.12.2" __author__ = "endorphant ", "X", ""):