Просмотр исходного кода

update venv

closes https://codeberg.org/flohmarkt/flohmarkt_ynh/issues/47
Chris Vogel 1 год назад
Родитель
Сommit
997e3dac11
2 измененных файлов с 8 добавлено и 1 удалено
  1. 8 0
      doc/PRE_UPGRADE.md
  2. 0 1
      scripts/_common.sh

+ 8 - 0
doc/PRE_UPGRADE.md

@@ -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**.
 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
 # new in 0.0~ynh8
 
 
 ## urlwatch
 ## urlwatch

+ 0 - 1
scripts/_common.sh

@@ -752,7 +752,6 @@ flohmarkt_ynh_create_venv() {
 
 
 flohmarkt_ynh_venv_upgrade() {
 flohmarkt_ynh_venv_upgrade() {
   ynh_print_warn --message="flohmarkt_ynh_venv_upgrade: I'll sit here and do nothing without @grindholds confirmation"
   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
     $flohmarkt_venv_dir/bin/python3 -m venv --upgrade-deps
   )
   )