damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 2f3737c2b564dd57b16b618a9c06f5574267dc40
parent e36747a81aed2201fff8dca9b4b26760ce6aaec5
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 13 Jul 2023 11:14:29 -0700

v1.6-4 changelog

Diffstat:
MCHANGELOG.md | 24++++++++++++++++++++++++
1 file changed, 24 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,27 @@ +## [1.6-4] - 2023-07-13 + +### Added + +- Add the ability to follow hashtags (William Casarin) + +### Changed + +- Remove note size restriction for longform events (William Casarin) + +### Fixed + +- Hide users and hashtags from home timeline when you unfollow (William Casarin) +- Fixed a bug where following a user might not work due to poor connectivity (William Casarin) +- Icon color for developer mode setting is incorrect in low-light mode (Bryan Montz) +- Fixed nav bar color on login, eula, and account creation (ericholguin) + + +### Removed + +- Remove following Damus Will by default (William Casarin) + +[1.6-4]: https://github.com/damus-io/damus/releases/tag/v1.6-4 + ## [1.6-3] - 2023-07-11 ### Changed