diff --git a/CHANGELOG.md b/CHANGELOG.md index 158d371..5aad7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ # Changelog -## [0.0.0] - 2021-08-21 +## [0.0.0] - 2021-09-18 + +### Added + +- **Profiles.** Store connections to brokers. +- **Multiple Connections.** Connect to multiple `Profiles` at the same time using tabs. +- **Snippets.** Store messages in a nested folder structure, ready to publish. +- **Folding.** For messages with nested data. +- **Syntax highlight, detection & formatting.** Supports JSON and XML. +- **Flexible.** Resize, drag, detach or hide each sidebar separately. +- **Layouts.** Store sidebar locations and sizes. +- **XDG BaseDir.** Respects the [XDG Base Directory](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) specification. +- **Native UI.** Using `wxWidgets` to integrate seamlessly with your desktop theme. +- **Mute / Solo.** Hide or isolate messages for each subscription. +- **History Filter.** Limit history using search terms. +- **Cross-Platform.** Built for Windows and Linux. diff --git a/CMakeLists.txt b/CMakeLists.txt index ee267d7..ee4e49c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(PROGRAM_DESCRIPTION "Open source MQTT Client for desktop. Flexible, native, set(TRANSMITRON_VERSION_MAJOR 0) set(TRANSMITRON_VERSION_MINOR 0) set(TRANSMITRON_VERSION_PATCH 0) -set(TRANSMITRON_VERSION_POSTFIX "-alpha") +set(TRANSMITRON_VERSION_POSTFIX "") string(CONCAT TRANSMITRON_VERSION ${TRANSMITRON_VERSION_MAJOR} diff --git a/README.md b/README.md index b8dee01..c05ed76 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ - **Native UI.** Using `wxWidgets` to integrate seamlessly with your desktop theme. - **Mute / Solo.** Hide or isolate messages for each subscription. - **History Filter.** Limit history using search terms. -- **Cross-Platform.** Built for Windows, Linux and MacOS. +- **Cross-Platform.** Built for Windows and Linux. ## Acknowledgements