Skip to content

Releases: mayuso/JMarkPad

1.2.2

14 Oct 15:54
Compare
Choose a tag to compare

What's new in 1.2.2:

  • Moved from Java 16 to Java 17 (LTS)
  • Updated various minor dependencies

1.2.1

01 Jun 18:41
Compare
Choose a tag to compare

What's new in 1.2.1:

  • Moved from Java 11 to Java 16
  • Updated various minor dependencies

1.2

06 Apr 22:09
Compare
Choose a tag to compare
1.2

What's new in 1.2:

Fixed

  • Preview should now be instantly visible as soon as a file is loaded
  • "Help" tab now opens without being marked as edited by default
  • Fixed an issue regarding last active directory when saving or loading
  • Clicking on the preview links now open the systems default browser, instead of loading the page in the WebView

Changed

  • Moved from Gradle to Maven
  • Now using Java 11 (Updated from Java 8)
  • JFXColorPicker has been disabled for now

1.1

24 Sep 19:48
Compare
Choose a tag to compare
1.1

What's new in 1.1:

Added

  • Changed "config.xml" to "jmarkpad.properties" (JMarkPad no longer uses XML files).
  • JMarkPad will now remember the last directory you worked in and open it by default the next time you are searching for your documents.
  • Unique changelog file

Fixed

  • Fixed a bug that caused opening an existing document to automatically mark it as already edited.

Changed

  • Various GUI improvements ("About" section reworked, color sistem rewritten, button appearance improved).
  • Updated JFoenix from 8.0.1 to 8.0.4.
  • Updated Flexmark from 0.32.4 to 0.34.0.

Removed

  • releaseNotes folder

1.0

28 Feb 12:43
Compare
Choose a tag to compare
1.0

What's new in 1.0:

  • Various theme improvements and optimizations.
  • Tab close button.
  • Added markdown examples.
  • Added extra information about the project ("About" section).
  • Adjusted window border size to make resizing the window easier.
  • Replaced txtmark with flexmark (Mainly because flexmark is still being developed and supported).

Bug fixes:

  • Fixed a bug that showed an incorrect file name in the save confirmation alert.
  • Improved confirmation alert look and feel.
  • Catch the exception and properly print when the user settings file (config.xml) is missing and is created.

0.1

29 Jan 13:01
Compare
Choose a tag to compare
0.1

What's new in 0.1:

  • "Save as" option added.
  • "Save all" option added.
  • Theme (Color) edit option.
  • JMarkPad now remembers where each file is saved, it doesn't ask for location each time you save.
  • Load a file directly to a new tab when using (Open with-> JMarkPad).
  • User settings saved on close and opened on start

Bug fixes:

  • Fixed a bug that allowed the user to open a file more than once.
  • Each new tab now has a unique name.
  • Fixed a bug that would open a new file when opening an existing file.

0.0.1

17 Jan 10:36
Compare
Choose a tag to compare

First release, this release should be used as a testing release. The objective is to have a working version so that we can use it and report any bugs or improvement ideas before 0.1.

What's new in 0.0.1:

  • "Open", "Save", "Close" and "New" file options.
  • Multiple open files at the same time (Diferent tabs).
  • Realtime preview of how the markdown text would look like on web.