Skip to content

Releases: mibi88/MibiMdEditor

v.0.4-b1

29 Jul 14:40
Compare
Choose a tag to compare

First completely functional version with scripting support.

v.0.4-a2

18 Jun 13:20
Compare
Choose a tag to compare
v.0.4-a2 Pre-release
Pre-release

Added syntax highlighting and undo/redo buttons.

v.0.4-a1 : Rewrote it entirely in Vala with GTK3 in two days

11 Jun 18:58
Compare
Choose a tag to compare

I rewrote it entirely in Vala with GTK3 in two days.
Currently the editor is really unstable and only few markdown features are supported, but it's a start.

v.0.3

12 Dec 16:42
897e382
Compare
Choose a tag to compare

Changes :

  • Bug fixes on the key bindings.
  • Error messages.
  • New license : GNU GPL v2.

v.0.2

23 Mar 20:21
74bab0a
Compare
Choose a tag to compare

Changes :

  • Added Markdown extensions.
  • "Redo" button added.
  • "Undo" button added.
  • LabelFrames are now in a PanedWindow.
  • Word wrap in the code text box.
  • "Undo" attribute value is now True.

v.0.1.1

22 Mar 18:57
4e2ab72
Compare
Choose a tag to compare

Changes :

  • "Open" function added.
  • Marks will be insert now on the cursor position.
  • Markdown tables compatibility.
  • Better code blocks preview.
  • Added an "Help" window.
  • Preview bug fixed (using Threading).

v.0.1-2

21 Mar 14:06
f9195c5
Compare
Choose a tag to compare

First stable version (for the first beta version see /firstv/v1.py).