v2.2-beta.1
Pre-release
Pre-release
What's Changed
- 修改企业微信集成登录 by @saozimian in #814
- bugfix:登录逻辑异常修复 by @saozimian in #815
- 1.迁移表时添加字段注释 2.修复游客状态评论接口报空指针的问题 by @haimait in #822
- 修复只有第一次导入docx文件有效问题 by @Rebellioncry in #828
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #838
- Bump golang.org/x/net from 0.0.0-20220826154423-83b083e8dc8b to 0.7.0 by @dependabot in #839
- Bump golang.org/x/image from 0.0.0-20220722155232-062f8c9fd539 to 0.5.0 by @dependabot in #840
- bugfix: 统一三种类型编辑器在创建文档时,Modal框提示语不一致问题。 by @Go-Go-Farther in #844
- docs(musl-gcc): musl has moved to a new domain: musl.libc.org. by @lingr7 in #845
- fix: 当前用户没有权限的情况下设置成了创始人(数字:0) by @zhaogaolong in #847
- Add postgresql support by @chang196700 in #792
- 重写Auth2.0登录逻辑 by @LawyZheng in #851
- bugfix:1. 修复文档为空附件不能下载;2. 修复文档设置为非markdown编辑附件不能下载;3. 兼容现存问题文档;4. 非ma… by @Go-Go-Farther in #866
- bugfix:1. 修复加密文章访问,非作者和管理员不能访问的问题。还有密码修改文案。 resolves mindoc-org/mindo… by @Go-Go-Farther in #867
- 添加 github actions build.yml by @zhuizhubf in #871
- markdown编辑器增加cherryMarkdown by @jh244212647 in #868
- Optimizing Markdown Editing by @seanly in #873
- chore: use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) by @testwill in #878
- update cherry-markdown and update editormd code block style by @jh244212647 in #888
New Contributors
- @saozimian made their first contribution in #814
- @haimait made their first contribution in #822
- @Rebellioncry made their first contribution in #828
- @dependabot made their first contribution in #838
- @lingr7 made their first contribution in #845
- @zhaogaolong made their first contribution in #847
- @chang196700 made their first contribution in #792
- @zhuizhubf made their first contribution in #871
- @seanly made their first contribution in #873
- @testwill made their first contribution in #878
Full Changelog: v2.1...v2.2-beta.1
本次更新修改了数据库表,需执行install
命令更新数据库表结构
windows => mindoc_windows_amd64.exe install
linux => ./mindoc_linux_amd64 install
如果看到 Install Successfully! 表示升级成功。
文件说明
mindoc_linux_amd64.zip
linux, gcc版本编译,运行依赖系统glibc(CentOS不建议用这个)mindoc_linux_musl_amd64.zip
linux, musl-gcc编译,运行不依赖系统glibc(CentOS推荐用这个)mindoc_windows_amd64.7z
windows 64位mindoc_windows_386.7z
windows 32位
国内下载加速方法参见 https://ghproxy.com/
Docker镜像: registry.cn-hangzhou.aliyuncs.com/mindoc-org/mindoc:v2.2-beta.1