Skip to content

Releases: mindoc-org/mindoc

v2.2-beta.1

23 Aug 02:25
18b6ead
Compare
Choose a tag to compare
v2.2-beta.1 Pre-release
Pre-release

What's Changed

  • Modify enterprise WeChat integration login by @saozimian in #814
  • Bugfix: Login logic exception repair by @saozimian in #815
  • 1. Add field comments when migrating the table 2. Fix the problem of null pointer of the tourist status comment interface by @haimait in #822
  • Fix the problem that only the docx file imported for the first time is valid 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: The Modal box prompts inconsistency when creating documents with the unified three types of editors. by @Go-Go-Farther in #844
  • docs(musl-gcc): musl has moved to a new domain: musl.libc.org. by @lingr7 in #845
  • Fix: set to founder (number: 0) by when the current user does not have permission @zhaogaolong in #847
  • Add postgresql support by @chang196700 in #792
  • Rewrite Auth2.0 login logic by @LawyZheng in #851
  • bugfix:1. The repair document is empty and cannot be downloaded; 2. The repair document is set to non markdown editing attachment and cannot be downloaded; 3. Compatible with existing problem documents; 4. Non ma... by @Go-Go-Farther in #866
  • bugfix:1. Fix the problem that encrypted article access cannot be accessed by non authors and administrators. There is also a copy of password modification. resolves mindoc-org/mindo… by @Go-Go-Farther in #867
  • Add github actions build.yml by @zhuizhubf in #871
  • The markdown editor adds 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

Full Changelog : v2.1...v2.2-beta.1

The database table has been modified in this update, which needs to be executed install Command to update database table structure

 windows = > mindoc_windows_amd64.exe install linux = > ./mindoc_linux_amd64 install

If you see Install Successfully! Indicates that the upgrade is successful.


Document description

  • mindoc_linux_amd64.zip Linux, gcc version compilation, running dependent system glibc( CentOS does not recommend this )
  • mindoc_linux_musl_amd64.zip Linux, musl gcc compilation, running independent of system glibc( CentOS recommends this )
  • mindoc_windows_amd64.7z Windows 64 bit
  • mindoc_windows_386.7z Windows 32-bit

domestic Download acceleration Method See https://ghproxy.com/

Docker image : registry.cn-hangzhou.aliyuncs.com/mindoc-org/mindoc:v2.2-beta.1

V2.1 Update Log

20 Jul 08:50
Compare
Choose a tag to compare

Update content

  1. Comment function bug fix
  2. Account rules support all numbers
  3. Private article access exception repair

Update method

Download the compiled file, decompress it, and overwrite it to the original directory.

MinDoc User Manual: https://doc.gsw945.com/docs/mindoc-docs

This update does not modify the database structure. You only need to manually modify the configuration file and restart mindoc.


Special instructions
This is the first official version after v2.0, including long-term cumulative updates. Please check the update log for details

Special thanks The contributions of the following enthusiastic developers (in no particular order)


Document description

  • mindoc_linux_amd64.zip Linux, gcc version compilation, running dependent system glibc( CentOS does not recommend this )
  • mindoc_linux_musl_amd64.zip Linux, musl gcc compilation, running independent of system glibc( CentOS recommends this )
  • mindoc_windows_amd64.7z Windows 64 bit
  • mindoc_windows_386.7z Windows 32-bit

Docker image : registry.cn-hangzhou.aliyuncs.com/mindoc-org/mindoc:v2.1

domestic Download acceleration Method See https://ghproxy.com/

V2.1-beta.6 Update Log

13 May 10:13
6a6ddca
Compare
Choose a tag to compare
Pre-release

Update content

  1. Comment function PR merge
  2. Fix the exception that the system cannot be used normally due to the member keyword in mysql8.0
  3. Enterprise WeChat login introduction (possible bug)

Update method

Download the compiled file, decompress it, and overwrite it to the original directory.
To experience the enterprise WeChat access function, please attend conf/app.conf.example Newly added part modified (with notes)

MinDoc User Manual: https://doc.gsw945.com/docs/mindoc-docs

This update adds a database table, which needs to be executed install Command to update database table structure

 windows = > mindoc_windows_amd64.exe install linux = > ./mindoc_linux_amd64 install

If you see Install Successfully! Indicates that the upgrade is successful.

Document description

  • mindoc_linux_amd64.zip Linux, gcc version compilation, running dependent system glibc( CentOS does not recommend this )
  • mindoc_linux_musl_amd64.zip Linux, musl gcc compilation, running independent of system glibc( CentOS recommends this )
  • mindoc_windows_amd64.7z Windows 64 bit
  • mindoc_windows_386.7z Windows 32-bit

Docker image : registry.cn-hangzhou.aliyuncs.com/mindoc-org/mindoc:v2.1-beta.6

domestic Download acceleration Method See https://ghproxy.com/

V2.1-beta.5 Update Log

15 Oct 06:06
8ad0084
Compare
Choose a tag to compare
Pre-release

