File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ NOTE: Before publishing:
7
7
- Remove details
8
8
-->
9
9
10
+ <!--
10
11
<details>
11
-
12
12
<summary>On development changelog</summary>
13
-
14
- ## 0.5.0 (On development)
15
-
16
13
The latest on-development version can be accessed by building the source code.
17
14
On this on-development version, things can be broken.
15
+ </details>
16
+ -->
17
+
18
+ ## 0.5.0
18
19
19
20
ilo Token can now translate "o" imperative sentences such as "o toki" and "mi o lape".
20
21
46
47
- Fix sentence capitalization: If the sentence starts with number, no
47
48
capitalization will occur.
48
49
49
- </details >
50
-
51
50
## 0.4.1
52
51
53
52
Released 27 Feb 2025
Original file line number Diff line number Diff line change 10
10
},
11
11
"start" : " deno run --allow-net --allow-read --no-prompt jsr:@std/http/file-server ./dist/" ,
12
12
"watch" : " deno run --allow-read --allow-write --allow-env --allow-net --allow-run --no-prompt ./bundle.ts watch" ,
13
- "update" : " deno outdated --update && deno run --allow-write --allow-net --no-prompt ./telo-misikeke /update.ts" ,
13
+ "update" : " deno outdated --update && deno run --allow-write --allow-net --no-prompt ./telo_misikeke /update.ts" ,
14
14
"build-dictionary" : " deno run --allow-read --allow-write --no-prompt ./dictionary/build.ts"
15
15
},
16
16
"fmt" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 0.5.0" ,
3
- "onDevelopment" : true ,
4
- "releaseDate" : " 2025-2-27 "
3
+ "onDevelopment" : false ,
4
+ "releaseDate" : " 2025-3-9 "
5
5
}
You can’t perform that action at this time.
0 commit comments