Skip to content

Commit 91ed628

Browse files
committed
updated all but latest version file
1 parent b9f8c34 commit 91ed628

5 files changed

Lines changed: 13 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ EasyEditor is an easy markdown editor that allows you to write Markdown (MD) and
77
*EasyEditor 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.7.3 - feat: Box Cloud Integration — users can now connect to Box cloud storage account to EasyEditor, enabling them to open, edit, and save Markdown files directly from Box, with full OAuth2 authentication flow, file/folder browsing, bug: opening repo will now accurately load repo images also, feat: templates with JIRA User Story & KaTeX (Free)
1011
- 1.7.2 - feat: AI Inappropriate Content Reporting — users can now flag problematic AI-generated content via a structured report dialog in the EasyAI panel, with categorized reports (offensive, inaccurate, harmful, explicit, spam, other), optional descriptions, local persistence with 100-entry FIFO cap, Tauri file logging, web download export, and full localization across all five supported locales (en, de, nl, pl, pt-br)
1112
- 1.7.1 - feat: Google Drive Access re-requested and fixed for Premium
1213
- 1.7.0 - feat: New AI integration for support and documentation.

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.

snap/snapcraft.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: easyeditor
2-
version: '1.7.2'
2+
version: '1.7.3'
33
summary: Easy Markdown Editor
44
description: |
55
Easyeditor is a robust Markdown editor designed for developers and writers.
@@ -8,12 +8,13 @@ description: |
88
deep integration with version control systems.
99
1010
Key features include:
11-
- Real-time Markdown preview
12-
- Integration with Cloud Storage Services
13-
- Opening and editing files from arbitrary system locations
14-
- Export functionality to HTML, PDF, and TXT
15-
- SSTP Encryption support
16-
- Save and load .md files
11+
- Real-time Markdown preview (EasyEditor)
12+
- Integration with Cloud Storage Services (EasyNotes)
13+
- Git Integration and seamless workflow management (EasyGit)
14+
- Export functionality to HTML, PDF, and TXT (EasyEditor)
15+
- AI Assistant with 8 distinct personas (EasyAI)
16+
- SSTP Encryption support (EasyEditor)
17+
- Save and load .md files (EasyEditor)
1718
- Load Git repo and stage, commit, push and export to HTML, TXT, PDF & SSTP Encryption
1819
1920
This application uses classic confinement because it's a Tauri-based application

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "easyeditor"
3-
version = "1.7.2"
3+
version = "1.7.3"
44
description = "Easy Markdown Editor"
55
authors = ["Ricardo Wagemaker <wagemra@gmail.com>"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "easyeditor",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"identifier": "RicardoWagemaker.Easyeditor",
55
"build": {
66
"beforeBuildCommand": "npm run build",

0 commit comments

Comments
 (0)