Skip to content

Releases: apache/answer

v1.7.1

19 Dec 12:23
3000e3a

Choose a tag to compare

New Features

  • New: SchemaForm Input always a string (@shuashuai #1425)
  • New: <input type="number"> needs to set the min|max values on the front-end when necessary (@Dinesht04 #1417)

Improvements

  • Improve: Add golangci-lint to lint target with related formatting/cleanup (@ferhatelmas #1437)
  • Improve: Bump mockgen to 0.6.0 (@ferhatelmas #1434)
  • Improve: Internal refactor to compile regex once rather than on each text clear invocation (@ferhatelmas #1430)

Bug Fixes

  • Fixed: Getting “Language file not found.” error when trying to change the Timezone in the admin settings (@LinkinStars #1427)
  • Fixed: 500 error on opening any question (@shuashuai @LinkinStars #1426)
  • Fixed: Edited answers do not update after moderation (@LinkinStars #1423)
  • Fixed: After installation, the default-generated Q&A does not have initial version information when edited (@krypt0n123 #1436)
  • Fixed: Multi-byte rune boundary issue when cutting long titles (@ferhatelmas #1431)
  • Fixed: Null pointer access in UI when getting branding fails (@ferhatelmas #1433)
  • Fixed: Right language handler usage (GetLangByCtx) for proper language detection (@liruohrh #1444)

Other changes

  • Footer UI adjustment to reduce space occupation

v1.7.1-RC2

16 Dec 03:03
3000e3a

Choose a tag to compare

v1.7.1-RC2 Pre-release
Pre-release

New Features

  • New: SchemaForm Input always a string (@shuashuai #1425)
  • New: <input type="number"> needs to set the min|max values on the front-end when necessary (@Dinesht04 #1417)

Improvements

  • Improve: Add golangci-lint to lint target with related formatting/cleanup (@ferhatelmas #1437)
  • Improve: Bump mockgen to 0.6.0 (@ferhatelmas #1434)
  • Improve: Internal refactor to compile regex once rather than on each text clear invocation (@ferhatelmas #1430)

Bug Fixes

  • Fixed: Getting “Language file not found.” error when trying to change the Timezone in the admin settings (@LinkinStars #1427)
  • Fixed: 500 error on opening any question (@shuashuai @LinkinStars #1426)
  • Fixed: Edited answers do not update after moderation (@LinkinStars #1423)
  • Fixed: After installation, the default-generated Q&A does not have initial version information when edited (@krypt0n123 #1436)
  • Fixed: Multi-byte rune boundary issue when cutting long titles (@ferhatelmas #1431)
  • Fixed: Null pointer access in UI when getting branding fails (@ferhatelmas #1433)
  • Fixed: Right language handler usage (GetLangByCtx) for proper language detection (@liruohrh #1444)

Other changes

  • Footer UI adjustment to reduce space occupation

v1.7.1-RC1

11 Dec 08:04
216786a

Choose a tag to compare

v1.7.1-RC1 Pre-release
Pre-release

New Features

  • New: SchemaForm Input always a string (@shuashuai #1425)
  • New: <input type="number"> needs to set the min|max values on the front-end when necessary (@Dinesht04 #1417)

Improvements

  • Improve: Add golangci-lint to lint target with related formatting/cleanup (@ferhatelmas #1437)
  • Improve: Bump mockgen to 0.6.0 (@ferhatelmas #1434)
  • Improve: Internal refactor to compile regex once rather than on each text clear invocation (@ferhatelmas #1430)

Bug Fixes

  • Fixed: Getting “Language file not found.” error when trying to change the Timezone in the admin settings (@LinkinStars #1427)
  • Fixed: 500 error on opening any question (@shuashuai @LinkinStars #1426)
  • Fixed: Edited answers do not update after moderation (@LinkinStars #1423)
  • Fixed: After installation, the default-generated Q&A does not have initial version information when edited (@krypt0n123 #1436)
  • Fixed: Multi-byte rune boundary issue when cutting long titles (@ferhatelmas #1431)
  • Fixed: Null pointer access in UI when getting branding fails (@ferhatelmas #1433)
  • Fixed: Right language handler usage (GetLangByCtx) for proper language detection (@liruohrh #1444)

Other changes

  • Footer UI adjustment to reduce space occupation

v1.7.0

05 Nov 03:45

Choose a tag to compare

Note

We have made a lot of layout changes in this version. If you have modified the page layout, there may be conflicts. Please remember to backup the old data before upgrading.

New Features

Improvements

Bug Fixes

New Contributors

v1.7.0-RC1

30 Oct 08:03

Choose a tag to compare

Note

We have made a lot of layout changes in this version. If you have modified the page layout, there may be conflicts. Please remember to backup the old data before upgrading.

New Features

Improvements

Bug Fixes

New Contributors

v1.6.0

22 Jul 08:56
2e646af

Choose a tag to compare

New Features

Improvements

Bug Fixes

v1.6.0-RC1

17 Jul 09:18

Choose a tag to compare

New Features

Improvements

Bug Fixes

v1.5.1

03 Jun 03:38

Choose a tag to compare

Improvements

Bug Fixes

v1.5.1-RC1

28 May 07:01

Choose a tag to compare

v1.5.1-RC1 Pre-release
Pre-release

Improvements

Bug Fixes

  • Fixed: Users logging in with Google connector do not have access to images (@Giorgio-Bonvicini-R4P #1334)
  • Fixed: Username minimum length still set to 4 in Admin panel (@sy-records #1341)
  • Fixed: The code snippet caused the layout to break (@shuashuai #1329)
  • Fixed: Images are always displayed at the end when copying texts and images content (@shuashuai )

v1.5.0

06 May 02:07

Choose a tag to compare

New Features

  • New: Full-with layout with the sticky left menu (@shuashuai #1319)
  • New: Support tag merge feature for admin and moderator (@hgaol #1110)

Improvements

  • Improve: The admin panel left menu uses the same style as site (@shuashuai #1321)
  • Improve: Improve search and question layout under mobile (@shuashuai #1322)
  • Improve: Prevent suspended users login (@LinkinStars #1320)
  • Improve: Auto set the default time zone to where the server is located (@hgaol #1303)
  • Improve: Support using search plugin to search similar question in ask question page (@hgaol #1298)
  • Improve: Optimize the style of the reaction button under the dark theme(@hgaol #1258

Bug Fixes

  • Fixed: Username minimum length still set to 4 (@sy-records #1313)
  • Fixed: Disable email notifications for suspended users (@LinkinStars #1312)
  • Fixed: Dup questions when searching by tag (@hgaol #1310)
  • Fixed: answer build --output with relative path doesn't work (@hgaol #1285)
  • Fixed: Get tag with page nil pointer error (@xuthus5 #1299)
  • Fixed: Duplicate security requirements in swagger (@seiyab #1300)