wxmp version history
10 releases tracked, newest first.
v2.4.1
May 27, 2025- Added Apple Silicon (arm64) support for Docker image.
- Updated CI workflows configuration.
5 downloads
v2.4.0
Aug 4, 2024Documentation v2.4.0: https://raw.githack.com/jaywcjlove/wxmp/99d944b/index.html
Comparing Changes: https://github.com/jaywcjlove/wxmp/compare/v2.4.0...v2.4.0
- ๐ข ci: update workflows config. 8991adc
```bash
docker pull wcjiang/wxmp:2.4.0
```
```bash
docker run --name wxmp --rm -d -p 9666:3000 wcjiang/wxmp:2.4.0
# Or
docker run --name wxmp -itd -p 9666:3000 wcjiang/wxmp:2.4.0
```
Visit the following URL in your browser
```bash
http://localhost:9666/
```
5 downloads
v2.3.3
Sep 17, 2022Documentation v2.3.3: https://raw.githack.com/jaywcjlove/wxmp/818ee08/index.html
Comparing Changes: https://github.com/jaywcjlove/wxmp/compare/v2.3.3...v2.3.3
- ๐ chore(deps): Update @uiw/react-markdown-editor dependency to ^5.10.0 df79dcf
- ๐จ style: modify underscore themes. 5afb09a
- ๐ chore(deps): update dependency tsbb to v4 #20 ab1c043
- ๐ chore(deps): update dependency tsbb to ~4.1.0 (#20) bac929d @renovate-bot
- ๐ chore(deps): update dependencies. ad546bf
- ๐ fix: Fix {name} does not correspond to supportd language and throw an error. 8bf2487
- ๐ chore: update workflows config. de98442
- ๐ chore: update .github/workflows/ci.yml 056b792
- ๐จ style: modify theme style. 3b32e76
- ๐ chore: update .github/workflows/ci.yml 4f4ad71
- ๐ chore: update .github/workflows/ci.yml e3a3cf5
- ๐ chore: add sponsor badge. ef1ed54
- ๐ chore(deps): update dependency tsbb to ~4.2.0 (#34) d2c2746 @renovate-bot
- ๐ fix(deps): update dependency styled-components to ~6.1.0 (#39) b5596d7 @renovate-bot
- ๐ chore(deps): update lerna monorepo to v8 (#40) 82cc2a3 @renovate-bot
- ๐ข ci: update workflow config. 5fe5ddf
- ๐ข ci: update workflows config. 41eb86c
- ๐ fix: fix
5 downloads
v2.3.2
Sep 13, 2022Documentation v2.3.2: https://raw.githack.com/jaywcjlove/wxmp/4967a92/index.html
Comparing Changes: https://github.com/jaywcjlove/wxmp/compare/v2.3.1...v2.3.2
- ๐ chore(deps): update dependency electron to v20 (#8) df10f96 @renovate-bot
```bash
docker pull wcjiang/wxmp:2.3.2
```
```bash
docker run --name wxmp --rm -d -p 9666:3000 wcjiang/wxmp:2.3.2
# Or
docker run --name wxmp -itd -p 9666:3000 wcjiang/wxmp:2.3.2
```
Visit the following URL in your browser
```bash
http://localhost:9666/
```
5 downloads
v2.3.1
Sep 12, 2022Documentation v2.3.1: https://raw.githack.com/jaywcjlove/wxmp/f0eb8a5/index.html
Comparing Changes: https://github.com/jaywcjlove/wxmp/compare/v2.3.0...v2.3.1
- ๐ chore(deps): update dependency lerna to v5.5.1 (#9) 9adcd7e @renovate-bot
- ๐ chore: update workflows config. 195d2ce
- ๐ chore: update workflows config. a50acf3
- ๐ doc: Update README.md 06e216a
- ๐ doc: Update README.md 245d54e
- ๐ doc: Update README.md 13a9691
```bash
docker pull wcjiang/wxmp:2.3.1
```
```bash
docker run --name wxmp --rm -d -p 9666:3000 wcjiang/wxmp:2.3.1
# Or
docker run --name wxmp -itd -p 9666:3000 wcjiang/wxmp:2.3.1
```
Visit the following URL in your browser
```bash
http://localhost:9666/
```
5 downloads
v2.3.0
Sep 5, 2022Documentation v2.3.0: https://raw.githack.com/jaywcjlove/wxmp/ea26640/index.html
Comparing Changes: https://github.com/jaywcjlove/wxmp/compare/v2.2.0...v2.3.0
- ๐ chore(deps): update dependency electron-builder to v23.3.3 (#6) 8d33e4d @renovate-bot
- ๐จ style: modify theme style. 8720638
- ๐ feat: add color palette. 8f62d41
0 downloads
v2.2.0
Sep 5, 2022Documentation v2.2.0: https://raw.githack.com/jaywcjlove/wxmp/c3f6a8f/index.html
Comparing Changes: https://github.com/jaywcjlove/wxmp/compare/v2.1.0...v2.2.0
- ๐ feat: add documemt. 57b719c
- ๐ feat: add `url` parameter to load `markdown` content. b1dc77e
- ๐ feat: add api request loading animation. fd6ad59
- ๐ doc: Update README.md b694d61
- ๐ doc: Update README.md a66e906
- ๐ feat: add `electron` app. 76a6f48
- ๐ chore(deps): update dependency cpy-cli to v4.2.0 (#5) 57e604c @renovate-bot
- ๐ chore: upate workflows config. ba5eb61
- ๐ fix: Fix dockerfile config error. d84ad70
- ๐ fix: fix docker image build error. 5cc2758
- ๐ chore: update workflows config. 83e834d
- ๐ fix: fix dockerfile config error. 60b32b3
- ๐ chore: update workflows config. 7f99728
- ๐ feat: build `windows` & `linux` app. 8d17f75
- ๐ chore: update workflows config. 5c10978
- ๐ chore: update workflows config. 55c369f
- ๐ chore(deps): update dependency lerna to v5.5.0 (#7) c86d5bb @renovate-bot
- ๐ website: modify preview width. f3337f0
- ๐ chore: update workflows config. 1c79ec8
0 downloads
v2.1.0
Sep 3, 2022Documentation v2.1.0: https://raw.githack.com/jaywcjlove/wxmp/7b1b3ca/index.html
Comparing Changes: https://github.com/jaywcjlove/wxmp/compare/v2.0.0...v2.1.0
- ๐ feat: support custom style & ignore content syntax. 3abeaf3 @jaywcjlove
- ๐จ style: update footnotes style. cbaad4e @jaywcjlove
- ๐ feat: add editor theme switch. e9b3b60 @jaywcjlove
- ๐จ style: modify image style. e0fed47 @jaywcjlove
- ๐จ style: modify select style. 6da12fc @jaywcjlove
- ๐ chore: format code & add format tools. d007e11 @jaywcjlove
- ๐ feat: add preview themes. 0580011 @jaywcjlove
- ๐ feat: add theme editor. 1c7167b @jaywcjlove
- ๐ feat: add `base` theme. f245c33 @jaywcjlove
- ๐จ style: modify theme style. 3bf313f @jaywcjlove
- ๐ doc: Update README.md ba0b158 @jaywcjlove
- ๐ feat: add `theme` url parameter. 6a2279d @jaywcjlove
0 downloads
v2.0.0
Sep 1, 2022Documentation v2.0.0: https://raw.githack.com/jaywcjlove/wxmp/cd24f50/index.html
Comparing Changes: https://github.com/jaywcjlove/wxmp/compare/v1.0.0...v2.0.0
- ๐ update README.md 158a032 @jaywcjlove
- ๐ Add .gitignore file. ef01ce9 @jaywcjlove
- ๐ feat: init web app. d0364a0 @jaywcjlove
- ๐ chore(deps): add renovate.json (#1) 79f9d0d @renovate-bot
- ๐ Create LICENSE cd23add @jaywcjlove
- ๐ doc: Update README.md bebe6a5 @jaywcjlove
- ๐ chore: udpate workflows config. cce03c1 @jaywcjlove
- ๐ doc: Update README.md 3d11eb8 @jaywcjlove
- ๐จ style: update preview styles. 92db8dd @jaywcjlove
- ๐ chore: update renovate.json 61649a2 @jaywcjlove
- ๐ feat: support docker deplay. 709849e @jaywcjlove
0 downloads
v1.0.0
Jul 14, 2016- ่ฟๆปค font-family๏ผ
- ไปฃ็ ้ซไบฎๅบๅๆ่ๆฏ้ข่ฒ๏ผ
- ไปฃ็ ้ซไบฎๅบๅๆๆจชๅๆปๅจๆกๅผบๅถไธๆข่ก๏ผ
- ๅขๅ iOSๆปๅจๆปๅจๅผนๆง๏ผ
0 downloads