0.2.0 — a notebook in your pocket, ready to be hosted #3

Merged
bvandeusen merged 22 commits from dev into main 2026-08-23 16:38:00 -04:00
5 changed files with 5 additions and 5 deletions
Showing only changes of commit 1aca294b95 - Show all commits
Generated
+1 -1
View File
@@ -4189,7 +4189,7 @@ dependencies = [
[[package]] [[package]]
name = "thoughtsync-desktop" name = "thoughtsync-desktop"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"log", "log",
"serde", "serde",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "thoughtsync-desktop" name = "thoughtsync-desktop"
version = "0.1.0" version = "0.2.0"
description = "ThoughtSync desktop — local-first Keep-style thought capture" description = "ThoughtSync desktop — local-first Keep-style thought capture"
authors = ["bvandeusen"] authors = ["bvandeusen"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "ThoughtSync", "productName": "ThoughtSync",
"mainBinaryName": "thoughtsync", "mainBinaryName": "thoughtsync",
"version": "0.1.0", "version": "0.2.0",
"identifier": "com.fabledsword.thoughtsync", "identifier": "com.fabledsword.thoughtsync",
"build": { "build": {
"frontendDist": "../../frontend/dist", "frontendDist": "../../frontend/dist",
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "thoughtsync" name = "thoughtsync"
version = "0.1.0" version = "0.2.0"
description = "Self-hosted personal thought-capture web app (FabledSword family)" description = "Self-hosted personal thought-capture web app (FabledSword family)"
requires-python = ">=3.12" requires-python = ">=3.12"
dependencies = [ dependencies = [
+1 -1
View File
@@ -1,3 +1,3 @@
"""ThoughtSync — self-hosted personal thought-capture web app (FabledSword family).""" """ThoughtSync — self-hosted personal thought-capture web app (FabledSword family)."""
__version__ = "0.1.0" __version__ = "0.2.0"