Skip to content

Commit d936f05

Browse files
committed
prepare for release
1 parent f2a8923 commit d936f05

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
You may need to force restart the page in order to use the latest version: shift + click the restart button; or ctrl + shift + R.
44

5-
## 0.2.1 (On development)
5+
## 0.2.1
66

7-
The definition list has been given a huge overhaul.
7+
The project has been renamed to ilo Token. The definition list has been given a huge overhaul.
88

9+
- Change name to ilo Token.
910
- Remove unintended commas, these were found when translating "en" with more than 3 phrases.
1011
- Remove copyright and license footer.
1112
- Update definition list:

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="author" content="neverRare" />
66
<meta
77
name="description"
8-
content="Toki Pona sentence to multi English sentence translator"
8+
content="A rule-based Toki Pona to English translator"
99
/>
1010
<link
1111
rel="stylesheet"

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { translate } from "./translator.ts";
22

33
// Set to false when releasing, set to true when developing
4-
const DEVELOPMENT = true;
4+
const DEVELOPMENT = false;
55
// Don't forget these two when releasing
6-
const DATE_RELEASED = new Date("2024-1-26");
6+
const DATE_RELEASED = new Date("2024-2-1");
77
const VERSION = "v0.2.1";
88

99
// TODO: maybe use worker

0 commit comments

Comments
 (0)