mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 08:27:04 +00:00
The single CHANGELOG.md had grown to ~7.9k lines. Move it to docs/changelog/ with one file per release, named with zero-padded minor/patch versions (e.g. v1.11.00.md) so plain file browsers sort them correctly. Add a README.md index (newest first) and a TEMPLATE.md for cutting new releases. The root CHANGELOG.md now points to the new location.
16 lines
819 B
Markdown
16 lines
819 B
Markdown
# [Release v0.18.2: Multiple Zaps per post](https://github.com/vitorpamplona/amethyst/releases/tag/v0.18.2) - 2023-02-25
|
||
|
||
- Improvements to ShowMore background gradient and size of bubbles in chat.
|
||
- Fixes Ugly Tab Background color in the light theme
|
||
- Removes the block on Multiple Zaps in a single post (copy paste from the like button, that has a block to avoid multiple likes)
|
||
- Fixes liveSet to delete. | Solves the outofsync error chat has been reporting.
|
||
- Synchronizes `Client.connect` to avoid random number in relay status
|
||
- Fixes the URL detector for account for 2 special characters in Chinese "," and "。"
|
||
- Reverts fixing the English language to avoid issues with translation
|
||
- Updating dependencies
|
||
|
||
|
||
[Changes][v0.18.2]
|
||
|
||
[v0.18.2]: https://github.com/vitorpamplona/amethyst/compare/v0.18.1...v0.18.2
|