Update content

  1. The markdown editing page supports preview jump
  2. Iframe support
  3. Fix the bug not displayed on the document history view page
  4. Fix the failure bug of document history comparison function
  5. Markdown editing page supports preview page jump
  6. Docker image optimization

Update method

Download the compiled file, decompress it, and overwrite it to the original directory.
Please enter the configuration file conf/app.conf Add the following configuration to:

 enable_iframe = "${MINDOC_ENABLE_IFRAME||false}"

Please compare the configuration of the configuration file added in the current version( conf/app.conf.example )Update.

MinDoc User Manual: https://www.iminho.me/wiki/docs/mindoc

This update does not modify the database structure. You only need to manually modify the configuration file and restart mindoc.

Document description

  • mindoc_linux_amd64.zip Linux, gcc version compilation, running dependent system glibc
  • mindoc_linux_musl_amd64.zip Linux, musl gcc compilation, running independent of system glibc
  • mindoc_windows_amd64.7z Windows 64 bit
  • mindoc_windows_386.7z Windows 32-bit

domestic Download acceleration method:
The domain name in the link will be downloaded github.com Replace with hub.fastgit.org or download.fastgit.org

V2.1-beta.1 Update Log

30 Jun 05:41
ce2bb9a
Compare
Choose a tag to compare
Pre-release

Update content

  1. SVG support for adding image types
  2. Use go mod as the package management tool, and upgrade the go version to 1.13
  3. Upgrade beego version to v2
  4. Nail integration, realizing no login in nails
  5. Number of fold and read of new directory
  6. Internationalization (i18n) support

Update method

Download the compiled file, decompress it, and overwrite it to the original directory.
Please enter the configuration file conf/app.conf Add the following configuration in (if https is configured, change it from false to true):

 enablexsrf = "${MINDOC_ENABLE_XSRF||false}"

Execute the following command:

 windows => mindoc_windows_amd64.exe install linux => ./ mindoc_linux_amd64 install

If you see Install Successfully! Indicates that the upgrade is successful.

Please compare the configuration of the configuration file added in the current version( conf/app.conf.example )Update.

MinDoc User Manual: https://www.iminho.me/wiki/docs/mindoc

This update has modified the database structure. Please back up the original program and database before upgrading.

V2.0: Update log:

11 Mar 08:39
Compare
Choose a tag to compare
 1. Optimize search, support space separated keywords, and support item search 2. Support for removing project tags and project tokens 3. Fuzzy search with user name when adding project members 4. Account regular matching support horizontal line 5. Fix the problem that linked article attachments cannot be downloaded 6. Add image upload format

V2.0 beta. 2 update log

29 Nov 09:01
Compare
Choose a tag to compare
Pre-release

1. Search for supporting articles and space separated keywords
2. The problem of breaking the page caused by too large optimization flow chart

Update method

Download the compiled file, decompress it, and overwrite it to the original directory.

Execute the following command:

 windows => mindoc_windows_amd64.exe install linux => ./ mindoc_linux_amd64 install

If you see Install Successfully! Indicates that the upgrade is successful.

Please compare the configuration updates for the configuration files added in the current version.

MinDoc User Manual: https://www.iminho.me/wiki/docs/mindoc

This update has modified the database structure. Please back up the original program and database before upgrading.

V2.0 beta. 1 update log

28 Nov 02:41
Compare
Choose a tag to compare
Pre-release

1. New team function, administrator can create a team and add users to the team, and project owner can add a team to the project.
2. The new project space function can group projects and add multiple projects to one project space.
3. Add Markdown Editor JSON to table tool, which can convert complex json Convert to Table.
4. A new project password access function is added. Private projects can be accessed through password and token.
5. New item reading page settings and member buttons.
6. The problem of optimizing the path of images and attachments is not configured baseurl Parameter, the relative path is used by default.
7. Optimize some page copywriting tips.
8. Repair beego Use file storage session Security vulnerabilities at
9. Fix xss vulnerability on some pages.

Update method

Download the compiled file, decompress it, and overwrite it to the original directory.

Execute the following command:

 windows => mindoc_windows_amd64.exe install linux => ./ mindoc_linux_amd64 install

If you see Install Successfully! Indicates that the upgrade is successful.

Please compare the configuration updates for the configuration files added in the current version.

MinDoc User Manual: https://www.iminho.me/wiki/docs/mindoc

This update has modified the database structure. Please back up the original program and database before upgrading.

V1.0.2 Update Log

25 Oct 08:22
Compare
Choose a tag to compare

Update log:
1. Fix the bug of confusing exported documents
2. Fix the bug with incomplete article navigation display
3. Add more LDAP error information
4. Optimize the configuration file auto loading logic

Update method

After downloading, just overwrite the original directory.

V1.0.1: Update log

19 Sep 03:39
Compare
Choose a tag to compare
  1. Fix the bug of anonymous access judgment error
  2. Override configuration file auto load logic
  3. Add the ability for administrators to modify configuration files in the background

Update method

After downloading, just overwrite the original directory.