Skip to content

Commit 69a6ab7

Browse files
committed
release spa-server v1.2.5 and sp-client-js v0.1.3
1 parent 926ede5 commit 69a6ab7

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/develop/change-log.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
### Version 1.2.5(client v0.1.3)
4+
- [x] build: add docker image cache for (spa-client|spa-server)-docker-cd.yml to speed cd process
5+
- [x] doc: use VitePress to rebuild docs, ready to get the world known it
6+
- [x] build: add CD for doc release
7+
- [x] feat: support multiple config for different domain (break change for config file)
8+
- [x] feat: support multiple ssl
9+
- [ ] ~~fix: disable put online domain which does not have correct ssl in server when https opened.~~(need to confirm if it's a bug?)
10+
- [x] fix: fix wrong check when release new domain
11+
- [x] fix(js-client): npm package error
12+
313
### Version 1.2.4(client:v0.1.1)
414
- [x] release commandline of spa-client for mac/ios/linux (by GitHub Actions), put them with GitHub release page
515
- [x] fix possible bugs about uploading and spa-client(-js)

docs/develop/roadmap.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,3 @@ Now there is no real roadmap for v1.3.x, need users.
88
- [ ] CD: add wix configs, and release window msi package for spa-client(need window pc to do this)
99
- [ ] TEST: test integrate, and add ci to run it
1010
- [ ] Feat: S3 Support
11-
12-
### Version 1.2.5(client v0.1.2)
13-
- [x] build: add docker image cache for (spa-client|spa-server)-docker-cd.yml to speed cd process
14-
- [x] doc: use VitePress to rebuild docs, ready to get the world known it
15-
- [x] build: add CD for doc release
16-
- [x] feat: support multiple config for different domain (break change for config file)
17-
- [x] feat: support multiple ssl
18-
- [ ] ~~fix: disable put online domain which does not have correct ssl in server when https opened.~~(need to confirm if it's a bug?)
19-
- [x] doc: multiple config doc
20-
- [x] fix: fix wrong check when release new domain
21-
- [ ] client fix: npm package error

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spa-server"
3-
version = "1.2.4"
3+
version = "1.2.5"
44
edition = "2021"
55
authors = ["timzaak"]
66
license = "MIT"

0 commit comments

Comments
 (0)