Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed app/assets/images/17_1_features.png
Binary file not shown.
Binary file added app/assets/images/17_2_features.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/components/homescreen/blocks/new_features.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="widget-box--description">
<div>
<p><%= new_features_title %></p>
<ul>
<ul class="widget-box--arrow-links">
<% new_features.each do |line| %>
<li><%= line %></li>
<% end %>
Expand Down
17 changes: 9 additions & 8 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3214,17 +3214,18 @@ en:
learn_about: "Learn more about all new features"
missing: "There are no highlighted features yet."
# We need to include the version to invalidate outdated translations in other locales
"17_1":
"17_2":
new_features_title: >
The release contains various new features and improvements, such as:
new_features_list:
line_0: Automated project initiation (Enterprise add-on).
line_1: "Meetings: add new or existing work packages as outcomes."
line_2: "Meetings: show iCal responses in OpenProject."
line_3: "Recurring meetings: duplicate agenda items to the next occurrence."
line_4: "Release to Community: Attribute highlighting."
line_5: Warning before opening external links in user-provided content (Enterprise add-on).
line_6: Improved performance and user experience, including the Activity tab and Documents module.
line_0: AI workflows with a secure MCP server (Professional plan and higher)
line_1: Improved project home page with new widget for budgets and improved accessibility
line_2: "Meetings: Meeting templates (Basic plan and higher)"
line_3: Better transparency with project attribute comments.
line_4: PDF export enhancements
line_5: Increased security for external links (Premium plan and higher)
line_6: UI/UX improvements in the Backlogs module
line_7: Harmonized custom field forms
links:
upgrade_enterprise_edition: "Upgrade to Enterprise edition"
postgres_migration: "Migrating your installation to PostgreSQL"
Expand Down
Loading