Skip to content

Releases: I7T5/Edmund

Edmund 0.1.4

Choose a tag to compare

@github-actions github-actions released this 09 Jul 22:31

Various small fixes and improvement and new round of grind at the delete caret drift. I think it actually worked this time, but don't quote me on it.

Added

  • CMD+=, CMD+-, and CMD+0 to zoom in/out/reset in View menu
  • External images rendering in editor
  • Block external images setting in Settings > Advanced

Changed

  • Rename "Source Mode" to "Show Source in Editor" in app and button menu and removed icon from button menu
  • Opening an existing file closes the last opened Untitled window with no edit history
  • Move Automatic updates to Settings > General
  • Apply Settings > Appearance > Max content width to read mode

Fixed

  • Images have extra bottom padding when editor is not in full screen in edit mode
  • Images do not resize with max content width if the user changes the setting when the app is open in edit mode
  • Tables overflow handled by horizontal scroll in read mode
  • Callouts have an extra line at the bottom when they are the last element of a file in edit mode
  • Footnotes rendering in edit mode and linking between inline marker and content in read mode
  • Math environments \begin{}...\end{} padding offset in edit mode
  • Math environments \begin{}...\end{} rendering in read mode
  • Delete caret drift, round 7 (docs) #156

Edmund 0.1.3

Choose a tag to compare

@github-actions github-actions released this 04 Jul 22:47

Fixed

  • Delete caret drift with reproduction (docs) #156

Edmund 0.1.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 19:03

Polishing the editor and trying to have Fable 5 fix all the big bugs while I still have it with me.

Changed

  • Redo now jumps to where changed text was instead of caret
  • Removed old code for identity mapping, etc., using ponytail-review

Fixed

  • Updater #158
  • Icon display for callouts with custom titles (docs)
  • Undo/redo viewport glitches from TextKit 2 (docs)
  • Delete caret drift (docs) #156

Edmund 0.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 10:31

Added

  • Thematic Break ---/*** in the Format menu
  • Remember window size: new document windows reopen at the size of the last one.

Changed

  • Max content width is now an absolute physical width (cm / in) with a max-width cap and a cm/in unit toggle.
  • Typewriter Mode renamed to Typewriter Scroll

Fixed

  • Typewriter Scroll no longer jumps the viewport when you click to reposition the caret — it re-centers only while typing.

Edmund 0.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 17:12

First public release.

  • Live WYSIWYG preview — Typora/Obsidian style
  • GFM support — bold, italic, strikethrough, tables, task lists, fenced code with syntax highlighting, blockquotes, alerts
  • Extended syntax — ==highlights==, [[WikiLinks]], [^footnotes], Obsidian-flavored callouts and comments
  • Math — inline ($…$) and display ($$…$$) rendering via SwiftMath
  • Native macOS UI — AppKit editor, SwiftUI settings panel, full Dark Mode support
  • Keyboard-first — configurable shortcuts, no required mouse interaction
  • Auto-update — Sparkle 2.x with EdDSA-signed appcast; checks on launch
  • Open source — Apache 2.0