typerlude 1.1.1 → 1.2.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.
package/README.ko.md CHANGED
@@ -84,7 +84,8 @@ cat notes.txt | typerlude
84
84
  업데이트 캐시는 운영체제의 표준 사용자 디렉터리를 사용합니다. 정확한 위치는
85
85
  `typerlude paths`로 확인하세요.
86
86
 
87
- 단어비 결과와 최고 점수는 저장하지 않습니다.
87
+ 단어비 결과는 세션 기록에 추가하지 않습니다. 개인 최고 점수는 언어·난이도별로 로컬에
88
+ 저장합니다.
88
89
 
89
90
  ## 기여하기
90
91
 
package/README.md CHANGED
@@ -84,7 +84,8 @@ aggregate metrics and intended-key counts—not what you typed. Configuration, s
84
84
  themes, and the update cache use your operating system's standard user directories; run
85
85
  `typerlude paths` to see the exact locations.
86
86
 
87
- Word Rain results and high scores are not saved.
87
+ Word Rain runs are not added to session history. Personal best scores are saved locally for each
88
+ language and difficulty.
88
89
 
89
90
  ## Contributing
90
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typerlude",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "description": "Offline-first Korean and English terminal typing tutor",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "repository": {
@@ -31,12 +31,12 @@
31
31
  "package-check": "node scripts/verify-package.mjs"
32
32
  },
33
33
  "optionalDependencies": {
34
- "typerlude-darwin-arm64": "1.1.1",
35
- "typerlude-darwin-x64": "1.1.1",
36
- "typerlude-linux-arm64": "1.1.1",
37
- "typerlude-linux-x64": "1.1.1",
38
- "typerlude-win32-arm64-msvc": "1.1.1",
39
- "typerlude-win32-x64-msvc": "1.1.1"
34
+ "typerlude-darwin-arm64": "1.2.0",
35
+ "typerlude-darwin-x64": "1.2.0",
36
+ "typerlude-linux-arm64": "1.2.0",
37
+ "typerlude-linux-x64": "1.2.0",
38
+ "typerlude-win32-arm64-msvc": "1.2.0",
39
+ "typerlude-win32-x64-msvc": "1.2.0"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"