Skip to content

Releases: abentele/Erbele

Erbele 6.1

06 Apr 13:09
Compare
Choose a tag to compare

Download on the Mac App Store

Bug fixes:

  • fixed exception on startup
  • fixed inline command result isn't inserted into document any more

Erbele 4.0.2

25 Jan 07:34
Compare
Choose a tag to compare

Download on the Mac App Store

Bug fixes:

  • Fixed problem with scrolling

Erbele 4.0.1

25 Jan 07:32
Compare
Choose a tag to compare

Download on the Mac App Store

Bug fixes:

  • Fixed problems with line numbers view

Erbele 4.0

14 Nov 23:10
Compare
Choose a tag to compare

Download on the Mac App Store

Starting with this release, the app is only available via Mac App Store; no binary download is provided via github. Automatic update from previous releases doesn't work - please use the Mac App Store for downloading the new release. Future updates will be provided only via Mac App Store.

Changed:

  • Distribution via Mac App Store; removed automatic updates with Sparkle Framework.

Bug fixes:

  • Fixed "Save as", "Export commands" and "Export snippets" didn't work any more.

Erbele 3.11.1

06 Nov 18:47
Compare
Choose a tag to compare

Update: Release 3.11.1 has several bugs, most important incomplete implementation of Sandbox feature.
Please don't use this release. I'm currently working on a new release which fixes this problems.

This is a minor update with improvements related to version 3.11.

Improved:

  • Replaced command line utility with description of workaround in the manual (see section "Command-line utility" on page 5/6). Please remove the existing command line tool by opening the Terminal and issuing the command sudo rm /usr/local/bin/erbele.
  • Removed a feature which allowed the open or save files with authentication if user doesn't have permission to open it (this behavior is incompatible with App Sandbox feature, and not needed for typical use cases)
  • Replaced deprecated DSA signature for software updates with more secure EdDSA signature.

Erbele 3.11

04 Nov 21:20
Compare
Choose a tag to compare

Update: Release 3.11 has several bugs, most important incomplete implementation of Sandbox feature.
Please don't use this release. I'm currently working on a new release which fixes this problems.

This release improves packaging and distribution of the app.

New:

  • native support for Apple Silicon architecture (distribution of Universal app)
  • introduced code signing and notarization of app, to fix Gatekeeper issues
  • enabled hardened runtime and App Sandbox, to improve security

Improved:

  • Updated Sparkle framework (used for app updates)
  • reduced file size of distributed disk image

Other changes:

  • documented support for macOS Monterey

Erbele 3.10

28 Nov 10:13
Compare
Choose a tag to compare

New:

  • basic support for macOS Big Sur 11.0

Improvements:

  • Preview window now remembers the preview parser preferences for each open document
  • Improved toolbar icon appearance on Dark Mode
  • minor UI improvements

Bug fix:

  • fixed a crash which occurs when no documents are open
  • fixed a crash on Mac OS X High Sierra which may occur if tabbar is visible
  • fixed autolayout issues in preferences dialog, print accessory panel and info panel

The new Erbele app automatically migrates the sqlite database file ~/Library/Application\ Support/Erbele/Erbele3.erbele to a new model version. If you want to downgrade Erbele, you have either to delete or restore a backup of this file.

Erbele 3.9

26 Sep 20:39
Compare
Choose a tag to compare
  • refactoring of localization including some improvements
  • use autolayout for many views
  • created a pages document for manual and updated it
  • Bug fix: About window was unreadable when in Dark Mode
  • Added a drop down menu in Preview window for choosing the preview render to be used (Webkit/Markdown)

Erbele 3.8.7

06 Jul 16:39
Compare
Choose a tag to compare
  • fixed issue with some menus not enabling on some localisations
  • changed minimum target macOS version back to 10.12 (macOS Sierra)

Erbele 3.8.6

28 Jun 18:04
Compare
Choose a tag to compare
  • improved dark mode support: new default colors for dark mode; improved cursor appearance; added dark mode color settings to settings dialog; change colors if appearance settings are changed in macOS settings dialog
  • fixed errors related to file protection in macOS Catalina:
    • #2 fixed error when installing command line utility
    • #3 fixed error when opening or saving files that are protected
  • improved some translations
    • #8 changed german translation for "Snippet" from "Codeschnipsel" to "Textfragment"
  • started transcoding Sourcecode from Objective-C to Swift to make Erbele more future-proof
  • changed minimum target macOS version from 10.12 to 10.13 (removed support for macOS Sierra; if you use macOS Sierra, please use Erbele 3.8.5)