Skip to content

Commit 7283980

Browse files
committed
0.7.0
1 parent 9bc2af8 commit 7283980

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,26 @@ NOTE: Before publishing:
77
- update this very document, don't forget to add release date
88
-->
99

10+
<!--
1011
<details>
1112
1213
<summary>On development changelog</summary>
1314
14-
## 0.7.0 (On development)
15+
## 0.7.1 (On development)
1516
1617
The latest on-development version can be accessed by building the source code.
1718
On this on-development version, things can be broken.
1819
20+
</details>
21+
-->
22+
23+
## 0.7.0
24+
25+
Released 25 September 2025
26+
1927
ilo Token can now translate preverbs! Currently this only works when the
2028
predicate is translated as a verb unless the preverb is translated as a linking
21-
verb.
29+
verb. This will be expanded soon.
2230

2331
ilo Token will now recognize "taso" as sentence starting particle along with
2432
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".
4250
- Remove "allow separate repeated modifiers". It'll be hardcoded to be turned
4351
on.
4452

45-
</details>
46-
4753
## 0.6.0
4854

4955
Released 22 April 2025

project_data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": "0.7.0",
3-
"onDevelopment": true,
4-
"releaseDate": "2025-4-22"
3+
"onDevelopment": false,
4+
"releaseDate": "2025-9-25"
55
}

0 commit comments

Comments
 (0)