mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-03-19 00:40:19 +00:00
setting version to 0.11.0
This commit is contained in:
@@ -82,7 +82,7 @@ __________________________________________________________
|
||||
| ____ ____ ____ _ ____ ____ _ _ ____ _ _ _ ____ |
|
||||
| |___ |___ |___ | [__ |___ |\ | | __ | |\ | |___ |
|
||||
| | |___ |___ |___ ___] |___ | \| |__] | | \| |___ |
|
||||
| ver 0.10.3 (rainbows) |
|
||||
| ver 0.11.0 (rainbows) |
|
||||
|__________________________________________________________|
|
||||
'''.lstrip()
|
||||
|
||||
@@ -130,8 +130,8 @@ version 0.9.3 features:
|
||||
* ~login created centralfeels, which is an opt-in collection of
|
||||
html-published feels; create a blank file called '.centralfeels' in
|
||||
your home directory if you'd like to be included!""",
|
||||
"0.10.3": """
|
||||
~[version 0.10.3 update]~
|
||||
"0.11.0": """
|
||||
~[version 0.11.0 update]~
|
||||
|
||||
* rainbow menus are now an option! please message ~endorphant (with
|
||||
screencaps, if possible) if rainbow menus are unreadable with your
|
||||
|
||||
12
ttbp/ttbp.py
12
ttbp/ttbp.py
@@ -49,7 +49,7 @@ from . import chatter
|
||||
from . import gopher
|
||||
from . import util
|
||||
|
||||
__version__ = "0.10.3"
|
||||
__version__ = "0.11.0"
|
||||
__author__ = "endorphant <endorphant@tilde.town)"
|
||||
|
||||
p = inflect.engine()
|
||||
@@ -1246,8 +1246,8 @@ def update_user_version():
|
||||
else:
|
||||
print("okay, passing on gopher for now. this option is available in settings if you change\nyour mind!")
|
||||
|
||||
if z < 3 or y < 10:
|
||||
# set rainbow menu for 0.10.3
|
||||
if y < 11:
|
||||
# set rainbow menu for 0.11.0
|
||||
print("[ NEW FEATURE ]")
|
||||
SETTINGS.update({"rainbows": toggle_rainbows()})
|
||||
|
||||
@@ -1264,9 +1264,9 @@ something strange happened to you during this update.
|
||||
# version 0.10.2 patch notes
|
||||
print(config.UPDATES["0.10.2"])
|
||||
|
||||
if z < 3 or y < 10:
|
||||
# version 0.10.2 patch notes
|
||||
print(config.UPDATES["0.10.3"])
|
||||
if y < 11:
|
||||
# version 0.11.1 patch notes
|
||||
print(config.UPDATES["0.11.0"])
|
||||
|
||||
confirm = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user