chore: start v0.8.0 development

This commit is contained in:
2026-07-19 12:39:08 +08:00
parent 3fc274e9f1
commit df8f62c75c
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
自架的 Memos 公開貼文 Hub。將朋友各自 Memos 中的公開貼文集中展示,同時保留 Hub 內的留言、表情回應與發文功能。
目前版本:`v0.7.0`。版本變更請見 [CHANGELOG.md](CHANGELOG.md)。
目前開發版本:`v0.8.0`(尚未發布)。版本變更請見 [CHANGELOG.md](CHANGELOG.md)。
## 功能
+4 -4
View File
@@ -1,10 +1,10 @@
services:
web:
image: mebbling:${MEBBLING_VERSION:-0.7.0}
image: mebbling:${MEBBLING_VERSION:-0.8.0}
build:
context: .
args:
APP_VERSION: "${MEBBLING_VERSION:-0.7.0}"
APP_VERSION: "${MEBBLING_VERSION:-0.8.0}"
ports: ["8088:3000"]
env_file: .env
environment: { DATABASE_PATH: /app/data/hub.db }
@@ -13,11 +13,11 @@ services:
- ./public/uploads:/app/public/uploads
restart: unless-stopped
worker:
image: mebbling:${MEBBLING_VERSION:-0.7.0}
image: mebbling:${MEBBLING_VERSION:-0.8.0}
build:
context: .
args:
APP_VERSION: "${MEBBLING_VERSION:-0.7.0}"
APP_VERSION: "${MEBBLING_VERSION:-0.8.0}"
command: npm run worker
env_file: .env
environment: { DATABASE_PATH: /app/data/hub.db }
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "mebbling",
"version": "0.7.0",
"version": "0.8.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mebbling",
"version": "0.7.0",
"version": "0.8.0",
"license": "PolyForm-Noncommercial-1.0.0",
"dependencies": {
"bcryptjs": "^3.0.3",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mebbling",
"version": "0.7.0",
"version": "0.8.0",
"description": "",
"private": true,
"scripts": {