File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,26 @@ NOTE: Before publishing:
7
7
- update this very document, don't forget to add release date
8
8
-->
9
9
10
+ <!--
10
11
<details>
11
12
12
13
<summary>On development changelog</summary>
13
14
14
- ## 0.7.0 (On development)
15
+ ## 0.7.1 (On development)
15
16
16
17
The latest on-development version can be accessed by building the source code.
17
18
On this on-development version, things can be broken.
18
19
20
+ </details>
21
+ -->
22
+
23
+ ## 0.7.0
24
+
25
+ Released 25 September 2025
26
+
19
27
ilo Token can now translate preverbs! Currently this only works when the
20
28
predicate is translated as a verb unless the preverb is translated as a linking
21
- verb.
29
+ verb. This will be expanded soon.
22
30
23
31
ilo Token will now recognize "taso" as sentence starting particle along with
24
32
other particle with similar function such as "kin" and "anu". ilo Token will
@@ -42,8 +50,6 @@ do not communicate" instead of the grammatically awkward "I not communicate".
42
50
- Remove "allow separate repeated modifiers". It'll be hardcoded to be turned
43
51
on.
44
52
45
- </details >
46
-
47
53
## 0.6.0
48
54
49
55
Released 22 April 2025
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 0.7.0" ,
3
- "onDevelopment" : true ,
4
- "releaseDate" : " 2025-4-22 "
3
+ "onDevelopment" : false ,
4
+ "releaseDate" : " 2025-9-25 "
5
5
}
You can’t perform that action at this time.
0 commit comments