Bump version to 1.1.1 and polish planner labels
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ def load_app_version(root_dir: Path) -> str:
|
||||
).strip()
|
||||
if manifest_version:
|
||||
return manifest_version
|
||||
return "1.0.1"
|
||||
return "1.1.1"
|
||||
|
||||
|
||||
def load_release_url() -> str:
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ from werkzeug.security import generate_password_hash
|
||||
|
||||
from .constants import DAYPARTS, DEFAULT_CATEGORIES, DEFAULT_CATEGORY_BUILDERS
|
||||
|
||||
CURRENT_SCHEMA_VERSION = "1.0.1"
|
||||
CURRENT_SCHEMA_VERSION = "1.1.1"
|
||||
|
||||
|
||||
def get_db() -> sqlite3.Connection:
|
||||
|
||||
@@ -199,7 +199,7 @@
|
||||
<button class="picker-row" type="submit">
|
||||
<span>{{ item.name }}</span>
|
||||
<small>
|
||||
{{ item_kind_labels[item.kind]|lower }}
|
||||
{{ item_kind_labels[item.kind] }}
|
||||
{% if item.availability_state == 'home' %} · zuhause{% endif %}
|
||||
</small>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user