Skip to content

Commit 7786f70

Browse files
committed
Release version 1.4.5
1 parent eebf9ad commit 7786f70

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +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.2 - Implemented UML diagram and new look & feel
10+
- 1.4.5 - Implemented theme picker or creator
1111

1212

1313
## Version changes
14+
- 1.4.2 - Implemented UML diagram and new look & feel
1415
- 1.4.1 - Implemented encrypt and decrypt compatibility with smalltextpad app file extentions (sstp)
1516
- 1.4.0 - Implemented new features, Look&Feel and templates
1617
- 1.3.8 - Implemented Server side for hosting the application online / docker

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ $ docker run -d --name EASYEDIT -p 3024:3024 ghcr.io/gcclinux/easyedit:main
5353

5454
<a><img src="screenshots/020.png" alt="Example" width="720" height="400"></a>
5555

56+
## *Select or create your own Themes*
57+
58+
<a><img src="screenshots/Themes_2025-10-24.png" alt="Example" width="720" height="400"></a>
59+
5660
## *Example Table displayed*
5761

5862
| header1 | header2 | header3 |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.2",
4+
"version": "1.4.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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.2"
2+
"version": "1.4.5"
33
}

screenshots/Themes_2025-10-24.png

101 KB
Loading

0 commit comments

Comments
 (0)