closes https://codeberg.org/flohmarkt/flohmarkt_ynh/issues/47
@@ -4,6 +4,14 @@ This is just an upgrade of the flohmarkt code. No changes to the yunohost integr
After upgrading the clients might **need to clear their browser cache to avoid broken pages**.
+## new features
+
+* Share button
+* Improved image uploader
+* Hashtag support
+* prominent 'about' section on landing page
+* a lot of small improvements
# new in 0.0~ynh8
## urlwatch
@@ -752,7 +752,6 @@ flohmarkt_ynh_create_venv() {
flohmarkt_ynh_venv_upgrade() {
ynh_print_warn --message="flohmarkt_ynh_venv_upgrade: I'll sit here and do nothing without @grindholds confirmation"
- return
(
$flohmarkt_venv_dir/bin/python3 -m venv --upgrade-deps
)