@shaankhosla/repeater 0.1.0 โ 0.1.2
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.
- package/CHANGELOG.md +24 -41
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,56 +1,39 @@
|
|
|
1
|
-
## [0.1.
|
|
1
|
+
## [0.1.2] - 2026-01-23
|
|
2
2
|
|
|
3
3
|
### ๐ Features
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
-
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
- Improve cloze prompt user experience with better formatting and confirmation (#70)
|
|
10
|
-
|
|
11
|
-
### ๐ Bug Fixes
|
|
12
|
-
|
|
13
|
-
- Add linux persistence for llm keys
|
|
14
|
-
- FSRS stats will show despite no cards being due (#69)
|
|
15
|
-
- Incorrect API key not failing (#71)
|
|
16
|
-
- `create` command works with new file (#72)
|
|
5
|
+
- Check command without launching TUI (#78)
|
|
6
|
+
- Add --shuffle flag (#82)
|
|
7
|
+
- Add support for new card type, single line remnote style card (#83)
|
|
8
|
+
- Add date for next due card to check command (#85)
|
|
17
9
|
|
|
18
10
|
### ๐ผ Other
|
|
19
11
|
|
|
20
|
-
- *(deps)* Bump
|
|
21
|
-
-
|
|
22
|
-
- *(deps)* Bump
|
|
23
|
-
-
|
|
12
|
+
- *(deps)* Bump chrono from 0.4.42 to 0.4.43 (#79)
|
|
13
|
+
- Merge branch 'main' of github.com:shaankhosla/repeater
|
|
14
|
+
- *(deps)* Bump zip from 0.6.6 to 7.1.0 (#80)
|
|
15
|
+
- Merge branch 'main' of github.com:shaankhosla/repeater
|
|
24
16
|
|
|
25
17
|
### ๐ Refactor
|
|
26
18
|
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
- Improve cicd (#61)
|
|
30
|
-
- Reduce user prompts for keychain password (#63)
|
|
31
|
-
- Improve Anki import significantly with logging and code refactor (#65)
|
|
32
|
-
- Break out user prompts to separate file (#67)
|
|
33
|
-
- Cicd and tests (#68)
|
|
34
|
-
|
|
35
|
-
### ๐ Documentation
|
|
36
|
-
|
|
37
|
-
- Readme improvements (#52)
|
|
38
|
-
- Show star history
|
|
19
|
+
- Use fsrs library (#81)
|
|
20
|
+
- Improve card parsing and error message (#86)
|
|
39
21
|
|
|
40
22
|
### ๐งช Testing
|
|
41
23
|
|
|
42
|
-
-
|
|
24
|
+
- Add link and typo checking to CI (#84)
|
|
25
|
+
- For crud version (#88)
|
|
26
|
+
- Fix flaky tempdir (#89)
|
|
43
27
|
|
|
44
28
|
### โ๏ธ Miscellaneous Tasks
|
|
45
29
|
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
- *(release)* V0.1.
|
|
50
|
-
-
|
|
51
|
-
- *(release)* V0.1.
|
|
52
|
-
-
|
|
53
|
-
- *(release)* V0.1.
|
|
54
|
-
- *(release)* V0.1.
|
|
55
|
-
-
|
|
56
|
-
- Fix cicd
|
|
30
|
+
- Optimize release binary
|
|
31
|
+
- Optimize ci
|
|
32
|
+
- *(release)* V0.1.2
|
|
33
|
+
- *(release)* V0.1.2
|
|
34
|
+
- *(release)* V0.1.2
|
|
35
|
+
- *(release)* V0.1.2
|
|
36
|
+
- *(release)* V0.1.2
|
|
37
|
+
- *(release)* V0.1.2
|
|
38
|
+
- *(release)* V0.1.2
|
|
39
|
+
- *(release)* V0.1.2
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"name": "@shaankhosla/repeater",
|
|
25
|
-
"version": "0.1.
|
|
25
|
+
"version": "0.1.2"
|
|
26
26
|
},
|
|
27
27
|
"node_modules/@isaacs/balanced-match": {
|
|
28
28
|
"engines": {
|
|
@@ -514,5 +514,5 @@
|
|
|
514
514
|
}
|
|
515
515
|
},
|
|
516
516
|
"requires": true,
|
|
517
|
-
"version": "0.1.
|
|
517
|
+
"version": "0.1.2"
|
|
518
518
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://github.com/shaankhosla/repeater/releases/download/v0.1.
|
|
2
|
+
"artifactDownloadUrl": "https://github.com/shaankhosla/repeater/releases/download/v0.1.2",
|
|
3
3
|
"author": "Shaan Khosla <shaan.khosla@proton.me>",
|
|
4
4
|
"bin": {
|
|
5
5
|
"repeater": "run-repeater.js"
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"zipExt": ".tar.xz"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
|
-
"version": "0.1.
|
|
86
|
+
"version": "0.1.2",
|
|
87
87
|
"volta": {
|
|
88
88
|
"node": "18.14.1",
|
|
89
89
|
"npm": "9.5.0"
|