Skip to content

Commit d8c8df9

Browse files
committed
release version 1.7.5
1 parent 19aada8 commit d8c8df9

5 files changed

Lines changed: 6 additions & 5 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.5 - feat: Markdown file transfer, Implemented OneDrive cloud, Preview Component inline with editor
1011
- 1.7.4 - feat: Initial PDF text extractor to Markdown, feat: Introduced Spanish as native language, including Get API link, enhanced the license model look & feel, feat: included button to apply for Premium License
1112
- 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)
1213
- 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)

release/latest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.7.4",
3-
"date": "Mon 27 Apr 17:38:53 BST 2026"
2+
"version": "1.7.5",
3+
"date": "Tue 12 May 2026 15:22:58 BST 2026"
44
}

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: easyeditor
2-
version: '1.7.4'
2+
version: '1.7.5'
33
summary: Easy Markdown Editor
44
description: |
55
Easyeditor is a robust Markdown editor designed for developers and writers.

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.4"
3+
version = "1.7.5"
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.4",
3+
"version": "1.7.5",
44
"identifier": "RicardoWagemaker.Easyeditor",
55
"build": {
66
"beforeBuildCommand": "npm run build",

0 commit comments

Comments
 (0)