Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

36 lines (31 loc) · 2.11 KB

Changelog

EasyEdit

EasyEdit is an easy markdown editor that allows you to write Markdown (MD) and preview it in real-time. You can save, load .md files and export to HTML,TXT & PDF. All notable changes to this project will be documented in this file.

EasyEdit is a free and open-source project. You can use it for free and modify it as you like.

Latest CODE version

  • 1.3.6 - PreviewPanel Zoom In-Out

Version changes

  • 1.3.5 - Fixed white space in preview panel making it more readable
  • 1.3.4 - Feature implemented Toggle Edit AND Toggle Preview full screen
  • 1.3.3 - Cosmetic added inline-code and block-code grey background as code
  • 1.3.2 - Removed web-host for now until BUG #4 is fixed
  • 1.3.1 - Minor cosmetic improvements and Implementation standalove option
  • 1.3.0 - Implementation version check and improved About
  • 1.2.5 - Implementation new Headers & Code cleanup
  • 1.2.4 - Implementation auto Gantt graph generator
  • 1.2.3 - Saving window bounds and open App with saved bounds
  • 1.2.2 - Improved screen/buttons Layout for smaller screen resolution
  • 1.2.1 - Cosmetics & saveToHTML improvements
  • 1.2.0 - Implementation of custom tables by @Lewish1998
  • 1.1.1 - Added export Text files and improved mermaid code
  • 1.1.0 - Additional graph plaintext and flowchart
  • 1.0.9 - To improve development of saveAsPDF function the code has been moved into separate file saveAsPDF.tsx
  • 1.0.8 - Implemented HTML code format and Export Markdown to HTML support
  • 1.0.7 - Improved pdf export to include code, mermaid image and tables
  • 1.0.6 - Focused on a Linux installation script
  • 1.0.5 - Improved the package build format for Linux & Windows
  • 1.0.4 - Fixed Export to PDF that was not exporting the entire page content.
  • 1.0.3 - Re-wrote and optimised the main.cjs so windows also have the ability of right click on MD and open with EasyEdit
  • 1.0.2 - Added capability to parse a file directly to executable
  • 1.0.1 - Added detect-port in case App starts and default port is already in use by another App
  • 1.0.0 - Initial version distributed