|
73 | 73 | </provides> |
74 | 74 |
|
75 | 75 | <releases> |
| 76 | + <release version="0.18.0" date="2026-05-27"> |
| 77 | + <description> |
| 78 | + <p>Release version 0.18.0 with new components, backend improvements, and comprehensive code formatting.</p> |
| 79 | + |
| 80 | + <p> |
| 81 | + <strong>New Features & Components:</strong> |
| 82 | + </p> |
| 83 | + <ul> |
| 84 | + <li>New view-mode-tabs component for switching between view modes</li> |
| 85 | + <li>New chat-message-group component for grouping chat messages</li> |
| 86 | + <li>New avatar SVG files added</li> |
| 87 | + </ul> |
| 88 | + |
| 89 | + <p> |
| 90 | + <strong>Backend Improvements:</strong> |
| 91 | + </p> |
| 92 | + <ul> |
| 93 | + <li>Improved permission service with better access control</li> |
| 94 | + <li>Enhanced archive route with improved functionality</li> |
| 95 | + <li>Updated group routes and permission macros</li> |
| 96 | + <li>Improved entity structures and task services</li> |
| 97 | + </ul> |
| 98 | + |
| 99 | + <p> |
| 100 | + <strong>Frontend Refactoring:</strong> |
| 101 | + </p> |
| 102 | + <ul> |
| 103 | + <li>Updated core services (archive, conflict, permission, storage, sync)</li> |
| 104 | + <li>Updated filter constants, scrolling mixin, and data models</li> |
| 105 | + <li>Refactored item card, kanban, table view, and todo components</li> |
| 106 | + <li>Updated chat message and comments components</li> |
| 107 | + <li>Updated views (calendar, categories, dashboard, tasks, todos)</li> |
| 108 | + </ul> |
| 109 | + |
| 110 | + <p> |
| 111 | + <strong>Code Quality:</strong> |
| 112 | + </p> |
| 113 | + <ul> |
| 114 | + <li>Comprehensive Prettier and Rustfmt formatting across frontend and backend</li> |
| 115 | + </ul> |
| 116 | + </description> |
| 117 | + </release> |
76 | 118 | <release version="0.17.4" date="2026-05-22"> |
77 | 119 | <description> |
78 | 120 | <p>Release version 0.17.4</p> |
|
0 commit comments