Skip to content

Commit

Permalink
release: 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapatas committed Sep 18, 2021
1 parent 462d0ad commit af0b8f5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit af0b8f5

Please sign in to comment.