File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "name" : " supernote" ,
3+ "version" : " 0.1.1" ,
4+ "tag" : " v0.1.1" ,
5+ "commit" : " 365fcd3639e39fac7609d789d2910c4c852fc680" ,
6+ "date" : " 2026-05-06T21:38:18.572Z" ,
7+ "urls" : {
8+ "repo" : " https://github.com/solid-droid/supernote" ,
9+ "latest_json" : " https://github.com/solid-droid/supernote/releases/latest/download/latest.json" ,
10+ "downloads" : {
11+ "windows" : " https://github.com/solid-droid/supernote/releases/download/v0.1.1/supernote_0.1.1_x64_en-US.msi.zip" ,
12+ "macos_x64" : " https://github.com/solid-droid/supernote/releases/download/v0.1.1/supernote_0.1.1_x64.app.tar.gz" ,
13+ "macos_arm" : " https://github.com/solid-droid/supernote/releases/download/v0.1.1/supernote_0.1.1_aarch64.app.tar.gz" ,
14+ "linux" : " https://github.com/solid-droid/supernote/releases/download/v0.1.1/supernote_0.1.1_amd64.deb" ,
15+ "android" : " https://github.com/solid-droid/supernote/releases/download/v0.1.1/supernote-0.1.1.apk"
16+ }
17+ }
18+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " supernote" ,
33 "private" : true ,
4- "version" : " 0.1.0 " ,
4+ "version" : " 0.1.1 " ,
55 "type" : " module" ,
6- "scripts" : {
6+ "scripts" : {
77 "dev" : " npm run build:sidecars && vite" ,
88 "build" : " npm run build:sidecars && tsc && vite build" ,
99 "preview" : " vite preview" ,
2626 "typescript" : " ~5.6.2" ,
2727 "vite" : " ^6.0.3"
2828 }
29- }
29+ }
Original file line number Diff line number Diff line change 11[package ]
22name = " supernote"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " A Tauri App"
55authors = [" you" ]
66edition = " 2021"
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://schema.tauri.app/config/2" ,
33 "productName" : " supernote" ,
4- "version" : " 0.1.0 " ,
4+ "version" : " 0.1.1 " ,
55 "identifier" : " com.nikhi.supernote" ,
66 "build" : {
77 "beforeDevCommand" : " npm run dev" ,
2424 }
2525 },
2626 "plugins" : {
27- "os" : {}
27+ "os" : {}
2828 },
2929 "bundle" : {
3030 "active" : true ,
4242 " ../src-sidecars/src-python/python-sidecar"
4343 ]
4444 }
45- }
45+ }
You can’t perform that action at this time.
0 commit comments