Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@gamecreature gamecreature released this 24 Jan 08:35
  • [v0.9.0] #150, Add version number (EDBEE_VERSION / Edbee::instance()->version())
  • #145, Replace onigmo with onigruma
  • Remove qslog references from edbee-test
  • Default cmake build is QT6 (use the BUILD_WITH_QT5 option)
  • Replaced qslog dependency with qlog_* macros to qDebug, qWarning etc.

What's Changed (since initial release long time ago)

  • Add travis by @keneanung in #7
  • Added Travis build badge by @vadi2 in #8
  • Fix highlighting in readme by @vadi2 in #12
  • Fix theme loading by @vadi2 in #18
  • Fix typo in textdocument.cpp by @vadi2 in #20
  • Fix minor typo in documentation by @vadi2 in #21
  • Fix #32, adjusting whitespacemode now flags need for redraw by @SlySven in #33
  • Improved search highlighting not to be so jagged by @vadi2 in #37
  • Added selection clipboard copy and paste for unix like system by @sebcaux in #42
  • Generate onig config.h on non win32 OSes by @keneanung in #48
  • Fix Ctrl+C, Ctrl+V to appear on context menu by @vadi2 in #57
  • Support to build edbee-lib dynamically by @brupelo in #80
  • Only use EDBEE_DEBUG when asked for by @vadi2 in #92
  • Update: bring QsLog up to date by @SlySven in #86
  • Merge Mudlet's autocompletion back into master by @vadi2 in #97
  • Compile fix for README example by @emoon in #102
  • Revise: fix QString::split(...) for older Qt Versions by @SlySven in #113
  • Remove obsolete setMargin by @vadi2 in #116
  • Feature/128 flexible textlayout by @gamecreature in #131
  • Feature/134 qaccessible by @gamecreature in #135
  • Add support for Qt6 to CMake by @Konijnendijk in #137
  • Fix remove some depreciation warnings for qt6 and other warnings and spelling errors by @SlySven in #138
  • Silence warning in LineOffsetVector::applyChange from Qt6 by @vadi2 in #139
  • Up OSX version for Qt6 compatibility by @vadi2 in #142
  • Fix crash in Qt6 by @vadi2 in #143
  • Fix: revise QT version for changes to recursive mutexes by @SlySven in #144
  • Fix: add ctrl-a / ctrl-e support for macOS by @rparet in #147

New Contributors

Full Changelog: v0.1.0...v0.9.0