From 2e58b825192462b6938fdacc9c5224c991a41bb1 Mon Sep 17 00:00:00 2001 From: Ralf Stockmann Date: Fri, 19 May 2023 16:30:52 +0200 Subject: [PATCH] Update README.md 1.0 notes --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cad4871..48d331c 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,19 @@ -# Mastowall 0.2 +# Mastowall 1.0 Mastowall is a social wall application that displays posts from the [Mastodon](https://joinmastodon.org/) social network based on specified hashtags. It has been updated with new features to improve its usability and appearance. -image +image Try it live: [Mastowall for the BiblioCon conference]([https://rstockm.github.io/mastowall/?hashtags=111bibliocon,bibliocon,bibliocon23&server=https://openbiblio.social)) Use your own hashtags and server: -image +image + +JSON config file: + +image + ## Features @@ -27,6 +32,10 @@ Use your own hashtags and server: - **Navbar Hashtag Navigation:** Clicking on the hashtags in the navbar takes you to the form screen, allowing you to change the existing hashtags easily. +- **Navbar Color Customization:** The color of the navigation bar can now be customized via the `config.json` file. + +- **Including Replies:** By default, replies are excluded from the wall. However, this behavior can be changed by setting includeReplies to true in the `config.json` file. + ## Technology Stack Mastowall is built using the following technologies: