Skip to content

Commit 11fe022

Browse files
committed
release version 1.4.1
1 parent b1ed4d5 commit 11fe022

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ EasyEdit is an easy markdown editor that allows you to write Markdown (MD) and p
77
*EasyEdit is a free and open-source project. You can use it for free and modify it as you like.*
88

99
## Latest CODE version
10-
- 1.4.0 - Implemented new features, Look&Feel and templates
10+
- 1.4.1 - Implemented encrypt and decrypt compatibility with smalltextpad app file extentions (sstp)
1111

12-
## Latest APP version
13-
- 1.3.8 - Packages for Windows, Linux x86, amd64, aarch64
1412

1513
## Version changes
14+
- 1.4.0 - Implemented new features, Look&Feel and templates
1615
- 1.3.8 - Implemented Server side for hosting the application online / docker
1716
- 1.3.7 - Timeline Generator BUG fix
1817
- 1.3.6 - PreviewPanel Zoom In-Out

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "easyedit",
33
"description": "EasyEdit - A simple Markdown editor",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"type": "module",
66
"scripts": {
77
"server": "vite --host --port 3024",
@@ -92,7 +92,7 @@
9292
],
9393
"target": [
9494
{
95-
"target": "rpm",
95+
"target": "snap",
9696
"arch": [
9797
"x64"
9898
]

release/latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.4.0"
2+
"version": "1.4.1"
33
}

0 commit comments

Comments
 (0)