From dea794af8b98bb0d83bc5aa2e0697ccd08d04bce Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Mon, 30 Jan 2023 10:58:50 -0500 Subject: [PATCH] Swap changelog order to be most recent first --- CHANGELOG.md | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 387f1d6..f6b129e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,26 @@ # Relatica Change Log -## Version 0.x.0 (beta) +## Version 0.1.0b2 (beta) -* Fixed image viewer quirks with text overwriting, lack of mouse scrollwheel zoom, and - responsiveness - quirk (https://gitlab.com/mysocialportal/relatica/-/merge_requests/10) +* Fixes + * Scrollwheel zooming now works correctly on desktop + * Fix image overflow and apparent intermittent lack of zoom responsiveness in image preview pane + * Fix inconsistent tap behavior on notifications cards + * Search on the contacts screen now searches handles as well as names + * All contacts now load properly from server +* New Features + * Initial paging infrastructure for being able to incrementally load larger sets of things (like + comments) + * First usage of paging system: contacts + * A "Clear Caches" button that clears all memory and disk data. Useful if you want to do a reset + on things like tags, contacts, posts timelines, etc. + * Initial implementation of direct messaging including: + * List of conversation threads + * Reading conversation threads + * Marking conversations read by tapping on the message + * Respond in a conversation + * Start a new conversation by searching for a known contact "type @ and start typing like in + posts/comments" ## Version 0.1.0 (beta) @@ -44,24 +60,8 @@ may change in the near future) -## Version 0.1.0b2 (beta) +## Version 0.x.0 (beta) -* Fixes - * Scrollwheel zooming now works correctly on desktop - * Fix image overflow and apparent intermittent lack of zoom responsiveness in image preview pane - * Fix inconsistent tap behavior on notifications cards - * Search on the contacts screen now searches handles as well as names - * All contacts now load properly from server -* New Features - * Initial paging infrastructure for being able to incrementally load larger sets of things (like - comments) - * First usage of paging system: contacts - * A "Clear Caches" button that clears all memory and disk data. Useful if you want to do a reset - on things like tags, contacts, posts timelines, etc. - * Initial implementation of direct messaging including: - * List of conversation threads - * Reading conversation threads - * Marking conversations read by tapping on the message - * Respond in a conversation - * Start a new conversation by searching for a known contact "type @ and start typing like in - posts/comments" +* Fixed image viewer quirks with text overwriting, lack of mouse scrollwheel zoom, and + responsiveness + quirk (https://gitlab.com/mysocialportal/relatica/-/merge_requests/10)