Files
amethyst/docs/changelog/v0.18.02.md
Claude 81128ba74a docs: split CHANGELOG into per-version files under docs/changelog
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.
2026-06-13 18:24:10 +00:00

819 B
Raw Blame History

Release v0.18.2: Multiple Zaps per post - 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