diff --git a/README.md b/README.md index 9020ba1..0a9b5e6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ A greatly enhanced fork of Misskey with better UI/UX, security, features, and mo -**Shipped version:** 1.0.3~ynh1 +**Shipped version:** 1.0.5rc~ynh1 **Demo:** https://joinfirefish.org/ diff --git a/README_fr.md b/README_fr.md index 476c549..2ea41f1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,7 @@ Un fork grandement amélioré de Misskey avec une meilleure UI/UX, sécurité, f Firefish ajoute de nombreux changements de qualité de vie et des corrections de bogues pour les utilisateurs et les administrateurs d'instance. -**Version incluse :** 1.0.3~ynh1 +**Version incluse :** 1.0.5rc~ynh1 **Démo :** https://joinfirefish.org/ diff --git a/manifest.toml b/manifest.toml index edf3ba0..78d9b0d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Firefish" description.en = "Fork of Misskey with better UI/UX, security, features" description.fr = "Un fork de Misskey avec une meilleure interface utilisateur, la sécurité, les fonctionnalités" -version = "1.0.3~ynh1" +version = "1.0.5rc~ynh1" maintainers = ["oufmilo"] @@ -39,8 +39,8 @@ ram.runtime = "2G" [resources] [resources.sources.main] - url = "https://git.joinfirefish.org/firefish/firefish/-/archive/v1.0.3/firefish-v1.0.3.tar.gz" - sha256 = "0a3e2576dd2c9a104d1d937da17c36ed8ca4cbeb0ebe1bdbdde9147c15e1cb1b" + url = "https://git.joinfirefish.org/firefish/firefish/-/archive/v1.0.5-rc/firefish-v1.0.5-rc.tar.gz" + sha256 = "b9b59899eaddcdd94e10974e34af083bd9a9c6228046dc4d4af0f3a669ccb7ef" [resources.system_user] diff --git a/scripts/_common.sh b/scripts/_common.sh index 6d92371..74f9474 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ # PHP APP SPECIFIC #================================================= -NODEJS_VERSION="20" +NODEJS_VERSION="21" #================================================= # PERSONAL HELPERS diff --git a/scripts/restore b/scripts/restore index 8d5cf6c..66ab649 100755 --- a/scripts/restore +++ b/scripts/restore @@ -39,7 +39,7 @@ ynh_script_progression --message="Reinstalling pnpm..." --weight=1 # Define and install pnpm pushd "$install_dir" curl https://sh.rustup.rs -sSf | ynh_exec_warn_less ynh_exec_as $app sh -s -- -y - export PATH="$install_dir/.cargo/bin:$PATH" + export PATH="$install_dir/.cargo/bin:$PATH" ynh_use_nodejs corepack enable corepack prepare pnpm@latest --activate diff --git a/scripts/upgrade b/scripts/upgrade index 9b76686..9a4455c 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -95,7 +95,6 @@ pushd "$install_dir" ynh_use_nodejs corepack enable corepack prepare pnpm@latest --activate - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm clean-all ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm install ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production pnpm run build ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm run migrate diff --git a/tests.toml b/tests.toml index aa3fef4..ac84bce 100644 --- a/tests.toml +++ b/tests.toml @@ -14,4 +14,6 @@ test_format = 1.0 # ------------------------------- # Commits to test upgrade from - # ------------------------------- \ No newline at end of file + # ------------------------------- + + test_upgrade_from.d5f941c.name = "Firefish v1.0.3" \ No newline at end of file