Skip to content

Commit 0e4cc7d

Browse files
committed
Release:--: v0.0.19_2026-04-30_09:36:59_UTC
1 parent eca2588 commit 0e4cc7d

3 files changed

Lines changed: 29 additions & 16 deletions

File tree

as_config/as_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
const (
1818
ProjectName = "api_show"
19-
ProjectVersion = "v0.0.18"
19+
ProjectVersion = "v0.0.19"
2020
ProjectBundleID = "com.0xYeah.api_show"
2121

2222
ListenPort = 12110

changelog/v0.0.17.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

changelog/v0.0.19.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

0 commit comments

Comments
 (0)