aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG31
1 files changed, 14 insertions, 17 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b567521..ea71d8e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -44,31 +44,30 @@ Other
* Updated to tokio 1.0.
* Cleaned up dependencies
-0.3 - 2020-12-25
+0.3.1 - 2021-04-08
+------------------
+
+Fixed
+~~~~~
+
+ * Compilation no longer fails with "module export is private".
+
+0.3.0 - 2020-12-25
------------------
Added
~~~~~
* Published to crates.io. You can now install with +cargo install {mumctl,mumd}+!
-
* Support for macOS.
-
* Notifications via libnotify (behind a feature-gate).
-
* List configured servers, if they're online and how many users are
connected with +mumctl status+.
-
* Configure your own outgoing volume and others' ingoing volume with +mumctl config+.
-
* Mute/deafen yourself with +mumctl {mute,deafen}+.
-
* Locally mute others with +mumctl user <user> mute+.
-
* Sound effects.
-
* Short about-texts when using +--help+.
-
* Man pages.
Changed
@@ -89,24 +88,22 @@ Other
* Moved to dasp, a pure Rust digital audio signal processing library.
-0.2 - 2020-10-26
+0.2.0 - 2020-10-26
------------------
Added
~~~~~
* Connect to and disconnect from servers with +mumctl server {connect,disconnect}+.
-
* Save and reconfigure servers with +mumctl server {add,remove,rename,config}+.
-
* List channels and connect to them with +mumctl channel {list,join}+.
-
* Store configuration in a file.
-
* Generate CLI completions for zsh, bash and fish with +mumctl completions --{zsh,bash,fish}+.
Links
-----
-[0.3]: https://github.com/sornas/mum/tree/v0.3
-[0.2]: https://github.com/sornas/mum/tree/v0.2
+[0.3.2]: https://github.com/mum-rs/mum/tree/v0.3.2
+[0.3.1]: https://github.com/mum-rs/mum/tree/v0.3.1
+[0.3.0]: https://github.com/mum-rs/mum/tree/v0.3.0
+[0.2.0]: https://github.com/mum-rs/mum/tree/v0.2.0