From 0dfea0680f873a084b9dc486bf469baab8dae0e0 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 5 Mar 2023 18:58:40 -0500 Subject: [PATCH] v1.2.0-4 changelog --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e1e2be..d7828fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## [1.2.0-4] - 2023-03-05 + +### Added + +- Add ellipsis button to notes (ericholguin) + + +### Changed + +- Immediately search for events and profiles (William Casarin) +- Use long-press for custom zaps (William Casarin) +- Make shaka animation smoother (Swift) + + +### Fixed + +- Fixed hit detection bugs on profile page (OlegAba) +- Fix disappearing text on Thread view (Bryan Montz) +- Render links in notification summaries (Joel Klabo) +- Don't show notifications from ourselves (William Casarin) +- Fix issue where navbar back button would show the wrong text (Jack Chakany) +- Fix case sensitivity when searching hashtags (randymcmillan) +- Fix issue where opening reposts shows json (William Casarin) + + +[1.2.0-4]: https://github.com/damus-io/damus/releases/tag/v1.2.0-4 + ## [1.2.0-3] - 2023-03-04 ### Added