hashtag bug fix

This commit is contained in:
2021-10-12 00:36:08 +02:00
parent 6ff0e3653d
commit 5fb5f087d6
2 changed files with 15 additions and 6 deletions
+9 -2
View File
@@ -1,10 +1,17 @@
# Changelog
## v0.4.2
- Fix URL fragment detected as hashtag
## v0.4.1
- Add a translation system using the `locales` folder and `messages.json`
- Add more trace logging
- "en" translation fixes
- add `messages.json`
- Config files are now parsed as JSON5 = comments are allowed
## v0.4.0
- Add a translation system using the `locales` folder
- Add more trace logging
## v0.3.0
- Changed config/storage format to directory-based, removed shared config mutex
- Made more options configurable (timeouts, catch-up limits, etc)