From 582bc97bbf118f94b668c6485fcdaa3001c60406 Mon Sep 17 00:00:00 2001 From: clragon Date: Wed, 5 Jun 2024 22:00:49 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e46d3888..55757487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Added +- X (formerly twitter) source icon + +### Changed +- appbar filter icon + +### Fixed +- light theme appbars +- post updated\_at error +- dtext newlines + ## [19.0.1+93] - 2024-04-26 ### Fixed - black screens on closing search @@ -861,6 +873,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Fixed - API client bindings +[Unreleased]: https://github.com/clragon/e1547/compare/19.0.1+93...HEAD [19.0.1+93]: https://github.com/clragon/e1547/compare/19.0.0+92...19.0.1+93 [19.0.0+92]: https://github.com/clragon/e1547/compare/18.1.0+91...19.0.0+92 [18.1.0+91]: https://github.com/clragon/e1547/compare/18.0.0+90...18.1.0+91