Skip to content

Releases: apache/answer

v0.5.0-alpha

06 Dec 09:14
Compare
Choose a tag to compare
v0.5.0-alpha Pre-release
Pre-release

New Features

  • New: Revision compare and review #114
  • New: Post logs record, such as revision and votes #113
  • New: Privileges about edit content

Bug Fixes

  • Fixed: Footer link and site name error
  • Fixed: Incorrect required field check #98

Performance Improvements

  • Improved: Fixed and improved RouteNode type error #60
  • Improved: Github Action build stages

v0.4.0-alpha

21 Nov 07:36
Compare
Choose a tag to compare
v0.4.0-alpha Pre-release
Pre-release

New Features

  • Add: Customized branding icons and favicon.
  • Add: Terms of service, privacy page settings.
  • Add: Recommend tag, required tag and reserved tag config. It can now be better organized with tags.

Bug Fixes

  • Fixed: Post summary in search results #70
  • Fixed: The user status cache is incorrect #82
  • Fixed: Tags cannot be searched correctly #78
  • Fixed: The routing path of the answer type in the search result page is incorrect #90

Performance Improvements

  • Optimized: Form generator.
  • Optimized: Page response speed. #87

v0.3.0-alpha

11 Nov 11:55
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

New Features

  • New: Timezone and locale support
  • New: Administrator dashboard
  • New: Version check feature that keeps your Answer always update
  • New: Installation guide, now you can install Answer just on one click!
  • New: search support for Administrator

Bug Fixes

  • Fixed: User interface language does not meet expectations #75
  • Fixed: Dashboard will remind how to configure smtp #64 #44
  • Fixed: Bug for problem search #71
  • Fixed: Bug for delete problem #68

Other Changes

  • Change upload directory
  • Combine client and server language files
  • Support linux/arm64 Docker image #77

v0.2.0-alpha

02 Nov 15:19
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

New Features

  • New: Gravatar profile image support
  • New: Thumbnail generation
  • New: Change email before account activated

Bug Fixes

  • Important fixed: Panic issues when linking the wrong version of SQLite library #28

Performance Improvements

  • Optimized: the docker images size has decreased almost by 50% which from 200 MB to 100 MB

Other Changes

  • The docker container image has changed from Debian to alpine
  • Use SQLite as the default database.
  • You can just use the docker Quick Start project for the experience. (Previous using docker-compose with MySQL was heavy.)