- Changed release version from 2.1.0 to 2.1.1 in the email template. - Updated feature descriptions to reflect new functionalities, including easier management of statuses and phases, a task progress bar, and a right-click context menu. - Improved UI elements for clarity and added images to enhance visual representation of new features.
232 lines
7.0 KiB
HTML
232 lines
7.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Worklenz 2.1.1 Release</title>
|
|
<meta name="subject" content="Worklenz 2.1.1 Release" />
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
|
<meta content="width=device-width,initial-scale=1" name="viewport">
|
|
<style>
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: #f6f8fa;
|
|
font-family: 'Mada', 'Segoe UI', Arial, sans-serif;
|
|
color: #222;
|
|
}
|
|
|
|
a[x-apple-data-detectors] {
|
|
color: inherit !important;
|
|
text-decoration: inherit !important;
|
|
}
|
|
|
|
#MessageViewBody a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
p {
|
|
line-height: 1.6;
|
|
}
|
|
|
|
.padding-30 {
|
|
padding: 0px 30px;
|
|
}
|
|
|
|
.padding-20 {
|
|
padding: 0px 20px;
|
|
}
|
|
|
|
.card {
|
|
background: #fff;
|
|
border-radius: 16px;
|
|
box-shadow: 0 2px 12px rgba(24, 144, 255, 0.08);
|
|
margin-bottom: 32px;
|
|
padding: 32px 32px 24px 32px;
|
|
transition: box-shadow 0.2s;
|
|
}
|
|
|
|
.card h3 {
|
|
color: #1890ff;
|
|
margin-top: 0;
|
|
margin-bottom: 12px;
|
|
font-size: 22px;
|
|
}
|
|
|
|
.card img {
|
|
border-radius: 10px;
|
|
margin: 18px 0 0 0;
|
|
box-shadow: 0 1px 8px rgba(24, 144, 255, 0.07);
|
|
max-width: 100%;
|
|
display: block;
|
|
}
|
|
|
|
.feature-list {
|
|
padding-left: 18px;
|
|
margin: 0 0 12px 0;
|
|
}
|
|
|
|
.feature-list li {
|
|
margin-bottom: 6px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.main-btn {
|
|
background: #1890ff;
|
|
border: none;
|
|
outline: none;
|
|
padding: 14px 28px;
|
|
font-size: 18px;
|
|
text-decoration: none;
|
|
color: white;
|
|
border-radius: 23px;
|
|
margin: 32px auto 0 auto;
|
|
font-family: 'Mada', sans-serif;
|
|
display: inline-block;
|
|
box-shadow: 0 2px 8px rgba(24, 144, 255, 0.13);
|
|
transition: background 0.2s, color 0.2s, border 0.2s;
|
|
border: 2px solid #1890ff;
|
|
}
|
|
|
|
.main-btn:hover {
|
|
background: #40a9ff;
|
|
color: #fff;
|
|
border-color: #40a9ff;
|
|
}
|
|
|
|
@media (max-width: 600px) {
|
|
.card {
|
|
padding: 18px 8px 16px 8px;
|
|
}
|
|
|
|
.main-btn {
|
|
width: 90%;
|
|
font-size: 16px;
|
|
padding: 12px 0;
|
|
}
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
body {
|
|
background: #181a1b;
|
|
color: #e6e6e6;
|
|
}
|
|
|
|
.card {
|
|
background: #23272a;
|
|
box-shadow: 0 2px 12px rgba(24, 144, 255, 0.13);
|
|
}
|
|
|
|
.main-btn {
|
|
background: #1890ff;
|
|
color: #fff;
|
|
border: 2px solid #1890ff;
|
|
}
|
|
|
|
.main-btn:hover {
|
|
background: #40a9ff;
|
|
color: #fff;
|
|
border-color: #40a9ff;
|
|
}
|
|
|
|
.logo-light {
|
|
display: none !important;
|
|
}
|
|
|
|
.logo-dark {
|
|
display: block !important;
|
|
}
|
|
}
|
|
|
|
.logo-light {
|
|
display: block;
|
|
}
|
|
|
|
.logo-dark {
|
|
display: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background: #f6f8fa;">
|
|
<tr>
|
|
<td align="center">
|
|
<table border="0" cellpadding="0" cellspacing="0" width="720" style="max-width: 98vw;">
|
|
<tr>
|
|
<td align="center" style="padding: 32px 0 18px 0;">
|
|
<a href="https://worklenz.com" target="_blank" style="display: inline-block;">
|
|
<img class="logo-light"
|
|
src="https://s3.us-west-2.amazonaws.com/worklenz.com/assets/worklenz-light-mode.png"
|
|
alt="Worklenz Light Logo" style="width: 170px; margin-bottom: 0; display: block;" />
|
|
<img class="logo-dark"
|
|
src="https://s3.us-west-2.amazonaws.com/worklenz.com/assets/worklenz-dark-mode.png"
|
|
alt="Worklenz Dark Logo" style="width: 170px; margin-bottom: 0; display: none;" />
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div class="card">
|
|
<h3>🆕 Manage Statuses Easily</h3>
|
|
<ul class="feature-list">
|
|
<li>Add, rename, delete, sort, and change category of statuses with a new popup.</li>
|
|
<li>Group by status and click the "Manage Status" button next to the group by option in the task filter.</li>
|
|
</ul>
|
|
<img src="https://s3.us-west-2.amazonaws.com/worklenz.com/gifs/WL20250711/manage-status-modal.png" alt="Manage Status Modal">
|
|
</div>
|
|
<div class="card">
|
|
<h3>🆕 Manage Phases Easily</h3>
|
|
<ul class="feature-list">
|
|
<li>Group by phase and click the "Manage Status" button next to the group by option in the task filter.</li>
|
|
<li>Rename, add, delete, change color, and sort phases with a new popup.</li>
|
|
</ul>
|
|
<img src="https://s3.us-west-2.amazonaws.com/worklenz.com/gifs/WL20250711/manage-phases-model.png" alt="Manage Phases Modal">
|
|
</div>
|
|
<div class="card">
|
|
<h3>📊 Task Progress Bar in Groups</h3>
|
|
<ul class="feature-list">
|
|
<li>When grouped by priority or phase, see the progress of tasks with a task progress bar in To Do, Doing, Done categories.</li>
|
|
</ul>
|
|
<img src="https://s3.us-west-2.amazonaws.com/worklenz.com/gifs/WL20250711/task-group-progress.png" alt="Task Group Progress Bar">
|
|
</div>
|
|
<div class="card">
|
|
<h3>🖱️ Right Click Context Menu</h3>
|
|
<ul class="feature-list">
|
|
<li>Quick actions available via right click context menu in the task list.</li>
|
|
</ul>
|
|
<img src="https://s3.us-west-2.amazonaws.com/worklenz.com/gifs/WL20250711/task-list-context-menu.png" alt="Task List Context Menu">
|
|
</div>
|
|
<div class="card">
|
|
<h3>✨ UI Enhancements</h3>
|
|
<ul class="feature-list">
|
|
<li>Added borders to task rows for better clarity.</li>
|
|
<li>Various bug fixes and UI improvements across the platform.</li>
|
|
</ul>
|
|
<img src="https://s3.us-west-2.amazonaws.com/worklenz.com/gifs/WL20250711/task-row-borders.png" alt="Task Row Borders">
|
|
</div>
|
|
<div style="text-align: center;">
|
|
<a href="https://app.worklenz.com/auth" target="_blank" class="main-btn">See what's new</a>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding: 32px 0 0 0;">
|
|
<hr style="border: none; border-top: 1px solid #e6e6e6; margin: 32px 0 16px 0;">
|
|
<p style="font-family:sans-serif;text-decoration:none; text-align: center; color: #888; font-size: 15px;">
|
|
Click <a href="{{unsubscribe}}" target="_blank" style="color: #1890ff;">here</a> to unsubscribe and
|
|
manage your email preferences.
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
|
|
</html> |