Commit graph

921 commits

Author SHA1 Message Date
181ea4faef
Fix logs view 2025-04-03 22:46:07 +01:00
e3295a38af
Bump versions to 0.3.5 2025-04-03 21:45:01 +01:00
5328e3b0f6
Fix cursor movement on Windows 2025-04-03 21:44:45 +01:00
a0044badf3
Update node deps 2025-04-02 22:19:10 +01:00
4e45888040
Bump versions to 0.3.4 2025-04-02 22:18:16 +01:00
1f9728d893
Add cursor moving (#19) 2025-04-02 22:06:38 +01:00
dependabot[bot]
29d8779786
Bump sqlx from 0.8.2 to 0.8.3 in /backend (#20)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-02 20:10:25 +01:00
dependabot[bot]
ecaa914879
Bump insta from 1.41.1 to 1.42.2 in /backend (#15)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 22:51:12 +01:00
86dead5266
Bump versions to 0.3.3 2025-03-29 14:04:36 +00:00
0311883a16
Fix lint 2025-03-29 14:04:06 +00:00
bb5a0bde3a
Bump versions to 0.3.2 2025-03-29 13:36:44 +00:00
52bda89764
Fix jumping cursor 2025-03-29 13:36:32 +00:00
3bbc5c61e9
Bump versions to 0.3.1 2025-03-29 12:29:36 +00:00
fa4da6eb14
Merge branch 'main' of https://github.com/schmelczer/obsidian-shared-sync 2025-03-29 12:28:20 +00:00
c5af0d40d8
Pick up changed ping API 2025-03-29 12:28:12 +00:00
7413299cec
Fix typo 2025-03-29 12:26:59 +00:00
3d8152f6f5
Rate-limit updates 2025-03-29 12:26:52 +00:00
1eec55b2d0
Update example config 2025-03-29 12:25:32 +00:00
81c4cc991c
Print init errors 2025-03-29 12:25:24 +00:00
b3e98d32b6
Add vault-level access control 2025-03-29 12:25:15 +00:00
dependabot[bot]
5356dc0eb9
Bump rust from 1.83 to 1.85 in /backend (#6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-29 11:03:53 +00:00
a8c813b9a7
Bump versions to 0.3.0 2025-03-29 11:02:57 +00:00
6fb922f4ba
Rate-limit DB writes 2025-03-29 11:02:42 +00:00
dependabot[bot]
44ab720b1d
Bump tokio from 1.42.0 to 1.44.1 in /backend (#14)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-29 10:18:35 +00:00
dependabot[bot]
cb5e930399
Bump anyhow from 1.0.94 to 1.0.97 in /backend (#13)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-29 10:18:24 +00:00
dependabot[bot]
2ac3630a65
Bump serde from 1.0.215 to 1.0.219 in /backend (#5)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-29 10:18:12 +00:00
1aad0fce31
Add WebSocket support (#12) 2025-03-29 10:17:46 +00:00
dependabot[bot]
3d27b7f313
Bump alpine from 3.21.0 to 3.21.3 in /backend (#8)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-25 22:28:42 +00:00
dependabot[bot]
aec3cd9b2f
Bump chrono from 0.4.38 to 0.4.40 in /backend (#11)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-25 22:28:28 +00:00
dependabot[bot]
237b4b9f9d
Bump uuid from 1.11.0 to 1.16.0 in /backend (#9)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-25 22:28:09 +00:00
ccff1cfc7a
Fix parsing 2025-03-24 22:03:43 +00:00
baba8f82bf
Take config path as input 2025-03-24 21:57:56 +00:00
958af89116
Rename config.yml 2025-03-24 21:57:26 +00:00
a6fd0f1dd7
Add clap 2025-03-24 21:57:05 +00:00
3e4e7d38d8
Bump versions to 0.2.2 2025-03-24 21:16:32 +00:00
0ae05dda16
Remove todos 2025-03-24 21:16:23 +00:00
272cb2e958
Create dependabot.yml 2025-03-23 15:13:45 +00:00
468d0ac8cf
Fix history view 2025-03-23 15:00:20 +00:00
58a61d036b
Update branch name 2025-03-22 20:55:14 +00:00
a4ee946b93
Bump versions to 0.2.1 2025-03-22 20:52:26 +00:00
bb015209a2
Fix build 2025-03-22 20:52:16 +00:00
8c98ee6c65
Bump versions to 0.2.0 2025-03-22 20:50:58 +00:00
a8cadd1e53
Fix test 2025-03-22 20:50:43 +00:00
62427183fd
Print current size not just limit 2025-03-22 20:32:02 +00:00
e83539bb48
Inject deps 2025-03-22 20:31:48 +00:00
e9c6f99df2
Give unique names to path params 2025-03-22 20:30:24 +00:00
407c56040e
Improve settings 2025-03-22 20:24:19 +00:00
3dbeb54c54
Only show file name on history card 2025-03-22 20:23:34 +00:00
84adda96c1
Improve message 2025-03-22 18:45:37 +00:00
30ecf52dde
Improve history view 2025-03-22 18:41:30 +00:00