@shaankhosla/repeater 0.1.0 โ 0.1.1
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 +4 -50
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,56 +1,10 @@
|
|
|
1
|
-
## [0.1.
|
|
2
|
-
|
|
3
|
-
### ๐ Features
|
|
4
|
-
|
|
5
|
-
- [**breaking**] Make hashing more robust (#51)
|
|
6
|
-
- Track files traversed in check command (#62)
|
|
7
|
-
- Rephrase questions with AI (#64)
|
|
8
|
-
- Latex math gets converted to unicode (#66)
|
|
9
|
-
- Improve cloze prompt user experience with better formatting and confirmation (#70)
|
|
1
|
+
## [0.1.1] - 2026-01-19
|
|
10
2
|
|
|
11
3
|
### ๐ Bug Fixes
|
|
12
4
|
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
- Incorrect API key not failing (#71)
|
|
16
|
-
- `create` command works with new file (#72)
|
|
17
|
-
|
|
18
|
-
### ๐ผ Other
|
|
19
|
-
|
|
20
|
-
- *(deps)* Bump blake3 from 1.8.2 to 1.8.3 (#55)
|
|
21
|
-
- *(deps)* Bump serde_json from 1.0.148 to 1.0.149 (#57)
|
|
22
|
-
- *(deps)* Bump async-openai from 0.30.1 to 0.32.3 (#56)
|
|
23
|
-
- *(deps)* Bump keyring from 2.3.3 to 3.6.3 (#54)
|
|
5
|
+
- Make AI wording clearer (#74)
|
|
6
|
+
- Launch drill with background process (#76)
|
|
24
7
|
|
|
25
8
|
### ๐ Refactor
|
|
26
9
|
|
|
27
|
-
-
|
|
28
|
-
- Unify theming (#60)
|
|
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
|
|
39
|
-
|
|
40
|
-
### ๐งช Testing
|
|
41
|
-
|
|
42
|
-
- Increase test coverage (#59)
|
|
43
|
-
|
|
44
|
-
### โ๏ธ Miscellaneous Tasks
|
|
45
|
-
|
|
46
|
-
- Update author/license
|
|
47
|
-
- Fix failing cicd
|
|
48
|
-
- Add install
|
|
49
|
-
- *(release)* V0.1.0
|
|
50
|
-
- Fix cicd
|
|
51
|
-
- *(release)* V0.1.0
|
|
52
|
-
- Fix cicd
|
|
53
|
-
- *(release)* V0.1.0
|
|
54
|
-
- *(release)* V0.1.0
|
|
55
|
-
- Fix cicd
|
|
56
|
-
- Fix cicd
|
|
10
|
+
- Switch to using auth.json to store keys (#77)
|
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.1"
|
|
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.1"
|
|
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.1",
|
|
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.1",
|
|
87
87
|
"volta": {
|
|
88
88
|
"node": "18.14.1",
|
|
89
89
|
"npm": "9.5.0"
|