Skip to content

Releases: KazDragon/munin

Version 0.7.3

29 Jun 16:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

Version 0.7.2

05 Jan 15:34
Compare
Choose a tag to compare

What Changed

  • Automated code formatting, updated tooling and some modernization

Version 0.7.1

26 Jul 07:18
653390c
Compare
Choose a tag to compare

Munin now requires Terminal++ v3, and Console++ v0.1.1 if it is built with MUNIN_WITH_CONSOLE.

Version 0.7.0

17 Jul 09:26
8dce0c5
Compare
Choose a tag to compare

Munin now requires C++17.

Version 0.6.1

11 May 10:18
52e5199
Compare
Choose a tag to compare

Edits can now have their entire content set at once.

Version 0.6

06 May 07:19
646477c
Compare
Choose a tag to compare

Breaking Change

  • Updated API to match that of updated dependency Terminal++ v.2.3.0. See changes in munin::window.

New Features

  • Added new optional console_application class which binds to Console++. This dependency is enabled with MUNIN_WITH_CONSOLEPP=ON

Version 0.5.0

19 Aug 14:04
ac70ada
Compare
Choose a tag to compare

Features:

  • components for text manipulation: text_area, edit
  • components for navigating text components; scrollbars, etc.
  • a component for viewing lists of items

Version 0.3.11

13 Mar 18:11
d3faaad
Compare
Choose a tag to compare
  • Munin is now accessed in the KazDragon namespace in CMake.

Version 0.3.10

09 Mar 18:48
611dba1
Compare
Choose a tag to compare
  • Implemented a list control
  • Updated requirements to Terminal++ v2.0.1.

Version 0.3.9

28 Nov 13:57
Compare
Choose a tag to compare

Munin can now be optionally built using Conan to manage its dependencies, instead of using system dependencies.