From 626b7a9ff5a21ed73dba947adb0ed61fe79f576a Mon Sep 17 00:00:00 2001 From: krustowski Date: Sat, 7 Sep 2024 00:52:46 +0200 Subject: [PATCH] update README and docs --- .env.example | 2 +- README.md | 1 + api/swagger.json | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.env.example b/.env.example index c39f1b19..34530db1 100644 --- a/.env.example +++ b/.env.example @@ -3,5 +3,5 @@ # APP_NAME=littr -APP_VERSION=0.39.17 +APP_VERSION=0.39.18 GOLANG_VERSION=1.23 diff --git a/README.md b/README.md index ae8d60f6..b031c55d 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ Successfully copied 3.07kB to /home/user/littr/run_data/ + [...] ### roadmap to v0.39 ++ ~~fix avatar image uploading, resizing and cropping~~ + ~~implement Esc key to close toasts and modals + Ctrl-Enter for other inputs~~ + ~~welcome page~~ diff --git a/api/swagger.json b/api/swagger.json index 181ff6be..83b0a2b0 100644 --- a/api/swagger.json +++ b/api/swagger.json @@ -1,21 +1,21 @@ { "swagger": "2.0", "info": { - "description": "nanoblogging platform as PWA built on go-app framework", + "description": "a simple nanoblogging platform as PWA built on go-app framework", "title": "littr", "termsOfService": "https://littr.eu/tos", "contact": { "name": "API Support", - "url": "https://littr.eu/docs/", + "url": "https://littr.eu/docs", "email": "info@littr.eu" }, "license": { "name": "MIT", "url": "https://github.com/krustowski/littr/blob/master/LICENSE" }, - "version": "0.39.17" + "version": "0.39.18" }, - "host": "littr.eu", + "host": "www.littr.eu", "basePath": "/api/v1", "paths": { "/auth/": {