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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ server/dist
server/.env
server/.dev.vars
server/.wrangler

.claude
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sustn",
"private": true,
"version": "0.2.1",
"version": "0.3.0",
"type": "module",
"scripts": {
"vite:dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "SUSTN",
"version": "0.2.1",
"version": "0.3.0",
"identifier": "app.sustn.desktop",
"build": {
"beforeDevCommand": "pnpm vite:dev",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.dev.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "SUSTN Dev",
"version": "0.2.1",
"version": "0.3.0",
"identifier": "app.sustn.desktop.dev",
"build": {
"beforeDevCommand": "pnpm vite:dev",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.qa.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "SUSTN QA",
"version": "0.2.1",
"version": "0.3.0",
"identifier": "app.sustn.desktop.qa",
"build": {
"beforeDevCommand": "pnpm vite:dev",
Expand Down
23 changes: 23 additions & 0 deletions web/app/changelog/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,29 @@ export interface ChangelogEntry {
}

export const changelog: ChangelogEntry[] = [
{
version: "0.3.0",
date: "Mar 23rd, 2026",
title: "Linear Integration",
description:
"Import issues from Linear as SUSTN tasks, with full lifecycle support from sync through execution to PR link-back.",
image: {
src: "/changelog/linear_integration.png",
alt: "Linear integration settings and task view",
},
features: [
"Linear issue import — sync issues from any Linear team and project as SUSTN tasks, with automatic category inference from labels and effort from priority",
"Configurable auto-sync schedules: manual, on launch, every 6h, 12h, or daily",
"New Integrations tab in Settings for Linear API key management, connection testing, and per-project sync configuration",
"Linear identifier badges on tasks (e.g. SYN-460), clickable to open the issue in Linear",
"Automatic PR link-back — when SUSTN creates a PR for a Linear issue, it posts a comment on the Linear issue with the PR link",
],
improvements: [
"Linear-style branch names for imported issues (e.g. sustn/syn-460-improve-accounts-table)",
"Linear tasks sort to the top of the task list for higher visibility",
"Tauri-side scan command now returns Linear metadata (identifier, URL) for imported tasks",
],
},
{
version: "0.2.0",
date: "Mar 18th, 2026",
Expand Down
Binary file added web/public/changelog/linear_integration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading