Skip to content

Release 2.0.0 - New plugins, Redmine update

Latest
Compare
Choose a tag to compare
@cristiroma cristiroma released this 14 Feb 17:29
· 40 commits to master since this release
95fd29e

This release docker configuration files are not backwards compatible, you need to update your configuration before update:

  1. Rename .redmine.secret to .env
  2. Inside the .env file declare your TZ variable, i.e. TZ=Europe/Bucharest
  3. The themes were renamed for unification and your theme might be reset.

New features

  • New plugin to edit issue author
  • New plugin to view granchildren sub-tasks on a ticket (redmine_subtask_list_accordion)
  • New plugin to edit other people's time entries
  • New plugin to allow managers to impersonate other users to debug issues (Go to Administration > Users, click on user and "Impersonate" link on top-right of the screen)
  • New plugin to add announcements to Redmine banner (visit /settings/plugin/redmine_banner)

Updates

  • Updated to Redmine 3.4.4

Changes

  • Unified and general naming of docker-related variables and configuration files
  • Removed buggy dynamic edit plugin (crayon next to each field)