Update changelog; remove apt install of gir1.2-nm-1.0 because it's now in the build Docker container

This commit is contained in:
Sumner Evans
2020-03-28 23:55:04 -06:00
parent ea2e165063
commit a29d161813
2 changed files with 15 additions and 1 deletions

View File

@@ -26,7 +26,6 @@ lint:
test:
stage: test
before_script:
- apt update -y && apt install -y gir1.2-nm-1.0
- ./cicd/install-project-deps.sh
- ./cicd/start-dbus.sh
script:

View File

@@ -1,3 +1,18 @@
v0.9.1
======
* **macOS Support Alpha:** support for macOS is now in alpha. There is very
little documentation, and quite a few hacks, but core functionality works.
* Sublime Music is more resilient to certain libraries or functionalities not
existing on the system. (Namely libnotify, NetworkManager, and DBus)
* **Bug Fixes**
* Sublime Music no longer explodes when you say "don't save password" in your
keyring notification popup.
* The ``NM`` library is used instead of the deprecated ``NetworkManager`` and
``NMClient``. (Contributed by @anarcat.)
v0.9.0
======