Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
neverRare committed Feb 2, 2024
1 parent f2a8923 commit d936f05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

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

## 0.2.1 (On development)
## 0.2.1

The definition list has been given a huge overhaul.
The project has been renamed to ilo Token. The definition list has been given a huge overhaul.

- Change name to ilo Token.
- Remove unintended commas, these were found when translating "en" with more than 3 phrases.
- Remove copyright and license footer.
- Update definition list:
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="author" content="neverRare" />
<meta
name="description"
content="Toki Pona sentence to multi English sentence translator"
content="A rule-based Toki Pona to English translator"
/>
<link
rel="stylesheet"
Expand Down
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { translate } from "./translator.ts";

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

// TODO: maybe use worker
Expand Down

0 comments on commit d936f05

Please sign in to comment.