swelog-cli 0.13.0 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,22 +23,22 @@ swelog --help
23
23
  ## Getting Started
24
24
 
25
25
  Full documentation lives at
26
- **[the swelog docs site](https://swelog-cli.vercel.app/)**, including:
26
+ **[the swelog docs site](https://swelog.rudrapatel.net/)**, including:
27
27
 
28
- - [Quick Start](https://swelog-cli.vercel.app/getting-started/quick-start/) —
28
+ - [Quick Start](https://swelog.rudrapatel.net/getting-started/quick-start/) —
29
29
  configure your vault and file your first day
30
- - [Configuration](https://swelog-cli.vercel.app/getting-started/configuration/)
30
+ - [Configuration](https://swelog.rudrapatel.net/getting-started/configuration/)
31
31
  — every field in `swelog.json`
32
- - [Summarization](https://swelog-cli.vercel.app/summarization/) — the optional
32
+ - [Summarization](https://swelog.rudrapatel.net/summarization/) — the optional
33
33
  LLM pass, weekly logs, and the Ollama, OpenAI, and OpenRouter providers
34
- - [Integrations](https://swelog-cli.vercel.app/integrations/) — pull activity
34
+ - [Integrations](https://swelog.rudrapatel.net/integrations/) — pull activity
35
35
  from GitHub, Linear, and Google Calendar
36
- - [Authentication](https://swelog-cli.vercel.app/reference/authentication/) —
36
+ - [Authentication](https://swelog.rudrapatel.net/reference/authentication/) —
37
37
  how credentials are stored and cleared
38
- - [Command reference](https://swelog-cli.vercel.app/reference/commands/) — the
38
+ - [Command reference](https://swelog.rudrapatel.net/reference/commands/) — the
39
39
  full command tree
40
- - [Privacy Policy](https://swelog-cli.vercel.app/legal/privacy/) and
41
- [Terms of Service](https://swelog-cli.vercel.app/legal/terms/) — what stays on
40
+ - [Privacy Policy](https://swelog.rudrapatel.net/legal/privacy/) and
41
+ [Terms of Service](https://swelog.rudrapatel.net/legal/terms/) — what stays on
42
42
  your machine and what does not
43
43
 
44
44
  ## Contributing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swelog-cli",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "A Rust CLI to track your daily accomplishments in Obsidian",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/RudraPatel2003/swelog-cli",