diff --git a/ttbp/config/__init__.py b/ttbp/config/__init__.py index 495f874..5f0a731 100644 --- a/ttbp/config/__init__.py +++ b/ttbp/config/__init__.py @@ -153,5 +153,14 @@ version 0.9.3 features: non-public on posting; this option only really makes sense if you're already publishing to html/gopher, but is available either way! - you can find this option under 'settings' as 'post as nopub'.""" + you can find this option under 'settings' as 'post as nopub'.""", + "0.11.3": """ +~[version 0.11.3 update]~ + + * thanks to ~sinacutie, you can now set custom css for the permalink text + styling on your html page. the default permalink style has been added to + your current css file, and shouldn't change the appearance of your page. + + if you're not using custom css, don't worry about this!""" + } diff --git a/ttbp/ttbp.py b/ttbp/ttbp.py index ebaea39..b819003 100644 --- a/ttbp/ttbp.py +++ b/ttbp/ttbp.py @@ -50,7 +50,7 @@ from . import chatter from . import gopher from . import util -__version__ = "0.11.2" +__version__ = "0.11.3" __author__ = "endorphant ", "X", ""):