Skip to content

Releases: inyokaproject/inyokaedit

InyokaEdit 0.28.2

08 Sep 17:38
45e8962
Compare
Choose a tag to compare

Minor template fixes.

InyokaEdit 0.28.1

01 Apr 13:09
afdb9aa
Compare
Choose a tag to compare

Fix hunspell/nuspell linking: Only applicable for AUR and Flatpak; all others can stay at v0.28.0

InyokaEdit 0.28.0

31 Mar 13:44
264dca4
Compare
Choose a tag to compare

Changes:

  • Bundle Breeze light/dark icon themes
  • Code requirements: >= Qt 5.11 and C++17
  • Fix Qt deprecations
  • Change AUR build to Qt6 and cmake

InyokaEdit 0.27.4

26 Nov 18:39
0a2410c
Compare
Choose a tag to compare
  • Initial Flatpak build (#114; thanks to JakobDev)
  • Minor fixes

InyokaEdit 0.27.3

26 Apr 14:52
f888dab
Compare
Choose a tag to compare

Just a few fixes:

  • Fix article up-/download
  • Add support for dark scheme on Windows with Qt 6.5
  • Include Qt translations in Windows build
  • Bump miniz and nuspell versions
  • Other minor fixes

InyokaEdit 0.27.2

26 Nov 15:36
f408b3e
Compare
Choose a tag to compare

Some minor new features and bug fixes:

  • Add alternative spellchecker plugin based on Nuspell (currently only used on Windows; Hunspell remains on Linux)
  • Add button to restore knowledgebox and highlighting defaults
  • Alignment with latest Inyoka changes
  • Replace core5compat with pure Qt 6 implementation
  • Fix version check and Utf-8 issues on Windows
  • Fix crash with Qt 6.4

InyokaEdit 0.27.1

12 Jun 13:02
8ec7f00
Compare
Choose a tag to compare

Bug fixes:

  • Fix performance issue when adding/removing/switching tabs
  • Translate table headers

InyokaEdit 0.27.0

10 Apr 14:41
12c68f3
Compare
Choose a tag to compare
  • Add CMake support (thanks to Lasall!)
  • Show color in highlighter settings table
  • Template alignments with Inyoka
  • Fixes: Hyperlink protocols, corrected write permission for highlighting template
  • Internal: Using QHash for mappings and templates

InyokaEdit 0.26.0

28 May 15:45
d74f31d
Compare
Choose a tag to compare
  • Use tooltip for syntax error instead of message box
  • Add possibility to store credentials
  • Possibility to compile with Qt Webkit, Qt Webengine or none
  • Use unicode flags if QWebEngineView is used
  • Add support for Qt 6; remove of QRegExp
  • Convert urls which are not in square brackets
  • Fixes: Syntax check improvements, redirects
  • First AppImage build
  • File reorganization, metainfo and desktop file

InyokaEdit 0.25.0

10 Oct 15:08
102b427
Compare
Choose a tag to compare
  • Toolbar icons for dark color themes.
  • Dropped support for Xenial.
  • Internal code reconstructions.