Skip to content

Commit 47440a0

Browse files
committed
Push to release npm packages
1 parent 30c0cd7 commit 47440a0

File tree

131 files changed

+472
-517
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+472
-517
lines changed

Cargo.lock

Lines changed: 81 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion

apps/fluster/CHANGELOG.md

Lines changed: 8 additions & 0 deletions

apps/fluster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluster",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"funding": [
55
{
66
"type": "paypal",

apps/fluster/src-tauri/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fluster"
33
version = "0.1.0"
44
description = "Free, open source academic note taking."
55
authors = ["Andrew Iglinski <fluster.eyeoh@gmail.com>"]
6-
homepage = "https://fluster-one.vercel.app"
6+
homepage = "https://flusterapp.com"
77
edition = "2021"
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -94,6 +94,7 @@ kalosm = { version = "0.4.0", features = ["full"] }
9494
serde_yml = "0.0.12"
9595
text-splitter = { version = "0.27.0", features = ["markdown"] }
9696
glob-match = "0.2.1"
97+
notify = { version = "8.2.0", features = ["crossbeam-channel", "serde"] }
9798

9899
[target.'cfg(target_os = "macos")'.dependencies]
99100
kalosm = { version = "0.4.0", features = ["full", "metal"] }
-2.83 KB
Binary file not shown.
-6.91 KB
Binary file not shown.
-777 Bytes
Binary file not shown.
-1.46 KB
Binary file not shown.
-2.32 KB
Binary file not shown.

0 commit comments

Comments
 (0)