From 69e58f1e0a1e19c8fadd1238f05000e43031216b Mon Sep 17 00:00:00 2001 From: moanos Date: Sat, 11 Jan 2025 11:10:28 +0100 Subject: [PATCH] docs: add changelog for 0.4.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d668f9e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +## Version 0.4.0 + +Version 0.4.0 has added support for search-as-you-type when searching for animals to adopt. Furthermore, the display of +maps in the search has been majorly improved. + +Photon has been added as geocoding source option which allows to use this functionality. + +Further improvements include the representation of rescue organizations and tooltips. + +One of the biggest features is the addition of search subscriptions. These allow you to not only +search for currently active adoption notices but to subscribe to that search so that you get notified if there are new +rats in your search area in the future. + +For developers the new API documentation might come in handy, it can be found at +[/api/schema/swagger-ui/](https://notfellchen.org/api/schema/swagger-ui/)