diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b6208d..0194395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ All notable changes to this project will be documented in this file. - Add commitlint to enforce commit message format - Update the changelog automatically on every commit +### 🐛 Bug Fixes + +- Correctly update the changelog on release + ## \[[0.9.2](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.2)] - 2023-05-24 ### ⛰️ Features diff --git a/README.md b/README.md index 5a46da0..cf8fac9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![Mozilla Add-on](https://img.shields.io/amo/users/usr-space?style=for-the-badge)](https://addons.mozilla.org/de/firefox/addon/usr-space/) [![Mozilla Add-on](https://img.shields.io/amo/stars/usr-space?style=for-the-badge)](https://addons.mozilla.org/de/firefox/addon/usr-space/) +![Browser Screenshot](assets/screenshot.png) + ## Features - Show if someone is in the Space @@ -67,3 +69,5 @@ https://github.com/twbs/icons/blob/main/LICENSE.md ## License MIT + +![Logo](assets/logo.png) diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..ac7e630 Binary files /dev/null and b/assets/logo.png differ diff --git a/assets/screenshot.png b/assets/screenshot.png new file mode 100644 index 0000000..e684cf2 Binary files /dev/null and b/assets/screenshot.png differ