We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e9930 commit ccef500Copy full SHA for ccef500
CHANGELOG.md
@@ -7,13 +7,18 @@ NOTE: Before publishing:
7
- update this very document, don't forget to add release date
8
-->
9
10
-<!--
11
<details>
+
12
<summary>On development changelog</summary>
13
14
+## 0.5.2
15
16
The latest on-development version can be accessed by building the source code.
17
On this on-development version, things can be broken.
18
19
+- Change "Add word" button into "Import word".
20
21
</details>
--->
22
23
## 0.5.1
24
project_data.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.5.1",
3
- "onDevelopment": false,
+ "version": "0.5.2",
+ "onDevelopment": true,
4
"releaseDate": "2025-3-9"
5
}
0 commit comments