Skip to content

Commit aedc40a

Browse files
committed
v0.18.0
1 parent d40a22a commit aedc40a

6 files changed

Lines changed: 47 additions & 5 deletions

File tree

flatpak/com.tcs.taskflow.metainfo.xml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,48 @@
7373
</provides>
7474

7575
<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 &amp; 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>
76118
<release version="0.17.4" date="2026-05-22">
77119
<description>
78120
<p>Release version 0.17.4</p>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taskflow",
3-
"version": "0.17.4",
3+
"version": "0.18.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT License"
66
name = "taskflow"
77
repository = "https://github.com/TechCraft-Solutions/TaskFlow"
8-
version = "0.17.4"
8+
version = "0.18.0"
99

1010
[lib]
1111
crate-type = ["cdylib", "rlib"]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "taskflow",
4-
"version": "0.17.4",
4+
"version": "0.18.0",
55
"identifier": "com.tcs.taskflow",
66
"build": {
77
"beforeDevCommand": "bun run start",

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const environment = {
22
production: false,
3-
version: "0.17.4",
3+
version: "0.18.0",
44
gitRepoName: "TaskFlow",
55
githubUser: "TechCraft-Solutions",
66
nameProduct: "Task Flow",

0 commit comments

Comments
 (0)