Skip to content

v0.13.2-dev

Pre-release
Pre-release
Compare
Choose a tag to compare
@sriramveeraghanta sriramveeraghanta released this 05 Oct 09:56
· 2731 commits to master since this release
5ac2c27

In this release, the default value for DJANGO_SETTINGS_MODULE has been changed back to plane.settings.production in the apiserver/.env file.

Additionally, you can configure the following settings apiserver/.env file:

  • To enable email password-based login, set:
ENABLE_EMAIL_PASSWORD="1"
  • To enable magic link-based login, set:
ENABLE_MAGIC_LINK_LOGIN="0"
  • You can adjust email redirections and Minio domain settings by configuring:
WEB_URL="http://localhost"
  • For Google OAuth login methods, you can add the respective client ID:
GOOGLE_CLIENT_ID="" # Add Google client ID for google login

Improvements

  • Removed the draft issue log from My Profile. #2368
  • Addressed the issue of board layout shift functionality in Plane Deploy. #2351
  • Display the current version in the help section dropdown. #2353
  • Now, only administrators have the capability to execute automation, features, and member-related actions. #2369
  • Removed unnecessary OAuth environment variables. #2378

Bug Fixes

  • Fixed the issue description not being saved in the draft issue modal. #2340
  • Fixed the issue where fields except title and description are not getting updated in the draft issue modal. #2340
  • Fixed the UX around the "New Issue" button on the draft issues page. #2340
  • Fixed the issue relation mutation. #2340
  • Fixed the issue activity not getting updated when issue relation is removed. #2340
  • UI improvements in profile settings page typos. #2340, #2343
  • Fixed the emoji selection popover hiding in project cover banner. #2340
  • Fixed the issue where the 'New Issue' button appeared repeatedly on the cycle and module page gantt layout sidebar. #2340
  • Addressed the issue of theming not being set to undefined. #2350
  • Fixed the positioning of the table options menu. #2354
  • Resolved the issue of cross-project rendering in the peek overview and implemented mutations for the sub-issues. #2357
  • Fixed the 404 error that occurred when redirecting users who clicked on the '#' button in Plane Deploy. #2349
  • Updated the state group icons for Backlog and Started groups. #2381