Releases: redmica/redmica
v3.1.0
We are pleased to announce the release of RedMica 3.1.0 (2024-11).
RedMica 3.1.0 is based on Redmine 6.0.1. This version delivers all the features of Redmine 6.0.1 and includes several changes which are scheduled for future Redmine releases.
Highlights
- Add thousand delimiters for custom fields: Option to render Integer- and Float-format custom fields with thousand delimiters for improved readability. (redmine-39997)
- Enhanced assignee dropdown: Added “Author / Previous assignee” group in issue form for easier assignment management. (redmine-16045)
- Modernized icons: Replaced old icon images with Tabler SVG icons for a sleeker look. (redmine-23980)
- Refined styling: Updated box styling, border colors, and font sizes to improve readability. Now using the Noto Sans font. (redmine-41298, redmine-41321)
- Collapsible sidebar: Sidebar is now collapsible and its state is remembered. (redmine-21808)
- Improved tables: Enhanced table readability with row borders. (redmine-41475)
- Partial quoting: Users can now quote specific parts of text in issues and forums. (redmine-41294)
Important Notices
- Ruby 3.0 is no longer supported: Please upgrade to Ruby 3.1 or later to ensure compatibility with RedMica 3.1.0.
Full Changelog
For a comprehensive list of changes, please see the CHANGELOG.
v3.0.4
RedMica 3.0.4 is a maintenance update for the RedMica 3.0 series. This release includes Rails security updates and several bug fixes:
- Updated Ruby on Rails to version 7.1.4.1.
- 4 minor bugs have been fixed.
This Rails update addresses security vulnerabilities, specifically mitigating 4 potential ReDoS (Regular expression Denial of Service) attacks. These vulnerabilities only affect Ruby versions below 3.2. The Rails team highly recommends that users on older Ruby versions upgrade to this new Rails version as soon as possible.
For a detailed list of changes, please refer to the CHANGELOG.
v3.0.3
v3.0.2
v3.0.1
RedMica 3.0.1 is a maintenance update for RedMica 3.0 series.
The most important fix addresses an issue where RedMica would fail to start with the error “LoadError: cannot load such file - blankslate” when using Builder gem version 3.3.0 or later.
For a detailed list of changes, please refer to the CHANGELOG.
v3.0.0
We are pleased to announce the release of RedMica 3.0.0 (2024-05).
RedMica 3.0.0 is based on Redmine 5.1.2. This version delivers all the features provided in Redmine 5.1.2 and some new features and changes that will be included in the next major release of Redmine.
The following are some of the improvements:
- Feature redmine-40569: Add an option to send email notification when an attachment is added
- Feature redmine-21677: Support localized decimal separator for hours in the web UI
- Feature redmine-22024: Support localized decimal separators for float values
- Feature redmine-29208: Support email addresses with IDN (internationalized domain names) in user accounts
- Feature redmine-31756: Introduce configuration for done ratio options interval
- Feature redmine-39805: Extend "contains" operator in "Parent task" filter to support multiple issue IDs
- Feature redmine-29894: View watchers on the issue list
- Patch redmine-37862: Estimated time remaining issue query column
- Feature redmine-23954: Shows the date of the last activity on Projects administration
- Feature redmine-36320: Migrate to Rails 7.1
- Feature redmine-39761: Ruby 3.3 support
You can see the full list of changes in the CHANGELOG.
Important notices:
- Ruby 3.3 is newly supported, Ruby 2.7 is no longer supported
- Rails has been updated to 7.1. Many plugins may need to be modified for Rails 7.1
- Propshaft has been introduced and the theme installation directory has been changed from public/themes to themes. This change should affect many themes
The following page, written in Japanese, explains how to make plugins and themes compatible with RedMica 3.0:
https://blog.redmine.jp/articles/6_0/checklist-themes-plugins-developer-before-redmine-6/
v2.4.2
v2.4.1
We are pleased to announce the release of RedMica 2.4.1, the latest maintenance update in the RedMica 2.4 series. This release focuses on enhancing stability and reliability through several bug fixes.
The most important fix in this release is the resolution of concurrency issues encountered with MySQL versions higher than 5.6 (see https://www.redmine.org/issues/39437 for details). To fully address the concurrency issues, an extra configuration step is required for MySQL. We strongly recommend reviewing the "Database Server Configuration" section in the installation documentation.
You can see the full list of changes in the CHANGELOG.
v2.4.0
We are pleased to announce the release of RedMica 2.4.0 (2023-11).
RedMica 2.4.0 is based on Redmine 5.1.0. This version delivers all the features provided in Redmine 5.1.0 and some new features and fixes that will be included in the next major release of Redmine.
Since key features of Redmine 5.1.0 were already delivered in the previous RedMica 2.3.0, RedMica 2.4.0 does not introduce major new features but includes numerous fixes and minor improvements.
The following are some of the improvements:
- Feature redmine-37679: Raise the maximum length of the last name to 255 characters
- Feature redmine-33682: Display calendar in vertical list layout on mobile screens
- Feature redmine-2568: Description for issue statuses
- Feature redmine-37621: Add field separator option to CSV export dialog
You can see the full list of changes in the CHANGELOG.