File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616
1717const (
1818 ProjectName = "api_show"
19- ProjectVersion = "v0.0.18 "
19+ ProjectVersion = "v0.0.19 "
2020 ProjectBundleID = "com.0xYeah.api_show"
2121
2222 ListenPort = 12110
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ## v0.0.19 ChangeLog
2+
3+ - Release:--: v0.0.19_2026-04-30_09:36:59_UTC
4+ - Range: 9745ccbcece34fdc82e43cb8d3579ad8f2dc0c88..HEAD
5+ - Commits: 2
6+
7+ ### commit infos
8+
9+ - 10 files changed, 213 insertions(+), 100 deletions(-)
10+
11+ ```
12+ README.md | 53 ++++++++++++++++++++++++------
13+ README_CN.md | 53 ++++++++++++++++++++++++------
14+ as_config/as_config.go | 16 ++++++++--
15+ auth/cli.go | 58 +++++++++++++++++++++++++--------
16+ auth/handlers.go | 2 +-
17+ auth/pwd_store.go | 2 +-
18+ auth/user_acl.go | 8 ++---
19+ custom_cmd/custom_cmd.go | 28 ++++++++++++----
20+ example_files/config_local.toml | 22 +++++++++----
21+ main.go | 71 +++++++++++++++--------------------------
22+ 10 files changed, 213 insertions(+), 100 deletions(-)
23+ ```
24+
25+ ### commit messages
26+
27+ - 2026-04-30 0073720 refactor: align main.go to project_template_go layout; drop User.Display; add tooling comparison
28+ - 2026-04-30 eca2588 docs: 2x2 screenshot grid for readability
You can’t perform that action at this time.
0 commit comments