Skip to content

Releases: gcclinux/Easyeditor

v1.7.1

31 Mar 12:51

Choose a tag to compare

Release v1.7.1

  • a75b003 Google Drive Access re-requested and fixed
  • de45273 Premium check in new modal file updated
# Pull and run the latest version
$ docker pull ghcr.io/gcclinux/easyeditor:latest
$ docker run -d --name EASYEDITOR -p 3024:3024 ghcr.io/gcclinux/easyeditor:latest

v1.7.0

29 Mar 10:07

Choose a tag to compare

release version 1.7.0

  • created 8 EasyAI LLM personas
  • Git credentials reset fixed
  • Toaster update premium not yet implemented in EasyAI
  • EasyAI repo scanner and documentation
  • clear formatting from markdown document in preview / plain text
  • License checked and pre-deployment tested

Docker x86_64

$ docker pull ghcr.io/gcclinux/easyeditor:1.7.0

v1.6.6

21 Feb 18:35

Choose a tag to compare

  • release version 1.6.6
  • Improved docx import memory leak and export black font in pdf and png
  • updated versioning documents and script to check
  • added missing toasts translation all included languages
  • organising files & scripts need to run all tests
  • feat: Import docs to markdown initial version
  • updated cryptography for sstp to AES-256-CBC encryption
  • updated readme and pushing workflow back in github

New feat: Menu --> Auto --> Import Docx

v1.6.5

14 Feb 16:09

Choose a tag to compare

Changes in the latest version

  • Feat: Add KaTeX support for rendering mathematical equations in the preview component.
  • Feat: Encrypt and decrypt into cloud provider
  • Feat: emphasizing climate support in AboutModal
  • Feat: Added language consistencies checker and fixed missing entries
  • Bug: fix where saveAS only worked for premium now works always for everyone
  • Maintenance: Disabled some debug logging

Katex Example now supported in Easyeditor

EasyEditor

v1.6.4

12 Feb 08:22

Choose a tag to compare

  • fixed windows packaging for new version
  • Save As modal select cloud provider if connected
  • dropbox integration in webapp and tauri completed
  • update: localized connect cloud provider message and premium sync message in EasyNotesSidebar
  • added overdue credits to mermaid & plantuml
  • new template UML training LLM
  • new template UML db replication
  • new template UML process Elimination
  • New template devOPS patching template
  • New template AppDev in AWS project

v1.6.3

03 Feb 21:45

Choose a tag to compare

New version 1.6.3 --> changed since 1.6.2

  • implemented Faicons as fallback for wsl and remote display export
  • quick bug fix duplicate sstp extention in tauri
  • Implemented additional table examples
  • Transformed the last dropdown menu to a modal style menu
  • converted symbolsDropdown menu to modern Modal menu
  • implemented UMLModal replacing legacy menu
  • Updated Tasksand deleted unused App entries
  • implemented mermaidModal replacing the legacy dropdown menu
  • implemented templateModals and added new template
  • implemented autoDropdown modal to modernise it
  • Implemented and converted footnotes dropdown to modal
  • implemented tableModals replacing traditional dropdown menu
  • implemented imagesModal replacing traditional dropdown
  • bug fix in tauri theme consolidation build
  • consolidated themes in single location
  • modified black n white theme for the modals
  • implemented listModal replacing links Dropdown
  • implemented insertModal replacing insert dropdown
  • implemented formattingModal replacing classic dropdown menu
  • implemented headerModal removed classic dropdown
  • Bug fix: updated error in UpdateModal on new version
  • updated feature modal with translations to existing locale
  • added better new version detection
  • edited tauri default file extension to include sstp
  • updated docker create to upload also into docker hub

v1.6.2

29 Jan 23:09

Choose a tag to compare

Changes since the last version 1.6.1

  • added support to open directly through tauri
  • reallocated import MD to --> auto --> Import
  • enhanced export menu to location
  • implemented export to png image
  • Implemented ExportModal
  • implemented TaskTemplates with new
  • cleanup unused code
  • added website url in File --> About --> Website
  • converted traditional File Menu to file Modal & tiles
  • converted easynotes to sliding based on capacity requirements
  • converted git version control modal and tiles

v1.6.1

24 Jan 18:15

Choose a tag to compare

v1.6.1

  1. new feature import MD from URL
  2. continue improving spacing issues
  3. additional spacing fixed when empty line
  4. updated tauri-apps/plugin-dialog
  5. still improvement in tauri windows build
  6. Improving list line spacing
  7. docker build script
  8. updating github auth build
  9. updated snap description

1.6.0

17 Jan 11:43

Choose a tag to compare

Check out our Roadmap

1.5.2-alpha

22 Dec 12:51

Choose a tag to compare

OFFICIAL Easyedit 1.5.2-alpha

Prerequisites: Debian/Ubuntu

sudo apt install libwebkit2gtk-4.1-0 libayatana-appindicator3-1

Prerequisites: Fedora

sudo dnf install webkit2gtk4.1 libappindicator-gtk3

EasyEdit
linux/amd64 container

$ docker pull ghcr.io/gcclinux/easyedit:latest
$ docker run -d --name EASYEDIT -p 3024:3024 ghcr.io/gcclinux/easyedit:latest

linux/arm64 container

$ docker pull gcclinux/easyedit:arm64
$ docker run -d --name EASYEDIT -p 3024:3024 gcclinux/easyedit:arm64

OFFICIAL Easyedit 1.5.2-alpha tauri snap

# AMD64
sudo snap install --classic --dangerous easyedit_1.5.2-alpha_amd64.snap
# ARM64
sudo snap install --classic --dangerous easyedit_1.5.2-alpha_arm64.snap