Skip to content

Commit 87c25cc

Browse files
committed
changelog update
1 parent e0d6e9e commit 87c25cc

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
The format roughly follows Keep a Changelog, and dates are in YYYY-MM-DD.
55

6+
## [v1.0.2] — 2025-10-25
7+
8+
### Added
9+
* **Caching** Added caching to results pages to speed up loads when changing between tabs
10+
* **Pre-Connects** Added preconnects so the apps can start connecting and pulling posts before the UI has loaded
11+
* **Concurrent Pulls** added concurrent pulls from sites to increase load speed
12+
13+
### Changed
14+
* **How Posts are loaded** previously the new and popular tab would wait for all configured sites to respond, organise the posts, then display them, this caused rather slow loading at start, now they display posts as soon as they are loaded and add new ones to the end, this may however mean popular is not always in a descending order between sites and sites wont be round-robin anymore and post may appear slightly grouped by sites due to some sites responding faster than others, the same has been done for the new tab.
15+
16+
### Fixed
17+
* **Login** Login in with local account and then linking discord would overwrite local account details in db with discord making it impposible to login with local again, this has now been fixed to add discord details rather than replace and added an unlink discord button
18+
* **Sync issues** fixed some *rather persistent* issues where SSE wouldnt always trigger a refresh and site settings like api keys and login details wouldnt sync, also fixed some cross platform sync issues which caused issues when syncing between desktop and mobile or vice versa
19+
20+
621
## [v1.0.0] — 2025-10-25
722

823
### Highlights

0 commit comments

Comments
 (0)