Skip to content

Releases: LukeOnuke/lmark

Version `3.0.0`

29 May 09:28
Compare
Choose a tag to compare

Addition

  • Added syntax highlighting
  • Rendering optimisations
  • Added file tree view
  • Better block manipulation
  • Improved security

Security

Updated gson to latest

Release 2.2.0

05 Dec 22:30
Compare
Choose a tag to compare

Improved

  • Drag and drop

Fixes

  • #4 (Working directory now accounts for linux and macos)
  • #5 (Wrong working directory)

And a lot more misc bugfixes and quality of life improvements!

Full Changelog: 2.1.0...2.2.0

Version `2.1.0`

21 Nov 22:01
Compare
Choose a tag to compare
Version `2.1.0` Pre-release
Pre-release

Major bugs found, please use version before

Additions

  • Better input sanitiser
  • Autoscroll improved

Fixes

  • Blockqoutes not rendering properly (#3) is now fixed.
  • CONTROL + P now works
  • PDFDocument instance is now closed after printing, and will no longer cause memory leaks when left to run.
  • Recent files no longer show removed files.
  • Native packages now have correct versions.
  • Opening other file through the program autosaves correctly.
  • Opening other files now refreshes recents.

Release 2.0.0 (codename : Klass)

10 Nov 00:23
e103da5
Compare
Choose a tag to compare

Release 2.0.0, Klass

New features

  • Export to pdf!
  • Print
  • Nice icons on the toolbar
  • Added bullet, checkbox and header options to the toolbar
  • Now you can open files from the initial (open) menu.
  • Long processes (like printing) are now multithreaded
  • Statusbar now indicates "busy". AKA when a long operation is running in the background.
  • Statusbar now also indicates the link you are hovering over
  • Clicking on an anchor leading to header now scrolls to the header.
  • Selections on formatted text will now autocorrect.
  • Saving settings now shows a popup indicating that settings are saved.

Fixes

  • Saving is now POSIX compliant.
  • Better readme and contributing documentation.
  • Selecting the sync with system checkbox in settings now instantly sets the theme to the system theme.
  • The title now updates when the autosave property is updated.
  • Now author is indicated on the instalation medium.

*currently i cant figure out the way to pass the version to jpackage but these are the latest files

Release 1.0.0

02 Nov 12:53
Compare
Choose a tag to compare

The first full release of lmark.

To install download the installer for your operating system and run it.

In case you need something else for your computer consult the #compile section of the README.md.

Beta 0.0.1

13 Aug 21:19
Compare
Choose a tag to compare
Beta 0.0.1 Pre-release
Pre-release

Requires java 11 or up

To run either use exe or run it using this command

java -jar mdedit-0.0.1.jar

baseline

10 Aug 15:00
Compare
Choose a tag to compare
baseline Pre-release
Pre-release
fix gitignore