From 65b19a0eb052d5ca65495c8ace2c6fef439ac635 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Wed, 23 Oct 2024 17:53:10 +0800 Subject: [PATCH] chore(release): release v0.1.0-beta.0 --- CHANGELOG.md | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 144 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c455f2cbd..e6effccd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ # CHANGELOG -## [0.0.1-alpha.22](https://github.com/RSSNext/follow/compare/v0.0.1-alpha.21...v0.0.1-alpha.22) (2024-10-23) +# [0.1.0-beta.0](https://github.com/RSSNext/follow/compare/v0.0.1-alpha.21...v0.1.0-beta.0) (2024-10-23) ### Bug Fixes * [@unixzii](https://github.com/unixzii) feature request ([b41a78d](https://github.com/RSSNext/follow/commit/b41a78d5c66d5846d1fec33cfa29b9864ddfe20f)) * `` show fallback ([ca0fd18](https://github.com/RSSNext/follow/commit/ca0fd1802c2f48e4d2a5697f71988df00096fd89)) +* `csrf` header ([3680f66](https://github.com/RSSNext/follow/commit/3680f66a70c420bee40a5f84e0cef2c64b467138)) * `F12` cannot open devTools in development mode ([#833](https://github.com/RSSNext/follow/issues/833)) ([ba20507](https://github.com/RSSNext/follow/commit/ba20507cbc410ebd21aa8270cd369ad86964abfc)) * `i18nProvider` condition ([0f654b9](https://github.com/RSSNext/follow/commit/0f654b9e61233319787726d3fa3557307efa1b0c)) * `IconButton` props ([f33598b](https://github.com/RSSNext/follow/commit/f33598bb9acf870f9c07475e75b4ed5e78ed6a85)) @@ -15,11 +16,13 @@ * about page copy button style ([e6a5042](https://github.com/RSSNext/follow/commit/e6a50427b3c7da16153e766369064bfa1635e532)) * accent color ([918d85a](https://github.com/RSSNext/follow/commit/918d85a591cdfc8c6c12261004a6a463516eaf5c)) * accept import opml ([39ecc82](https://github.com/RSSNext/follow/commit/39ecc82a8ceecd77139ffccb31a33904082a3d1b)) +* achievement modal button align ([f68d142](https://github.com/RSSNext/follow/commit/f68d1426aed7f75403b5148efd6bc594be41acf2)) * **achievement:** loading button style ([96bb514](https://github.com/RSSNext/follow/commit/96bb51425427864bc4e77b75808271371839c57a)) * add app version on posthog ([9933463](https://github.com/RSSNext/follow/commit/99334639e28b2a2a17b9c3fdd64f0d6d37bdd181)) * add aria-describedby to modal content ([bb463a3](https://github.com/RSSNext/follow/commit/bb463a311fe020d079ed021489239a9141246a48)) * add bg when context menu trigger, fix [#389](https://github.com/RSSNext/follow/issues/389) ([53f3185](https://github.com/RSSNext/follow/commit/53f3185e7955d1a72912905d8565c5efb0a0bda0)) * add copy image in electron, fix [#317](https://github.com/RSSNext/follow/issues/317) ([466e0b7](https://github.com/RSSNext/follow/commit/466e0b78ccc5df66ab11a1e71a800e70c9b34312)) +* add csrf token on header ([2718c93](https://github.com/RSSNext/follow/commit/2718c933214b6e5cd9518728917804ed66855d14)) * add db index ([a888a78](https://github.com/RSSNext/follow/commit/a888a789e10ecd8b3fab713e859bfe9f56bfe0ad)) * add download app fab ([0f8309b](https://github.com/RSSNext/follow/commit/0f8309b2031d53a17eb74ed36f2a0f504c54c431)) * add en lang fixed[#641](https://github.com/RSSNext/follow/issues/641) ([23d6988](https://github.com/RSSNext/follow/commit/23d6988a63ce6ecdce562fb632fe85823082d38b)) @@ -28,6 +31,7 @@ * add feed should validate feed id first ([767710d](https://github.com/RSSNext/follow/commit/767710deda41af1842179ef03f9b6b1b79208f9e)) * add feed temp store use nonce ([6e36232](https://github.com/RSSNext/follow/commit/6e36232b41f1b6d877caf74e1ad7be50da716381)) * add feed when site url not match ([1a2190c](https://github.com/RSSNext/follow/commit/1a2190c1aa834a33932788e65269a1128fd3a7e2)) +* add height to EntryListHeader for consistent layout ([#1051](https://github.com/RSSNext/follow/issues/1051)) ([3da93ca](https://github.com/RSSNext/follow/commit/3da93caa72acb8d761c61517f7485224417a176e)) * add hover bg color when context menu opened ([6ceb263](https://github.com/RSSNext/follow/commit/6ceb263b777ccc9681cd086a28e019ce9bda3a43)) * add i18n in preview-media ([#675](https://github.com/RSSNext/follow/issues/675)) ([935c87d](https://github.com/RSSNext/follow/commit/935c87de285ecabb44a92bc3536135e3c2c0e14f)) * add language selector loading lock map ([2d14c1e](https://github.com/RSSNext/follow/commit/2d14c1e5b5ad086b3556dd9a8862a6ce00368c4d)) @@ -53,12 +57,14 @@ * after webview fullscreen force repaint ([4187b52](https://github.com/RSSNext/follow/commit/4187b52ae213d9b00f70aac4a6c0dacbb2339e50)) * align end for corner button in player ([#301](https://github.com/RSSNext/follow/issues/301)) ([e551063](https://github.com/RSSNext/follow/commit/e55106307a7ce04be3e6cf34079d6781203eff1e)) * align to the baseline ([aebae13](https://github.com/RSSNext/follow/commit/aebae13cbcb0b5dde10bad8e06868c0eb605b13d)) +* allow activation modal to be closable ([#1069](https://github.com/RSSNext/follow/issues/1069)) ([a49e32f](https://github.com/RSSNext/follow/commit/a49e32f468693039ea69ea612799859235a87c03)) * allow cancel proxy configuration ([#545](https://github.com/RSSNext/follow/issues/545)) ([6e70350](https://github.com/RSSNext/follow/commit/6e70350f05821c26a92700d38e9243d9730eeff0)) * allow clear translation target in action ([5c8b026](https://github.com/RSSNext/follow/commit/5c8b02625e48d0cb4431a32f102c55d64b3176d1)) * allow logout on login page ([#244](https://github.com/RSSNext/follow/issues/244)) ([8b679d1](https://github.com/RSSNext/follow/commit/8b679d1abdb7db2515bd1acb013adb7d1870312f)) * allow prod and dev builds running in the same time ([#479](https://github.com/RSSNext/follow/issues/479)) ([7140751](https://github.com/RSSNext/follow/commit/7140751bc2c068782b6e9e9255754629d89152c9)) * allow toggle switch by clicking label ([#185](https://github.com/RSSNext/follow/issues/185)) ([5d98eb4](https://github.com/RSSNext/follow/commit/5d98eb42303e4ba6bbe0bfd37d8a17b31f66658a)) * alpha typo ([961a75c](https://github.com/RSSNext/follow/commit/961a75cd46227c7bb11bae3743b970b2884ccc44)) +* app got deleted when auto update on windows ([965544b](https://github.com/RSSNext/follow/commit/965544beef41f9c6549c64cd4f53e1a3935259ad)) * app icon incorrect in Windows Control Panel ([#899](https://github.com/RSSNext/follow/issues/899)) ([719f1da](https://github.com/RSSNext/follow/commit/719f1dae0e9762218b9e3c24b0aec2ced7f382be)) * app width limit to 1024px ([09d7765](https://github.com/RSSNext/follow/commit/09d77657a07f81d69f80c3eea1620efe1ddb9da9)) * audio player async logic and auto pause logic ([ba40b44](https://github.com/RSSNext/follow/commit/ba40b44ce91bb8acd118b9c6d846ed8d5b9b022c)) @@ -68,6 +74,9 @@ * avatar element masking button ([#852](https://github.com/RSSNext/follow/issues/852)) ([81ca589](https://github.com/RSSNext/follow/commit/81ca589c95ac3b8d9d5cdfbf15faaa8d954fb7d4)) * avatar setting ([55b7868](https://github.com/RSSNext/follow/commit/55b7868f2e2aa3c01468e1268e3436485491ee1a)) * avoid image cls in entry content ([#666](https://github.com/RSSNext/follow/issues/666)) ([ccda887](https://github.com/RSSNext/follow/commit/ccda8875e93a52131307e69956c2d58fa5481e46)) +* blurhash covers the image ([98d3715](https://github.com/RSSNext/follow/commit/98d3715cbd45938b2e0558a25afbb01ba265ad91)), closes [#959](https://github.com/RSSNext/follow/issues/959) +* blurhash size ([fc469ab](https://github.com/RSSNext/follow/commit/fc469ab4f5f15e9aa53cfad1920180af79b64836)) +* boost modal use async modal ([0c1215d](https://github.com/RSSNext/follow/commit/0c1215dbf0a3e50ecb295e60e305c857c4538255)) * border color in dark mode ([472fbb2](https://github.com/RSSNext/follow/commit/472fbb2a6b41d9953bbfbda5452558621f71c8d5)) * **build:** ensure needed node_module is copied in dist ([5e4226a](https://github.com/RSSNext/follow/commit/5e4226ab176428205265d0ca69350c80c2263015)) * button align ([456b6f2](https://github.com/RSSNext/follow/commit/456b6f2c0c41734d771b9677971430178c0cd20a)) @@ -75,12 +84,16 @@ * button transition ([f731d1e](https://github.com/RSSNext/follow/commit/f731d1e34e151828b6fa9553361f476da9d7e39b)) * calc toc scroller range when entry content changed ([66035fe](https://github.com/RSSNext/follow/commit/66035fea72e3ce0c6fbcd8380fbdef612e052cb4)) * can not render code, close [#640](https://github.com/RSSNext/follow/issues/640) ([ab8c9e5](https://github.com/RSSNext/follow/commit/ab8c9e5988cb14e5b9c2237a3f014396956c7b19)) +* can not show cmdk search type ([5d78da6](https://github.com/RSSNext/follow/commit/5d78da6f1064393ba3a7417ec79788989e9f9e7b)) * can use under window blur ([9b2656e](https://github.com/RSSNext/follow/commit/9b2656ec53f3865378b7f2392d59a6828b31149c)) +* can wheel to scroll in entry preview toast, fix [#953](https://github.com/RSSNext/follow/issues/953) ([936ad86](https://github.com/RSSNext/follow/commit/936ad86bd5bd164d3f1d84b5baea22b7e3ecdfa8)) +* can't see ActionButton well in light theme ([#1005](https://github.com/RSSNext/follow/issues/1005)) ([5966c3a](https://github.com/RSSNext/follow/commit/5966c3ab4f969235b9101335be224028f02cc4fc)) * catch access stylesheet error ([bbc2bef](https://github.com/RSSNext/follow/commit/bbc2bef800c5b01669742bb004e2656c9087f82f)) * catch electron call bridge error ([7ed9ea1](https://github.com/RSSNext/follow/commit/7ed9ea196fa04c6e11fd574f4042893fea298feb)) * catch get voice error ([aefe8d9](https://github.com/RSSNext/follow/commit/aefe8d9e32f8cbeb4b7e7a1618167f5f87da7f63)) * catch setTTS execption ([f7afd37](https://github.com/RSSNext/follow/commit/f7afd373de74a4f531e4a3cbe7c39cd594fdcaff)) * category in route should encodeURLComponent ([d5b79cb](https://github.com/RSSNext/follow/commit/d5b79cba8a5d6d8fe18efee5d58da5610fc3ce68)) +* category open state ([4f1ce3b](https://github.com/RSSNext/follow/commit/4f1ce3bacef5ee85a18f5e56e351bad622b65d72)) * change copy title icon ([#817](https://github.com/RSSNext/follow/issues/817)) ([b4fed78](https://github.com/RSSNext/follow/commit/b4fed7801bfef27bba2281d8f42e458af5acce88)) * change to `EllipsisHorizontalTextWithTooltip` to feed link ([c8cdfd1](https://github.com/RSSNext/follow/commit/c8cdfd1e944b6e595d518e81bff3ba11f7d22a54)) * check eagle when available ([b72d455](https://github.com/RSSNext/follow/commit/b72d4557df01fa71d90f561536ee841275b2d364)) @@ -89,15 +102,22 @@ * ci ([8852a81](https://github.com/RSSNext/follow/commit/8852a81d4cfe80a0704bcf52220c39e9ccbe98de)) * ci and tootip portal ([3729917](https://github.com/RSSNext/follow/commit/37299173c8fcaf88d44b1a54baf7ddc03aa20ca6)) * ci env `NODE_OPTIONS` max-old-space-size ([b4f9b1b](https://github.com/RSSNext/follow/commit/b4f9b1b8ea326b1613ca291ed5bbcd932c5e837a)) +* **ci:** cannot release macOS APP ([#957](https://github.com/RSSNext/follow/issues/957)) ([4a14738](https://github.com/RSSNext/follow/commit/4a14738a99c7fd26dbf22c8de968a6896cbdc28b)), closes [/github.com/actions/runner/issues/2958#issuecomment-2186602747](https://github.com//github.com/actions/runner/issues/2958/issues/issuecomment-2186602747) * **ci:** fetch all depth ([a504a12](https://github.com/RSSNext/follow/commit/a504a127bca93a6675b3ff02bcea0b1eca6e9707)) * **ci:** nightly build ([a4ce7b1](https://github.com/RSSNext/follow/commit/a4ce7b16f476b8d72a0b1761709ec1ceba591242)) * **ci:** nightly linux build ([702b1d9](https://github.com/RSSNext/follow/commit/702b1d976d52c49647d0433f2dd162c034d0abb4)) * **ci:** remove check diff ([32f3a9e](https://github.com/RSSNext/follow/commit/32f3a9edba28ec2368730c6038ff6d3f8d55b404)) * clean local async data ([ae26dd7](https://github.com/RSSNext/follow/commit/ae26dd7763fe32990086e76fa896ec09dec170cd)) +* cleaner ([ca2af06](https://github.com/RSSNext/follow/commit/ca2af066df1b022cc8821bd0445b1d44c96dc49a)) * clear local data when login other account and store window pos before quit ([c7f74cf](https://github.com/RSSNext/follow/commit/c7f74cf7464da96e5f6249926cbfc3eea9d1497e)) * cls when star in gird item ([#636](https://github.com/RSSNext/follow/issues/636)) ([b993ae0](https://github.com/RSSNext/follow/commit/b993ae050e282c22e40f649141677f7905ede601)) * cmdk panel layout ([#854](https://github.com/RSSNext/follow/issues/854)) ([81a35e0](https://github.com/RSSNext/follow/commit/81a35e046e8bbc4f60a17c1e5fb0ac342f20009e)) +* code block render error with text link inside, keep classes from readability ([40042ea](https://github.com/RSSNext/follow/commit/40042ea340c87cf3a4933f1906fa86220261d138)), closes [#1058](https://github.com/RSSNext/follow/issues/1058) * code language detection more approximate ([86ce165](https://github.com/RSSNext/follow/commit/86ce16571751c19b64def3dac972f9a5ce37f130)) +* **code:** bypass if no `` wrapper ([f84c12e](https://github.com/RSSNext/follow/commit/f84c12e099c118e449ddd473830465b9bf21caea)) +* combo box can not scroll ([5330d49](https://github.com/RSSNext/follow/commit/5330d49919e580b5af935d9b57267036fc693e6f)) +* **combobox:** fix correct z-index in modal ([c26986d](https://github.com/RSSNext/follow/commit/c26986d9f34b18799ab76792d061886c33038fdf)) +* combox box portal and wheel, fixed [#1016](https://github.com/RSSNext/follow/issues/1016) ([1e7d0c8](https://github.com/RSSNext/follow/commit/1e7d0c8091b6ea64b4223b147229d57b4b72c5b3)) * config `__dirname` resolve ([f3f3cac](https://github.com/RSSNext/follow/commit/f3f3cac2b4ff0865f863b848397f0e27caa435b3)) * context menu item title should use title case ([f11eb19](https://github.com/RSSNext/follow/commit/f11eb198157f26861b3d69965f051c2a5b02886e)) * context menu sub menu ([9352dd1](https://github.com/RSSNext/follow/commit/9352dd1a2a2d4d30c04cb41a22b95a0dda3eeb40)) @@ -106,6 +126,7 @@ * corner player tooltip bg color ([16b91f9](https://github.com/RSSNext/follow/commit/16b91f9a7d3267f34f525c2e820efff6e1cbc049)) * **corner-player:** pause playback when player finishes ([#646](https://github.com/RSSNext/follow/issues/646)) ([71bb323](https://github.com/RSSNext/follow/commit/71bb3235d7e60ecd59f16f132838513a9b629a2e)) * correct follower word ([#438](https://github.com/RSSNext/follow/issues/438)) ([e31e343](https://github.com/RSSNext/follow/commit/e31e3433dfdafcab2276f2794065af81ca1f75fe)) +* correct method call for tag in Manage Feeds within Lists ([#982](https://github.com/RSSNext/follow/issues/982)) ([ef6d7f6](https://github.com/RSSNext/follow/commit/ef6d7f672bc9123c345bbeb307946f2fdb14554b)) * crashes when docs appear in the discover result ([#494](https://github.com/RSSNext/follow/issues/494)) ([0c470be](https://github.com/RSSNext/follow/commit/0c470bed3eed1533d36e2eff60f9a1aa0ff0d861)) * custom modal ([8d03308](https://github.com/RSSNext/follow/commit/8d03308091a57745489bb48617b7e11134bb89c3)) * daily report animation ([ff16272](https://github.com/RSSNext/follow/commit/ff162722a927d3708f3d857626e6412ae35d3880)) @@ -113,7 +134,9 @@ * dark mode entry content color in electron ([06073d5](https://github.com/RSSNext/follow/commit/06073d53bc6e69867b3e6102c755e6bd1f9be9bf)) * date item layout animation ([e2fec9c](https://github.com/RSSNext/follow/commit/e2fec9c250b9641a645d0f24ec3f038a5b630cfd)) * **db:** remove remaining data if unfollow feed ([1edf560](https://github.com/RSSNext/follow/commit/1edf5605e9621219e6cdfc732f12e6464113f765)) +* debug for forworded handled host ([c0ec27d](https://github.com/RSSNext/follow/commit/c0ec27d04853508a888267a1c5273b07eee3bfa6)) * debug proxy inject env ([6b80cdc](https://github.com/RSSNext/follow/commit/6b80cdc6e7141913643f77a0b9a089333b86278d)) +* deeplink adding feed does not work on Windows ([#1002](https://github.com/RSSNext/follow/issues/1002)) ([9d5f2c9](https://github.com/RSSNext/follow/commit/9d5f2c908ee3c91083a57b964236d0c41a5c41c9)) * deeplink navigate ([00d41ce](https://github.com/RSSNext/follow/commit/00d41cee5632dab86f7a93b1bc965cb3a896417a)) * default extra window size ([5688eff](https://github.com/RSSNext/follow/commit/5688eff6a70ab9abc3e94d9dce861726df8d9123)) * determine snowflake id ([7dbf48b](https://github.com/RSSNext/follow/commit/7dbf48b92c9445b83588bcf11892f3728e959977)) @@ -126,6 +149,7 @@ * discover page's trending icon is offset. ([#856](https://github.com/RSSNext/follow/issues/856)) ([3ce0a88](https://github.com/RSSNext/follow/commit/3ce0a88cb6f777306e51a44642cb41e25704e883)) * discover recommendation card link button style ([1ac465c](https://github.com/RSSNext/follow/commit/1ac465cbb96bda4a189dea086caf3bbe77aa64ee)) * discover search optimistic update data ([a6abd05](https://github.com/RSSNext/follow/commit/a6abd058ac691c0116f625f9226bd465f6319f25)) +* discover search update ([baaa7cd](https://github.com/RSSNext/follow/commit/baaa7cd90b8c19aeef58642da9879e5faffbf9fe)) * **discover:** update follow status after add feed, closes [#269](https://github.com/RSSNext/follow/issues/269), closes ([32a55ec](https://github.com/RSSNext/follow/commit/32a55ece6440f80f837adc6d558029ea5fbd6982)) * display white block ([#633](https://github.com/RSSNext/follow/issues/633)) ([d9bb749](https://github.com/RSSNext/follow/commit/d9bb74937b5b2f528707e80fc2a76a89df10a1a8)) * do not filter figure, add pre fallback ([c3abc06](https://github.com/RSSNext/follow/commit/c3abc069780fab2174f66e8f9edda63589b0ab8a)), closes [#847](https://github.com/RSSNext/follow/issues/847) @@ -140,6 +164,7 @@ * drawer top edge anchor ([248369a](https://github.com/RSSNext/follow/commit/248369afe6d085885fd76a4ecf6a3f9b692b14cf)) * dropmenu icon prop passive, profile avatar button cls ([ddfcffe](https://github.com/RSSNext/follow/commit/ddfcffeda59c2d2503645b36aba423eff9e2b5b9)) * duplicated separator ([6e1ee50](https://github.com/RSSNext/follow/commit/6e1ee50536ded4b65f76cdb35bdf98c4657a1a74)) +* dynamic import error component ([d98c06e](https://github.com/RSSNext/follow/commit/d98c06e1c04cd5a1189c47653dc20bef1b6a9aa2)) * dynamic load i18n resource in electron prod ([2328648](https://github.com/RSSNext/follow/commit/232864852a934d571a2b47af7f4d02c787cc8250)) * eagle icon ([021dfab](https://github.com/RSSNext/follow/commit/021dfab5eeb888f155982cc1cd3636b2b4ca52a3)) * electron context menu i18n ([1a1d8ab](https://github.com/RSSNext/follow/commit/1a1d8ab5c1ff4917d3b3368059eff0b4cdf57520)) @@ -149,11 +174,13 @@ * electron search ([63bea18](https://github.com/RSSNext/follow/commit/63bea180f545e2f64cdc7e379f807333fee0ded6)) * electron title bar drag-region ([29ab323](https://github.com/RSSNext/follow/commit/29ab32344fafda613b0c9d49b587786eaa40b00a)) * electron window frame and `backgroundMaterial` ([e18ec75](https://github.com/RSSNext/follow/commit/e18ec754a05231fb82a7cbdb80632d79a6232872)) +* electron window layout titleSticky ui ([#1010](https://github.com/RSSNext/follow/issues/1010)) ([1135361](https://github.com/RSSNext/follow/commit/113536104e635d78a1ad7ec46041aa4156131002)) * electron window type ([909d692](https://github.com/RSSNext/follow/commit/909d6929da5bd3930a6e1d8aa3342c46d00e5c7d)) * empty default font on electron app ([#481](https://github.com/RSSNext/follow/issues/481)) ([4f9d4f2](https://github.com/RSSNext/follow/commit/4f9d4f26f22ac86cce64bb9f1582c2be2b3361c3)) * empty entry list will throw not found feed error, fixed [#224](https://github.com/RSSNext/follow/issues/224) ([c41756d](https://github.com/RSSNext/follow/commit/c41756d2b91173a753e09f5de988b71a27daa9ba)) * empty title break ([fbbb2a9](https://github.com/RSSNext/follow/commit/fbbb2a98b204ff17d80f1826134b713854a0f40d)) * enable pointer events for action buttons in media preview ([#790](https://github.com/RSSNext/follow/issues/790)) ([dcb765e](https://github.com/RSSNext/follow/commit/dcb765ecb4ec93cb1a87493c03a0ced516d5ae76)) +* encoding detect ([8800ced](https://github.com/RSSNext/follow/commit/8800ced9f98eeef4f0e0628fa63179177b3f3cc4)), closes [#955](https://github.com/RSSNext/follow/issues/955) * ensure unique keys for search items ([#500](https://github.com/RSSNext/follow/issues/500)) ([6c6b082](https://github.com/RSSNext/follow/commit/6c6b0828b83ff62d95c56417dcb0ebc1faed9535)) * entries hasNext ([4cb5678](https://github.com/RSSNext/follow/commit/4cb56784acfb46516a4320f0088c294eafb32fcf)) * entry bar action ([ba23dcf](https://github.com/RSSNext/follow/commit/ba23dcf46ff7569562d0a786ab85d46093b8abe8)) @@ -166,7 +193,9 @@ * entry view tracker params ([0c05a8b](https://github.com/RSSNext/follow/commit/0c05a8b88c1c385b7809f1ea9e3355f0d11e69dd)) * **entry-layout:** only padding left in wide mode ([c0d49e5](https://github.com/RSSNext/follow/commit/c0d49e5436b9f93857c9efa4bdaf4cc939e86c73)) * env example ([cdb8dd5](https://github.com/RSSNext/follow/commit/cdb8dd5cf31ec2d43b18a50cdd3259302620867e)) +* error boundary lazy suspense ([fefd578](https://github.com/RSSNext/follow/commit/fefd578df9cacaef79a92b190a862931f2e5a39a)) * **error:** filter user is empty ([83b4031](https://github.com/RSSNext/follow/commit/83b4031405d2a6e979a32fbb18095f22d19d6a70)) +* **error:** show server error message ([c70915e](https://github.com/RSSNext/follow/commit/c70915eaad9a199613c164bea1dbd52e3f7123e2)) * **eslint:** json sort key ([5a81dd6](https://github.com/RSSNext/follow/commit/5a81dd6786b7c0e4a533f3cb4e50d7900d005875)) * exit full screen before hiding window ([#341](https://github.com/RSSNext/follow/issues/341)) ([bd5b08f](https://github.com/RSSNext/follow/commit/bd5b08f314ddaddb9b079b3d10b6928d28962df5)) * **exteral:** edit or follow in web app when login ([0ccadf7](https://github.com/RSSNext/follow/commit/0ccadf762bf5c761115a485ab4e68be938c527e6)) @@ -178,6 +207,7 @@ * fallback image overflow, fixed [#375](https://github.com/RSSNext/follow/issues/375) ([ae3d52c](https://github.com/RSSNext/follow/commit/ae3d52cb7c8756e6524ad6fa7f758bbc6cfb1578)) * feed claim action ([4a814ee](https://github.com/RSSNext/follow/commit/4a814ee917ea47ab214dba33b879e24ff4bb3e97)) * feed column animation direction ([0767b6b](https://github.com/RSSNext/follow/commit/0767b6b4db3a69f54d1fc2de11a883d9deec4445)) +* feed column auto scroll lead cause the whole page to move ([22c0ddd](https://github.com/RSSNext/follow/commit/22c0ddd14b226d5c9787437703d3d36203ee3b45)) * feed column height ([0d4c70d](https://github.com/RSSNext/follow/commit/0d4c70d06eda97316b360740b9aa8ef08e9539c3)) * feed column layout ([8a31463](https://github.com/RSSNext/follow/commit/8a31463e4ef82811e0f7d5fd40cb3281202a24e3)) * feed column resize perf ([a09f55a](https://github.com/RSSNext/follow/commit/a09f55af080714d0b0022983421e942d14ceb562)) @@ -191,6 +221,7 @@ * **feed-icon:** re-render loop ([b6f78bb](https://github.com/RSSNext/follow/commit/b6f78bbbf89b804fc4a0ad89b524f0a24673c19a)) * fetch inbox entry ([ecb2d33](https://github.com/RSSNext/follow/commit/ecb2d3397993ba019019cbf82c6e969dcf7851ed)) * fill relative url in entry title link, fix [#372](https://github.com/RSSNext/follow/issues/372) ([7c3aab6](https://github.com/RSSNext/follow/commit/7c3aab6f042a710aaa99d8fb7a774fce89af2b08)) +* Fix popup's width when viewport changes. ([#981](https://github.com/RSSNext/follow/issues/981)) ([6f20509](https://github.com/RSSNext/follow/commit/6f2050908f93d95a98e5e4cdb71ba03c24844277)) * fix the fixed misalignment when image is empty and name is also empty ([#179](https://github.com/RSSNext/follow/issues/179)) ([f6b62c8](https://github.com/RSSNext/follow/commit/f6b62c8ce0908772c394d653857197c9302e332b)) * fixed text overlap issues caused by style ([#527](https://github.com/RSSNext/follow/issues/527)) ([103bd6a](https://github.com/RSSNext/follow/commit/103bd6a414beb9a808a9ad661348ff416626bc18)) * flat ([6bada5e](https://github.com/RSSNext/follow/commit/6bada5e986ff77ef5de42d18734ea92f872ca818)) @@ -212,7 +243,9 @@ * hidden menu item is not filtered out on native ([#830](https://github.com/RSSNext/follow/issues/830)) ([190a18e](https://github.com/RSSNext/follow/commit/190a18e3324ffce6c714fd572b72a9216c4fcada)) * hide entry read history, fixed [#278](https://github.com/RSSNext/follow/issues/278) ([a73b4ab](https://github.com/RSSNext/follow/commit/a73b4abe2212b5ba969770358d8db7306b6ad4e6)) * hide peek modal toc ([9c66b33](https://github.com/RSSNext/follow/commit/9c66b33887126287d9f6f5a39f85f76818e28f1f)) +* hide some actions for inbox ([29b893a](https://github.com/RSSNext/follow/commit/29b893a23e4d7602bdcb0c2ac0df3c5fdce6a540)), closes [#912](https://github.com/RSSNext/follow/issues/912) * hide tip when feed owned by me ([dfb3c6d](https://github.com/RSSNext/follow/commit/dfb3c6d377041f524c9da80c03639e6fea304202)) +* hijs code block parser, fixed [#928](https://github.com/RSSNext/follow/issues/928) ([3f06c71](https://github.com/RSSNext/follow/commit/3f06c717a2b5b00fb4b76b6f7be50011ba53f742)) * hono.ts ([fd03caa](https://github.com/RSSNext/follow/commit/fd03caac22f9e035734d369351134ed63da93439)) * hotfix vercel cache and modify chunk name to avoid cache ([#904](https://github.com/RSSNext/follow/issues/904)) ([570506c](https://github.com/RSSNext/follow/commit/570506cde7c382112202830370283cc6ed069878)) * i18n dispatcher ([c038c79](https://github.com/RSSNext/follow/commit/c038c791af14418ee641af08e689a619b99a1735)) @@ -232,6 +265,7 @@ * **i18n:** i18n key should can nested ([98e899d](https://github.com/RSSNext/follow/commit/98e899df096f509e43a796d35930b8afd19b3670)) * **i18n:** modify some Arabic language file names ([#611](https://github.com/RSSNext/follow/issues/611)) ([d2c4e77](https://github.com/RSSNext/follow/commit/d2c4e779367a7a76491f8f1c153ad851274573bf)) * **i18n:** relative time add `ago` postfix ([9fe48c5](https://github.com/RSSNext/follow/commit/9fe48c57133e0360a74aa46c06f01393cc044136)) +* **i18n:** repeat value ([#962](https://github.com/RSSNext/follow/issues/962)) ([0a267f8](https://github.com/RSSNext/follow/commit/0a267f8ee6c039e6a6f3366db74090876df2f2af)) * icon button transition ([596538b](https://github.com/RSSNext/follow/commit/596538ba10b6b70d12ccc4efdd9f206d9ba11817)) * icon fallback line height ([02cd98d](https://github.com/RSSNext/follow/commit/02cd98d9cc9c09006a91277a5b976d753054738d)) * if inline image is too wider, fallback to block image ([f8ccd74](https://github.com/RSSNext/follow/commit/f8ccd74a9c9c4664767add26cc48f6c3dbdbb83d)) @@ -242,13 +276,18 @@ * import circular and copywrite i18n ([725f9f5](https://github.com/RSSNext/follow/commit/725f9f5509c3b34079923fad47096b108568ccd6)) * import circular in dev login page ([a37e927](https://github.com/RSSNext/follow/commit/a37e927e93bf7cb6a5035a74ec8e9708fc559316)) * import type error ([0658c4a](https://github.com/RSSNext/follow/commit/0658c4ab6bd3e9bbbb87a9faf07d00fc04aa0bc1)) +* imports ([04ac781](https://github.com/RSSNext/follow/commit/04ac7818387cfb439d82c339cf0a059ee6286049)) * improve ActionCard state management and UI ([#825](https://github.com/RSSNext/follow/issues/825)) ([56ca95b](https://github.com/RSSNext/follow/commit/56ca95bd9dec7ee581c126c5085eebfe9ca7eb72)) * improve code block parser ([e72cb2d](https://github.com/RSSNext/follow/commit/e72cb2df3f1f5cd314feeb4a9bcc20e30204bca5)) * improve developing experience with Electron on Windows ([#796](https://github.com/RSSNext/follow/issues/796)) ([3416329](https://github.com/RSSNext/follow/commit/3416329f30baf457dc18c5e2b598e2b86416c9f5)) * improve input component display on focus ([#581](https://github.com/RSSNext/follow/issues/581)) ([d8ddffb](https://github.com/RSSNext/follow/commit/d8ddffbc481dc086c8d1d2cd0c80bdef9126f306)) * improve proxy URI handling ([#810](https://github.com/RSSNext/follow/issues/810)) ([e7e930d](https://github.com/RSSNext/follow/commit/e7e930d1771e19d909433021d6757eabb44de73f)) +* improve window positioning and sizing to account for taskbar ([#1041](https://github.com/RSSNext/follow/issues/1041)) ([c6282f7](https://github.com/RSSNext/follow/commit/c6282f7068f7b2df2d34c815e51b94c146361216)) +* inbox ([df86527](https://github.com/RSSNext/follow/commit/df86527072df1a30c65bce8ab48a963be596a716)) * inbox data refreshment ([a3a7c82](https://github.com/RSSNext/follow/commit/a3a7c82ea6308756a800514d9df528815ba77781)) +* inbox unread filter ([ea643e5](https://github.com/RSSNext/follow/commit/ea643e5ffe84ac5d474876c847bd5cd40fe2ba22)), closes [#792](https://github.com/RSSNext/follow/issues/792) * incorrect tooltip in read history ([#385](https://github.com/RSSNext/follow/issues/385)) ([cabe210](https://github.com/RSSNext/follow/commit/cabe210aaf8f4a1133fa653532874fa86d02c252)) +* increase feeds tab cell width ([5d7faf7](https://github.com/RSSNext/follow/commit/5d7faf70b49c9b5f35323dc5716ba15772d95074)) * init store after app init ([728ea84](https://github.com/RSSNext/follow/commit/728ea84fa6e9faff1990184285390a1d86eb2c56)) * inline table style ([5837bd4](https://github.com/RSSNext/follow/commit/5837bd4089b59855d0b583aed5d0e97fce04e094)) * input box table style ([e0890d5](https://github.com/RSSNext/follow/commit/e0890d5b388facd1f9c16ac706a32f0aa2efdef5)) @@ -276,17 +315,22 @@ * lists read all ([4aac049](https://github.com/RSSNext/follow/commit/4aac04958357e25e13df992a92f34ffb717e4c57)) * loadFile options hash ([b41fa66](https://github.com/RSSNext/follow/commit/b41fa665fa334f0037de294d8e0585a5cf94c649)) * loading circle clip path ([ba396be](https://github.com/RSSNext/follow/commit/ba396beaa78eae3c1b250fd846cc8434c2abc07f)) +* loading circle motion ([556e48c](https://github.com/RSSNext/follow/commit/556e48c6f510a8154b80bf7e5398038d38b7fcd4)) * loading style ([61ee2cc](https://github.com/RSSNext/follow/commit/61ee2ccb3e30d3ab82de0bfe6aca35df38794dca)) * lockfile ([8e571e7](https://github.com/RSSNext/follow/commit/8e571e7fa77fdfc5c0e992bda53cea1c5eb0fb76)) * login button transition ([0f566e7](https://github.com/RSSNext/follow/commit/0f566e757bdc15fc72c4cd3681384d7b4242b55a)) +* login modal overlay and parse feed site url ([5b9ee0a](https://github.com/RSSNext/follow/commit/5b9ee0a622312b8aa19e9eb1ea40f3eab38ce384)) * login page style ([094a668](https://github.com/RSSNext/follow/commit/094a6684b62de69748f20011f5bd0f68833c30e1)) * **login-button:** add overflow ([650aeeb](https://github.com/RSSNext/follow/commit/650aeeb099a18341a6fd25b006e77818f040fa93)) +* make media take up space ([a0a26a9](https://github.com/RSSNext/follow/commit/a0a26a98dc9f1ab877025b8e43cbab7ce933537f)), closes [#1050](https://github.com/RSSNext/follow/issues/1050) +* margin between the top bar and the content ([#1054](https://github.com/RSSNext/follow/issues/1054)) ([e6491e5](https://github.com/RSSNext/follow/commit/e6491e512b891409c1200be315dd3065c33bee20)) * mark all as read height ([eb1a944](https://github.com/RSSNext/follow/commit/eb1a9440b5e3eb8fa205251c312e47a1ad47d77f)), closes [#811](https://github.com/RSSNext/follow/issues/811) * mark all as read in feed action ([cbb5022](https://github.com/RSSNext/follow/commit/cbb502223fd82212f8534eb578786cb138813474)) * mark all button overlay position ([5e34d36](https://github.com/RSSNext/follow/commit/5e34d3650eaaa999c660377db3e955269123eab5)) * mark read tooltip and shortcut optional ([d4d72dd](https://github.com/RSSNext/follow/commit/d4d72ddf933c89d246585c77b22f8f498b2a98a1)) * markdown link populate relative link ([bad5869](https://github.com/RSSNext/follow/commit/bad5869f3f974b96fa5513b99574f60fb8aba963)) * masonry layout cls ([9428368](https://github.com/RSSNext/follow/commit/9428368cfc4a00afb1c72f9ca3a4267b311c5b2b)) +* masonry re-render loop ([524a455](https://github.com/RSSNext/follow/commit/524a4552949136f1635fca1ef32d028ced528274)) * **masonry:** in view mark read and scroll out mark read ([1c5a1ef](https://github.com/RSSNext/follow/commit/1c5a1ef9a58d7953e0966d2fe8d8fe4543463b84)) * media fallback src overflow ([3dd705f](https://github.com/RSSNext/follow/commit/3dd705f3a427c53d000c4934513c97d6132399d0)) * media preview bug when zero size, close [#764](https://github.com/RSSNext/follow/issues/764) ([#765](https://github.com/RSSNext/follow/issues/765)) ([208d09b](https://github.com/RSSNext/follow/commit/208d09b8d9d296eed7e62e8a0c71e2c542b99e14)) @@ -294,11 +338,15 @@ * **media-preview:** solve image cls ([e0bcb71](https://github.com/RSSNext/follow/commit/e0bcb718aee57e7eeef31c3ffcdf5564c823c845)) * **media:** if no src then return null ([183009a](https://github.com/RSSNext/follow/commit/183009adee6d5674923a72ae0f5a10b85d4c7ba6)) * missing feed caused by parsing domain error ([1385876](https://github.com/RSSNext/follow/commit/13858762b4fed592ab7e5040ae6a59a9f3872747)) +* modal close button zindex ([c44c9fb](https://github.com/RSSNext/follow/commit/c44c9fbaf60456b8426e4bf94ec8d0225dd275df)) +* modal escape conflict with cmdk ([d850a5c](https://github.com/RSSNext/follow/commit/d850a5c328aa0905278766f45cd21bd88e5352e0)) * modal max height ([f9dc545](https://github.com/RSSNext/follow/commit/f9dc5458ab18af0a683834115324bba615323636)) * modal max height, fixed [#230](https://github.com/RSSNext/follow/issues/230) ([fbf4727](https://github.com/RSSNext/follow/commit/fbf4727608ada80ba0f42349f2dace0543e22f9e)) +* modal overlay ([df05044](https://github.com/RSSNext/follow/commit/df05044c0e326e3634df43511642f9c125ae95b7)) * modal overlay zindex, fixed [#271](https://github.com/RSSNext/follow/issues/271) ([7a5000f](https://github.com/RSSNext/follow/commit/7a5000f20503ade15033822d9ad1c11303424728)) * modal prevent dimiss when mouse select text ([d99dfbc](https://github.com/RSSNext/follow/commit/d99dfbc79a2d6adb19eb7086fbc3aff8e860fb7b)) * modal title overflow tooltip ([5146dd2](https://github.com/RSSNext/follow/commit/5146dd23487f98080bf246f50101e6d13ed79aea)) +* **modal:** draw modal edge constraints on Windows, close [#967](https://github.com/RSSNext/follow/issues/967) ([be21b19](https://github.com/RSSNext/follow/commit/be21b19ecf8a5b1ea6a1e10186696b783725c92a)) * **modal:** limit setting modal drag range ([#732](https://github.com/RSSNext/follow/issues/732)) ([34f462f](https://github.com/RSSNext/follow/commit/34f462f2877ed979a59644e666ce27ba14dadc5b)) * modify the Tooltip content of the list dates title ([#663](https://github.com/RSSNext/follow/issues/663)) ([f99ba5d](https://github.com/RSSNext/follow/commit/f99ba5de916fc17904f6716b4d7eb4ccc295f79c)) * monospace font always be NSimSun on Windows ([#806](https://github.com/RSSNext/follow/issues/806)) ([a3576b0](https://github.com/RSSNext/follow/commit/a3576b04e84489d103664b9f532c1cff0f2f18b6)) @@ -306,13 +354,18 @@ * navigating from a tts player doesn't work properly ([#828](https://github.com/RSSNext/follow/issues/828)) ([22a72ac](https://github.com/RSSNext/follow/commit/22a72ac15b8aa7ae5707f68051951ea5707a4ae9)) * new invitation button zindex ([0d79392](https://github.com/RSSNext/follow/commit/0d79392cde4c282cbc3faf69fd697b3726638279)) * nightly build ci ([85a52ad](https://github.com/RSSNext/follow/commit/85a52ad1dfc3f55950b7ae3b59c2c18eaee0e37e)) +* not showing '0' when no followers on the search results card ([#1032](https://github.com/RSSNext/follow/issues/1032)) ([a09b80e](https://github.com/RSSNext/follow/commit/a09b80e933af86c16040ebae4e0395e795fb240a)) +* null bigint error ([fa2d0f3](https://github.com/RSSNext/follow/commit/fa2d0f3583f4bdb06c75e79ae78093323db49619)) * null reference introduced in ab8c9e5 ([#667](https://github.com/RSSNext/follow/issues/667)) ([1eae565](https://github.com/RSSNext/follow/commit/1eae565fb37c2ed3b6a627855862d2ae30c3dc00)) * only can add feed to owned lists, fixed [#863](https://github.com/RSSNext/follow/issues/863) ([0c306bc](https://github.com/RSSNext/follow/commit/0c306bc34ac351ad36617e07769df8dc647d24b5)) +* only navigate to root when document is focus ([b0bad7a](https://github.com/RSSNext/follow/commit/b0bad7afe07e847a0e7b6eabaa02a2c17d024d25)) * only valid feed can be claimed ([1e03bf6](https://github.com/RSSNext/follow/commit/1e03bf66e17e3d873081c9f6faa93ee2407f57e1)) * only windows 11 can manually resize logic ([338803a](https://github.com/RSSNext/follow/commit/338803a18936c29fcea694c95baef1b3e8650980)) +* optimize about share btn padding ([#994](https://github.com/RSSNext/follow/issues/994)) ([1fed68d](https://github.com/RSSNext/follow/commit/1fed68d4d09c431b3eb588dfcd25e8907b58986c)) * optimize ai daily modal ([8872067](https://github.com/RSSNext/follow/commit/88720679df1371543c0feb5d3a48b7b7e664a20b)) * optimize code string parser ([b3d32d0](https://github.com/RSSNext/follow/commit/b3d32d09fd4d5b53ae1692ffdc154e8d37a77fdd)) * optimize invitation page ([5f93e4b](https://github.com/RSSNext/follow/commit/5f93e4baac340998b08aaa273e2185893fe88e92)) +* optimize the content margin of the Discover Page ([#1021](https://github.com/RSSNext/follow/issues/1021)) ([3cf887b](https://github.com/RSSNext/follow/commit/3cf887be4f47ca96df2c41d83082a1e1ad262293)) * optional response data for check new, fixed [#195](https://github.com/RSSNext/follow/issues/195) ([2c650b0](https://github.com/RSSNext/follow/commit/2c650b08ae031e18dbe4b25d9c124c3eb7ff4f9a)) * overflow text in setting modal layout ([b34aa57](https://github.com/RSSNext/follow/commit/b34aa579f07af9dd3feca036b8996e561204d850)) * panel resize cursor style alway in `ew-reisze` ([41416d2](https://github.com/RSSNext/follow/commit/41416d21c8ce33029cba45dfe820a7cb04b0adc3)) @@ -325,7 +378,9 @@ * player holder size ([78cb08c](https://github.com/RSSNext/follow/commit/78cb08c7dc98aeab9cb5575296470106dbeb4e84)) * player marquee mask ([aa9ca62](https://github.com/RSSNext/follow/commit/aa9ca624a8d0304838bc05c330a8165a41430d3e)) * populate image src ([426a1d4](https://github.com/RSSNext/follow/commit/426a1d48ddf3131019be80889d00dc394d6ba36f)) +* populated full url ([d4d6866](https://github.com/RSSNext/follow/commit/d4d686637b071de2222476ac790079dbfd80d76a)) * populated image src in markdown ([66cca8a](https://github.com/RSSNext/follow/commit/66cca8ad7a8541cc9aa65884a822f10c2dd19be6)) +* **portal:** use correct root/modal portal ([2608cd9](https://github.com/RSSNext/follow/commit/2608cd92f45b02ff19394c56d73f325dc59b9ab8)) * position of swiper navigation buttons ([#541](https://github.com/RSSNext/follow/issues/541)) ([0d760e7](https://github.com/RSSNext/follow/commit/0d760e7bf9e4e74f823c715237c300773865650a)) * posthog capture app info ([8cf7ae2](https://github.com/RSSNext/follow/commit/8cf7ae26f47d6cbc58322978d915c699d16f95a3)) * posthog tracker ([f4790da](https://github.com/RSSNext/follow/commit/f4790da8b1f27937b47b27d127497742684e9cc1)) @@ -336,11 +391,14 @@ * preview image and video size ([e4e4700](https://github.com/RSSNext/follow/commit/e4e47006ee55aa59db5fdb76f565a5ec929f3d95)) * preview image fallback ([7410ca2](https://github.com/RSSNext/follow/commit/7410ca229afdb6fafb01f5ebe370d01dc33a4500)) * preview image size ([af474c1](https://github.com/RSSNext/follow/commit/af474c1592b5cf92c114936ccb3e6686ea737e37)) +* preview image width ([7847da8](https://github.com/RSSNext/follow/commit/7847da84321e8c33f002e72c6653338602c35dc9)) * preview media entry background color in dark mode ([4751447](https://github.com/RSSNext/follow/commit/4751447ce2bd9e0dd7d6865ed48b600a747556cf)) +* preview media width ([39dd59b](https://github.com/RSSNext/follow/commit/39dd59b062607771abb861495884fe219f790bf0)) * previous feed should not be preserved when switching feeds ([f1a2ecb](https://github.com/RSSNext/follow/commit/f1a2ecb7d2e517d45ca75dd6371f3570787f5c5f)) * profile category overflow ([3edee63](https://github.com/RSSNext/follow/commit/3edee63a5a9f691481c8532ba524d541ca09c539)), closes [#811](https://github.com/RSSNext/follow/issues/811) * profile fields are not updated after modifying the profile ([#291](https://github.com/RSSNext/follow/issues/291)) ([b765349](https://github.com/RSSNext/follow/commit/b7653494b7fd6c69572d94aeeb2ee5bf15145658)) * profile header transform when scroll up/down ([c0683ee](https://github.com/RSSNext/follow/commit/c0683eee6def2b835e79dab9eea37cb4567f02b7)) +* **profile-button:** zoomIn z-index ([b51bffb](https://github.com/RSSNext/follow/commit/b51bffba5339efbb8de6efc3197e353f21206a47)) * prose max widht ([2bd5b45](https://github.com/RSSNext/follow/commit/2bd5b45e6bb4cc127dd07aa073d3b83c0a8bee82)) * provide a default ctx value for modal ([38ab5bf](https://github.com/RSSNext/follow/commit/38ab5bffafad32f97ac11a743a35be0a6012403d)) * proxy instagram picture ([ae05f1d](https://github.com/RSSNext/follow/commit/ae05f1da2b6d214aa615ad36189e7336f69e1fa1)) @@ -349,6 +407,7 @@ * read entry history more button position ([61ca6b4](https://github.com/RSSNext/follow/commit/61ca6b452b61cd0770e15e908102c258e29b1c13)) * read history always show ([#413](https://github.com/RSSNext/follow/issues/413)) ([c3675b2](https://github.com/RSSNext/follow/commit/c3675b25886ddd33f232f0c146208cb8f42c0b36)) * read history delay to polling ([f6f8ec8](https://github.com/RSSNext/follow/commit/f6f8ec84dbb0e86b2d5a109088a1759b62c17dec)) +* read history not showing, adjust limit based on view ([#878](https://github.com/RSSNext/follow/issues/878)) ([77278be](https://github.com/RSSNext/follow/commit/77278be0bee88a52d5db204e1532f33f1b8c8881)) * read history style in wide mode ([07ca5ea](https://github.com/RSSNext/follow/commit/07ca5ea22ea6675d08c5df72389733361c4789bb)) * **read-history:** hover card alaway open ([2eaabf0](https://github.com/RSSNext/follow/commit/2eaabf003845e321fa687a17845d30f6ce01135d)) * **readability:** respect origin html charset ([d5fe10a](https://github.com/RSSNext/follow/commit/d5fe10a95fb9874e23b44a56db8a9fabc6310422)) @@ -358,6 +417,7 @@ * ref not found error ([372e043](https://github.com/RSSNext/follow/commit/372e043ed47c47f7677406bdb1115c7fe577dc29)) * regarding the style issue of selecting subscription types using the Tab and arrow keys ([#525](https://github.com/RSSNext/follow/issues/525)) ([cea7f4a](https://github.com/RSSNext/follow/commit/cea7f4a95ab7336c85613cc551c48639e20b2b9d)) * **release:** changelog ([206c59a](https://github.com/RSSNext/follow/commit/206c59a2572359f49f5e4efe2af584238ef54eb7)) +* releases link ([dace01a](https://github.com/RSSNext/follow/commit/dace01a4be63e56763091fcec8f9046b1ff43e09)) * remove `src` ([9aa16b6](https://github.com/RSSNext/follow/commit/9aa16b62d84f40c90334396d219ee9ab2a371750)) * remove button leading ([84835c5](https://github.com/RSSNext/follow/commit/84835c5ed9df6ac1370b532980929049e8c0d245)) * remove clamp limit, close [#688](https://github.com/RSSNext/follow/issues/688) ([553ba7d](https://github.com/RSSNext/follow/commit/553ba7d61f48d94b7dd2fa89538ec8bd68956d1b)) @@ -366,6 +426,9 @@ * remove duplicated en and tweak lang sort ([#547](https://github.com/RSSNext/follow/issues/547)) ([2bd3d0b](https://github.com/RSSNext/follow/commit/2bd3d0b4c8c68014771375d97d75e491bfd28385)) * remove duplicated shortcuts ([bc3ecde](https://github.com/RSSNext/follow/commit/bc3ecde2e22f22d12894a89d5e671a3e143d17d4)) * remove electron's default user-agent keep browser user agent ([#356](https://github.com/RSSNext/follow/issues/356)) ([adb39bc](https://github.com/RSSNext/follow/commit/adb39bcc056971698de9cf49f9934a575ef2ab3b)) +* remove motion overlay, fixed [#868](https://github.com/RSSNext/follow/issues/868) ([e5e53b8](https://github.com/RSSNext/follow/commit/e5e53b8ef8486ed9047c0efe1b67c9fa3184673d)) +* remove posthog, and fix [#1022](https://github.com/RSSNext/follow/issues/1022) ([9cb25c9](https://github.com/RSSNext/follow/commit/9cb25c96565e5660e0e2943b866915b8fa3e5ef7)) +* remove prefetch achievement ([619aa82](https://github.com/RSSNext/follow/commit/619aa82b5ceeafcf6cf34f32b64e01b7e8c864b5)) * remove windows under blur and ensure main window in the screen bounds ([d772343](https://github.com/RSSNext/follow/commit/d7723435a1527e5f9c065c36bf1d1d81b3b43ec4)) * rename category input composition and style ([1ab3770](https://github.com/RSSNext/follow/commit/1ab3770f0279eb043f7a37a1b5251e5ead0ef0b6)) * reorganize package.json ([b2c48a4](https://github.com/RSSNext/follow/commit/b2c48a49e3789cb3dfd9e9170f5371fc6b25c4b1)) @@ -379,15 +442,21 @@ * rewrite ([3a8cbf2](https://github.com/RSSNext/follow/commit/3a8cbf243903f08392dd1d3eab723b31ff86143a)) * round left only in electron ([2d10811](https://github.com/RSSNext/follow/commit/2d10811273d2053b889b2688189b4212b6e9d6a1)) * safari entry colmun styles ([f36cfd3](https://github.com/RSSNext/follow/commit/f36cfd36103016d4d8afffd471a218e435096e43)) +* save to Obsidian error in browser environment ([#1040](https://github.com/RSSNext/follow/issues/1040)) ([497cb5a](https://github.com/RSSNext/follow/commit/497cb5a96512e02c9f6ca12688f0939db69f6164)) * scroll to top when switch to other entry ([4ec1c93](https://github.com/RSSNext/follow/commit/4ec1c93e95d79daa84018b9bb0f84f03ba0f4dee)) * search entries ([4cbe2a2](https://github.com/RSSNext/follow/commit/4cbe2a2d816e1a56bd89206d1026fc19d86d47b1)) * search items ensure unique keys ([#597](https://github.com/RSSNext/follow/issues/597)) ([ff14738](https://github.com/RSSNext/follow/commit/ff14738eeacf04ffe0c457f3600287fb2ddd0529)) * sentry config ([779236e](https://github.com/RSSNext/follow/commit/779236e0827af3981bce29e3c1ac9a527aec3fd5)) +* **server:** client api client ([f54c886](https://github.com/RSSNext/follow/commit/f54c8869501847e07310a93298c5038abc8e0a1a)) +* **server:** inject `WEB_URL` env ([db7ba9d](https://github.com/RSSNext/follow/commit/db7ba9df8d9d638b77873e54d18fcbfc58faf073)) +* **server:** og title template ([8678de0](https://github.com/RSSNext/follow/commit/8678de0d66eeff41e3c375ed1b9a14420e9756a8)) +* **server:** workspace deps as dev deps ([6eb4b2d](https://github.com/RSSNext/follow/commit/6eb4b2d260dd26a51d19afeac0ddd79e0cc6fe9a)) * set auth config first ([a281f58](https://github.com/RSSNext/follow/commit/a281f58a811213d933585280238fec4088ad7749)) * set cmdf container `z-index` to `1000` ([#859](https://github.com/RSSNext/follow/issues/859)) ([db1d190](https://github.com/RSSNext/follow/commit/db1d19076c781696b9421f53dd79c35a6f49a324)) * set language when init ([fb3b592](https://github.com/RSSNext/follow/commit/fb3b59210ea1f54af234653b5146ba8a9d4bb8cb)) * set selector width as a fixed value ([eb2a845](https://github.com/RSSNext/follow/commit/eb2a84520df503ca4f36955b9d1b312d086fe75a)) * setting align ([b0e86b0](https://github.com/RSSNext/follow/commit/b0e86b08d51deb3d62a96ce93c78bc5b7683e259)) +* setting independent window ([b6cb042](https://github.com/RSSNext/follow/commit/b6cb042ed90b48b6c9ac0ad09db94afa5398f445)) * setting item support props ([0d60da6](https://github.com/RSSNext/follow/commit/0d60da61cbd3bcec0544a4f328fc45dd065a004d)) * setting modal should be resizable from bottomRight only ([#769](https://github.com/RSSNext/follow/issues/769)) ([7ef5dfc](https://github.com/RSSNext/follow/commit/7ef5dfc036dcfba1e5c5e6d5569ca1178b0d890a)) * setting modal's edge round is covered by content background ([#768](https://github.com/RSSNext/follow/issues/768)) ([8d95143](https://github.com/RSSNext/follow/commit/8d951436df1d67146b5ed0ca83a7448bd9e23aa6)) @@ -397,6 +466,7 @@ * shadow dom font default ([dcb62a5](https://github.com/RSSNext/follow/commit/dcb62a56cbfa47fc6dd58711f019de8511fa7e6c)) * shadow dom style injected in prod build ([3f1c588](https://github.com/RSSNext/follow/commit/3f1c5881287ce11217766d876cded7635e1bb2b6)) * shadow dom style injection in prod ([#270](https://github.com/RSSNext/follow/issues/270)) ([c05d95d](https://github.com/RSSNext/follow/commit/c05d95d495393f1957de609c1ba4de5e707b5a81)) +* share page container width ([ed6efce](https://github.com/RSSNext/follow/commit/ed6efcede0252cba32762f3adf1294cfdf1e7384)) * shiki block style ([75908d4](https://github.com/RSSNext/follow/commit/75908d4a6f43847539accd4bad876983902bd5d8)) * shortcut modal overlay and id ([c210dc9](https://github.com/RSSNext/follow/commit/c210dc900eda2b30e05a9a5434f06810c1a6cd14)) * ShortcutMode cannot be closed using shortcuts keys ([#708](https://github.com/RSSNext/follow/issues/708)) ([12f3965](https://github.com/RSSNext/follow/commit/12f3965f6ac093d0b88eb5e25f47651649dc6ddd)) @@ -405,6 +475,7 @@ * should dismiss when outside (quick new panel) ([675ac84](https://github.com/RSSNext/follow/commit/675ac845d4b9d7c6a71b7891440d2860ca34f0a4)) * should use markdown to render link in rsshub parameter desc ([#505](https://github.com/RSSNext/follow/issues/505)) ([2f64787](https://github.com/RSSNext/follow/commit/2f64787e4bc1bc21bf1c1741ed0179f80c66549a)) * show add feed error message ([7763129](https://github.com/RSSNext/follow/commit/77631299438b4fe6b575a9de5881cebfea6e4ba4)) +* show all settings ([7a7b621](https://github.com/RSSNext/follow/commit/7a7b6216bf70f7b15608500bd877d311137912cd)) * show delete category action when available ([fd104d0](https://github.com/RSSNext/follow/commit/fd104d0087f070fd5621fa7081a3704eab1b5455)) * show episode cover for podcast ([#315](https://github.com/RSSNext/follow/issues/315)) ([4ef7f8c](https://github.com/RSSNext/follow/commit/4ef7f8cbd38dd0a148c053e5ee0468e282efe5fb)) * show fallback media when loading error ([#615](https://github.com/RSSNext/follow/issues/615)) ([40dfbde](https://github.com/RSSNext/follow/commit/40dfbde85e4e2fc2c3dc2daaff73ed520c998c37)) @@ -416,6 +487,7 @@ * social media typesetting ([664b70d](https://github.com/RSSNext/follow/commit/664b70d00871ed7f3a3f327bff8aca24c7b4a9a5)) * social media typography ([5d27d29](https://github.com/RSSNext/follow/commit/5d27d29e4bd2791248d6a907a889a4907f0e0d20)) * sort by preferred title, fix [#390](https://github.com/RSSNext/follow/issues/390) ([cc25c67](https://github.com/RSSNext/follow/commit/cc25c6785e98f7a200904bdac2b36ff03cf358dd)) +* sort categories suggestions ([2c53ecb](https://github.com/RSSNext/follow/commit/2c53ecb65b4b79851ae7498d90427a951b68acb7)) * sort shortcut ([1f8e4a3](https://github.com/RSSNext/follow/commit/1f8e4a3b966891787f05d9b6d0ec0fe327260e49)) * source content loading status ([6d76504](https://github.com/RSSNext/follow/commit/6d765044fb30df639e5324f65e7e30e6dcb2e772)) * split entry history api and accurate count ([8f3acd6](https://github.com/RSSNext/follow/commit/8f3acd648eab7f44f61c1685b996f02cfe8cc443)) @@ -437,12 +509,19 @@ * subscription group category name ellipsis ([1665a5b](https://github.com/RSSNext/follow/commit/1665a5b2a8b4d4c5810fab38e31610397107e554)) * subscription inbox data ([2b496c4](https://github.com/RSSNext/follow/commit/2b496c4e49f223a9d00381983149e827bdb695fd)) * subview layout ([36a34de](https://github.com/RSSNext/follow/commit/36a34de26caf2ff00847827635eedd3771faadc0)) +* support creator circular import ([661b58b](https://github.com/RSSNext/follow/commit/661b58bc8d9f5c38ab269f51eeb59698227243a7)) * supports Windows ([#189](https://github.com/RSSNext/follow/issues/189)) ([486a328](https://github.com/RSSNext/follow/commit/486a328d357317361ef24222fab09eb47e26d07d)) * swap show all and unread only copy, fixed [#307](https://github.com/RSSNext/follow/issues/307) ([2b366d1](https://github.com/RSSNext/follow/commit/2b366d1e28e78649e1a7ed6d221d704bcbe4c520)) +* sync sub view title ([29d23e2](https://github.com/RSSNext/follow/commit/29d23e2a78d9a23d160d18d850faf5a6920a0809)) +* tab rounded variant ([847c317](https://github.com/RSSNext/follow/commit/847c317bb4fe4258b7eed240e5e6422bf273838d)) * **table:** table head align ([f9a244c](https://github.com/RSSNext/follow/commit/f9a244c389e9256f92a89d97bc6de31514686d8c)) +* test ([475546b](https://github.com/RSSNext/follow/commit/475546b567851312ac6d62288d7c4bec9991b995)) +* testnet explorer url ([133a067](https://github.com/RSSNext/follow/commit/133a0678406ec537c009be641d2a9b3b3bf57d6f)) * the filename case issue with generate-i18n-locale add zh-hk ([#463](https://github.com/RSSNext/follow/issues/463)) ([a2eeb25](https://github.com/RSSNext/follow/commit/a2eeb253b3d8acb87d0d2f54914a19a9c75eb7ce)) * The problem with the display of the right content area ([#501](https://github.com/RSSNext/follow/issues/501)) ([4692ebd](https://github.com/RSSNext/follow/commit/4692ebd11ecf9b05a57e49270f920a33bbd9a5c3)) +* the search results on the Discover Page are not centered ([#1029](https://github.com/RSSNext/follow/issues/1029)) ([93461e8](https://github.com/RSSNext/follow/commit/93461e8ad7ed47adba6afa351c816d1392ecc2f7)) * threshold for sidebar temp show ([7d62ea6](https://github.com/RSSNext/follow/commit/7d62ea6801713e2b43b116c5ddfea0b1a96a6fe8)) +* timeline tabs styles ([0a98f37](https://github.com/RSSNext/follow/commit/0a98f371a837ba3b7e4bc086f6352af6033c2081)) * tip modal styles ([3154c4f](https://github.com/RSSNext/follow/commit/3154c4f95b47d7fbce6142f49b211799408bc5aa)) * toc active logic ([13ba679](https://github.com/RSSNext/follow/commit/13ba679ed879920798e434ee10c3fb407395dcb1)) * toc hover panel position on small dwidth ([8100277](https://github.com/RSSNext/follow/commit/81002775c0d48a5cce227f773b8bdb418d6a55fb)) @@ -452,16 +531,21 @@ * toc range calcation ([2ebcc58](https://github.com/RSSNext/follow/commit/2ebcc58414802cffc84fc25ad30bb9fe272ea773)) * toc scroll logic ([261d12e](https://github.com/RSSNext/follow/commit/261d12e5600028a5bff3b2c1451271ee962403ed)) * toc width logic ([0c582f2](https://github.com/RSSNext/follow/commit/0c582f24e7619b6602a66dc8ab01a0e785715af6)) +* **toc:** When not displayed at small sizes ([#1004](https://github.com/RSSNext/follow/issues/1004)) ([8f567b1](https://github.com/RSSNext/follow/commit/8f567b13216d045fba3b5a1f081923b4dd2e73c0)) * tooltip content of open image and improve i18n support ([#689](https://github.com/RSSNext/follow/issues/689)) ([440de7b](https://github.com/RSSNext/follow/commit/440de7b737f9abcadc68ab1099fd28a8e6710699)) * tooltip in dark mode shadow ([55266ce](https://github.com/RSSNext/follow/commit/55266ce2cceea4e348c33989398f8f9bb92644a7)) * tooltip style in dark mode ([a61c79e](https://github.com/RSSNext/follow/commit/a61c79ee7d4bd73fdf35fa5565c711297a29c7a0)) * transcation table text overflow ([a026c6e](https://github.com/RSSNext/follow/commit/a026c6e34c0eeac1ee6acec1c8181c009ca0ab36)) +* transform `feedId` to `inboxId` ([d4db563](https://github.com/RSSNext/follow/commit/d4db56376155e40b3ee4065a1dd6ccf949b2d467)) * translation markdown tooltip wrapper style ([639bace](https://github.com/RSSNext/follow/commit/639bace313311db6319fb1fe168b68af7aa1e8e0)) * translation tooltip width ([58d251e](https://github.com/RSSNext/follow/commit/58d251e6e40f3b41d99528411d2a90e65bd519da)), closes [#811](https://github.com/RSSNext/follow/issues/811) * translation tooltip z index ([71abbc9](https://github.com/RSSNext/follow/commit/71abbc9b8e0954b0ef6b4d65709b40222b8acc81)) +* trending drawer overflow ([#990](https://github.com/RSSNext/follow/issues/990)) ([7c2554d](https://github.com/RSSNext/follow/commit/7c2554d7dd86192adef15d35500a5bdafa1e6f27)) * trending icon ([e09dce4](https://github.com/RSSNext/follow/commit/e09dce467b4c13fc585646a944e8b77a1903d4d7)) +* **trending:** improve styles and add translation for heading ([#936](https://github.com/RSSNext/follow/issues/936)) ([784c765](https://github.com/RSSNext/follow/commit/784c765ec22da861345fb8b055a62612632a6d7f)) * truncate long title in dialog title ([#729](https://github.com/RSSNext/follow/issues/729)) ([8d25987](https://github.com/RSSNext/follow/commit/8d259878c30a987940d7e982c63b37f100008635)) * try fix vercel config ([968dea9](https://github.com/RSSNext/follow/commit/968dea91f474a76298091de6a23f3ba7a11fb22f)) +* try to adaptor vercel upstream env ([528c5ca](https://github.com/RSSNext/follow/commit/528c5ca62a9bc37f00272bfb70c849119c7bc034)) * try to fix linux build ([89eda0f](https://github.com/RSSNext/follow/commit/89eda0f2148b5cc4d45d95f462c6a721022d0bc8)) * try to fix some sentry error ([0b31c1e](https://github.com/RSSNext/follow/commit/0b31c1e998212900dda0044acda8a3d4d5df1189)) * try to fix windows get version ([9fe5a0e](https://github.com/RSSNext/follow/commit/9fe5a0e34571eb86041a108403909c5953ebf6f5)) @@ -474,6 +558,8 @@ * type error ([c7f11f9](https://github.com/RSSNext/follow/commit/c7f11f99f28bf918aaf8c03b74145b2f9b126a72)) * type error ([5cd41ad](https://github.com/RSSNext/follow/commit/5cd41ad10ccbd241083d6f951509eb0bafe6e25f)) * type error ([60f8347](https://github.com/RSSNext/follow/commit/60f8347eec118176681a9ad7fcab7f45e383fc1b)) +* types ([5e2856f](https://github.com/RSSNext/follow/commit/5e2856f579d7b9ed10b37f00dec89fb627d44f95)) +* types ([ad9a606](https://github.com/RSSNext/follow/commit/ad9a606b6bde6fb1771546e46bddccf0f14a6e7f)) * types ([f0767e2](https://github.com/RSSNext/follow/commit/f0767e2ad93d29db9a82b283f1163e340167be68)) * types ([831f0f8](https://github.com/RSSNext/follow/commit/831f0f892ac32bdb2963267e94c3130805924b59)) * types ([a116dd4](https://github.com/RSSNext/follow/commit/a116dd4018f90886239f7583cbc82b511ff2a902)) @@ -494,6 +580,7 @@ * unify setting tab icon color, fix [#303](https://github.com/RSSNext/follow/issues/303) ([33a049a](https://github.com/RSSNext/follow/commit/33a049a8513f5c3cab9ce8a6adefadf7399164f8)) * unread state not up to date, fix [#485](https://github.com/RSSNext/follow/issues/485) ([96f7762](https://github.com/RSSNext/follow/commit/96f77623edd04582e95aa8125ccf4515daac96c1)) * update cmdk high contrast, [@unixzii](https://github.com/unixzii) advice ([cbd7593](https://github.com/RSSNext/follow/commit/cbd75932433ad056b257c5934e6aefc3c0d829dd)) +* update DropdownMenuTrigger class for open state styling ([#931](https://github.com/RSSNext/follow/issues/931)) ([25234e1](https://github.com/RSSNext/follow/commit/25234e1bc1b6cd695f93d51b52fb62ddc9adba63)) * update entry action notifications and translations ([#836](https://github.com/RSSNext/follow/issues/836)) ([9230cf7](https://github.com/RSSNext/follow/commit/9230cf71752432ab2d411ae2a83400c37c2a5f2a)) * update inbox action button ([f7961ed](https://github.com/RSSNext/follow/commit/f7961edc29d786a57f06f9d128a5ca9e506e0eea)) * update invitation fab ([0cd1837](https://github.com/RSSNext/follow/commit/0cd183780f299b94a800cd86342484afa7f716bd)) @@ -506,6 +593,7 @@ * use difference `layoutId` to fix date element layout transition, fixed [#664](https://github.com/RSSNext/follow/issues/664) ([3f170d0](https://github.com/RSSNext/follow/commit/3f170d050d720fe5eed3eb60f0783374b5488367)) * use feed enabled condition ([9726d43](https://github.com/RSSNext/follow/commit/9726d4396673e2be02c60ce049ed07c5bf978380)) * use insertedAt as cursor for list ([#580](https://github.com/RSSNext/follow/issues/580)) ([e420451](https://github.com/RSSNext/follow/commit/e420451afc4eba6308ecf72ff710f390ee2b0b8b)) +* use insertedAt for cursor when fetching list ([e0278d2](https://github.com/RSSNext/follow/commit/e0278d2bf4e1bf77929044669bf5311c98b7b190)), closes [#1001](https://github.com/RSSNext/follow/issues/1001) * use official embed player in bilibili video when use web ([#219](https://github.com/RSSNext/follow/issues/219)) ([9177a34](https://github.com/RSSNext/follow/commit/9177a349e087cdc60b22e2338146caaefd377694)) * useFeedHeaderTitle ([edbdc86](https://github.com/RSSNext/follow/commit/edbdc8626161f9bcc7c93fc372e8a2e247d13a50)) * user avatar use profile data if userId passed, fixed [#550](https://github.com/RSSNext/follow/issues/550) ([176afa7](https://github.com/RSSNext/follow/commit/176afa72ba1e0801ac383982f826cc19b215b242)) @@ -513,6 +601,10 @@ * user modal list padding ([992ea15](https://github.com/RSSNext/follow/commit/992ea1594af02e3815adae2fe99de4f205543239)) * user profile can not scroll by scrollbar ([eac1965](https://github.com/RSSNext/follow/commit/eac1965cfc3d2bc86e11f256237322f15892b897)) * userActions in feed store ([8da4fb7](https://github.com/RSSNext/follow/commit/8da4fb71d9cc14832bc985cf8c1bd6f04dbe4e4c)) +* **ux:** auto focus input when top modal dismiss ([3c27768](https://github.com/RSSNext/follow/commit/3c27768830307a72248295e6ed3eb3301eb17c9e)) +* **ux:** improve image loading more smooth ([#968](https://github.com/RSSNext/follow/issues/968)) ([7f51372](https://github.com/RSSNext/follow/commit/7f51372ac358400d45b3bef6ff2ee2236fedb08d)) +* **ux:** mark all read anim [#958](https://github.com/RSSNext/follow/issues/958) ([#977](https://github.com/RSSNext/follow/issues/977)) ([a079d85](https://github.com/RSSNext/follow/commit/a079d8531945380299ae374f956acf0a9275369f)) +* vercel need build exit code ([e74c7bf](https://github.com/RSSNext/follow/commit/e74c7bfc11dd84e77e6329a0f4010d20c20b044b)) * **vercel:** filter subpath ([fc38072](https://github.com/RSSNext/follow/commit/fc38072320f8225e6ae60f4e25719eaeb9ff5e6a)) * video preview ([e38820c](https://github.com/RSSNext/follow/commit/e38820c1aa2294f45e05d331bf4bce0e4d8efb44)) * view icon color in dark mode ([991bff7](https://github.com/RSSNext/follow/commit/991bff7660e93b872f1398c89c0fe4316f4327d9)) @@ -521,6 +613,7 @@ * wait language load then switch to target language ([bbe4ea6](https://github.com/RSSNext/follow/commit/bbe4ea66e75a8911e9ef39764d02d22251ba743e)) * wallet table latyout ([6c60dd2](https://github.com/RSSNext/follow/commit/6c60dd265245d08d622c59d035d2124285ff68f1)) * **wallet:** add missing space between words in wallet ([#279](https://github.com/RSSNext/follow/issues/279)) ([6873d21](https://github.com/RSSNext/follow/commit/6873d21e267fda102b13bc2a4e52de9bd7eea206)) +* win UI - feed claim modal ui & header readHistory ui ([#1019](https://github.com/RSSNext/follow/issues/1019)) ([77edf34](https://github.com/RSSNext/follow/commit/77edf34db7907de7679281f9f5e2467dad0959fa)) * window titlebar position, fixed [#197](https://github.com/RSSNext/follow/issues/197) ([b6158ec](https://github.com/RSSNext/follow/commit/b6158ec0bd1e18aed29d028f2ff86008489c8a64)) * windows app titlebar style in dark mode and radius ([3843905](https://github.com/RSSNext/follow/commit/38439050bb6db71bf6d966ab43026b660ad24f9a)) * Windows json sort diff ([74bf02b](https://github.com/RSSNext/follow/commit/74bf02bdd3ad6bc5c252f568787653819c1a8f2e)) @@ -532,6 +625,7 @@ * windows web mark all read ui ([#908](https://github.com/RSSNext/follow/issues/908)) ([45b4bd8](https://github.com/RSSNext/follow/commit/45b4bd8085377e8178b6804c0718726ecc15145b)) * **windows:** dont remove locale ([7305eba](https://github.com/RSSNext/follow/commit/7305eba3fee218330818d96ca155f833aa99d631)) * **windows:** skip remove locle ([5df82d0](https://github.com/RSSNext/follow/commit/5df82d0c0f98bebb6e78a694a6ceda3644eb36ef)) +* withdraw availableBalance ([2be9c93](https://github.com/RSSNext/follow/commit/2be9c93225b95d7515c0a590905865053442daac)) * withdraw availableBalance ([167d82a](https://github.com/RSSNext/follow/commit/167d82adc061078102fa9984d29f94735d052ce9)) * wrong opening status of newly added feed ([#726](https://github.com/RSSNext/follow/issues/726)) ([2520ddb](https://github.com/RSSNext/follow/commit/2520ddb0f4f1923b729ae707a703713f1a158f06)) * wrong text wrap ([#316](https://github.com/RSSNext/follow/issues/316)) ([0cee7ef](https://github.com/RSSNext/follow/commit/0cee7eff25ed1058b108f1c7a9c643ea17b479c0)) @@ -549,16 +643,24 @@ * add biz code i18n for fr and ru ([#521](https://github.com/RSSNext/follow/issues/521)) ([0dc4b86](https://github.com/RSSNext/follow/commit/0dc4b866d7eff2d32df2158902d6d1fbdea41f27)) * add biz code i18n for zh-cn ([#503](https://github.com/RSSNext/follow/issues/503)) ([d35e011](https://github.com/RSSNext/follow/commit/d35e0119953a154d18273c1d155f14d03c9a6ce8)) * add biz user info on sentry tracker ([e3e52ab](https://github.com/RSSNext/follow/commit/e3e52abedeb5507ca71d663faa7ef050b661cf0a)) +* add boost button in SupportCreator ([15eba6d](https://github.com/RSSNext/follow/commit/15eba6deecdf220bc5422417390188ad0ebc9ac3)) +* add boost certification to feed list ([7001455](https://github.com/RSSNext/follow/commit/70014559200601bdecacc1cacf8e22dd609feeb3)) +* add Boost feed status query and mutation ([4f11046](https://github.com/RSSNext/follow/commit/4f11046f87601077710eb4e5034525a9c3035094)) +* add BoostingContributors components to enhance boost functionality ([4d6b9ff](https://github.com/RSSNext/follow/commit/4d6b9fff9f92bfbd97b0834f25ec3d0dc7bfc3e2)) +* add BoostProgress and LevelBenefits components for enhanced feed boost ([8db9ee3](https://github.com/RSSNext/follow/commit/8db9ee3f3e231666a2f8cd30f9042030268576a0)) * add bundleId to PushReceiver ([f196493](https://github.com/RSSNext/follow/commit/f196493b68a84489de93ac0c3944b039c79f25c0)) * add copy title to context menu of feed entry ([#801](https://github.com/RSSNext/follow/issues/801)) ([1f57ab2](https://github.com/RSSNext/follow/commit/1f57ab2ac76ef04aff37814b4c7e961ad33b6e11)) * add discover back to top fab ([a97e60c](https://github.com/RSSNext/follow/commit/a97e60cd005ca7ebb5aed56655b94975ebf1ccb7)) * add divider when sticky for date item ([755e292](https://github.com/RSSNext/follow/commit/755e292af05c3adeae8943cc5c4c05af11d30d16)) +* add export to Obsidian feature ([#998](https://github.com/RSSNext/follow/issues/998)) ([e875edf](https://github.com/RSSNext/follow/commit/e875edfd5782d7b9f059c86b7d6f0628aa3d8734)) * add external resource ([abec0ef](https://github.com/RSSNext/follow/commit/abec0ef191a8138c109b4a52fa36b04f8e7c16bc)) * add fallback action when add feed failed ([5ad8acf](https://github.com/RSSNext/follow/commit/5ad8acf4c0253a6a924c5a37bb00828e118ad8c5)) * add fallback image tip ([c244aab](https://github.com/RSSNext/follow/commit/c244aab0b77b2a143c4802552de486526e96f513)) +* add getBoosters query to fetch boosters by feedId ([f4fbe81](https://github.com/RSSNext/follow/commit/f4fbe81bfea7c10dfed3314bddef4cd9a6fa18d2)) * add guess code lang option ([cbd8a72](https://github.com/RSSNext/follow/commit/cbd8a722b2940c4ad9092bfe4e08f850b8bc7c5d)) * add i18n detector ([7eb8a32](https://github.com/RSSNext/follow/commit/7eb8a322c78c7e075ed842036971e9aa5f094341)) * add link parser for audio timestamp navigate ([1478fa5](https://github.com/RSSNext/follow/commit/1478fa5a9343384f45a57431d029480a96b8441c)) +* add loading when Discover Inbox querying data ([#891](https://github.com/RSSNext/follow/issues/891)) ([30591f8](https://github.com/RSSNext/follow/commit/30591f8415068d748b5462257787d572065a3449)) * add manual setting lang lock keyu ([b9c6a8b](https://github.com/RSSNext/follow/commit/b9c6a8b58099c86a178494ffe4c875f7c31760a3)) * add missing words in zh-HK ([#610](https://github.com/RSSNext/follow/issues/610)) ([d34c1c9](https://github.com/RSSNext/follow/commit/d34c1c95d68445075987f833d29956b45e1036a3)) * add more words i18n ([#516](https://github.com/RSSNext/follow/issues/516)) ([e2b8ec8](https://github.com/RSSNext/follow/commit/e2b8ec88624ad1e8e7f6136a624fc284ae3fb77b)) @@ -581,12 +683,16 @@ * adjust spring scroll preset ([be3aa09](https://github.com/RSSNext/follow/commit/be3aa09b8e8c30a1797afdf558eb40b5c360cb34)) * ai daily in article content column ([a625d04](https://github.com/RSSNext/follow/commit/a625d04328ea209ead68ce0391a7108cbb2c4e6a)) * ai daily modal ([67d9559](https://github.com/RSSNext/follow/commit/67d9559229baca34aa3328ba711d0e29def5bb8e)) +* allow disable action ([2b98e6e](https://github.com/RSSNext/follow/commit/2b98e6ef5e76f15b7accb95b1af3ada9bfabd216)) +* allow hide recent reader ([83567ae](https://github.com/RSSNext/follow/commit/83567aef206a7789e09225101960a61a02223a47)), closes [#1034](https://github.com/RSSNext/follow/issues/1034) * apm ([602f50a](https://github.com/RSSNext/follow/commit/602f50aa1a2b1ad9559ae22c92c599907df0b8cc)) * **app:** clear all data ([be7e87c](https://github.com/RSSNext/follow/commit/be7e87c192d3c863b3df2439287054682c69a221)) * **audio-view:** seek circle indicator ([94b9535](https://github.com/RSSNext/follow/commit/94b9535d28292dbc209e251e3b0cb18d480d6a3b)) * auto claim daily `POWER`, and update table style ([ca381ce](https://github.com/RSSNext/follow/commit/ca381cebf81cc745e56fe35811004d89b55609ba)) * auto enable readability if no content ([27ecfc4](https://github.com/RSSNext/follow/commit/27ecfc4a86f3e35f245c1bca2d1dba57ff7364f2)) * auto trim discover in search input ([039dd3d](https://github.com/RSSNext/follow/commit/039dd3dcd531d973d2c205a35693bcdd62657be4)) +* back home in setActive ([e40c4c7](https://github.com/RSSNext/follow/commit/e40c4c7fe8d86d388b9a6ea9882850e25b392043)) +* **boost:** add Boost modal and radio card selection for boosting feeds ([89b18fd](https://github.com/RSSNext/follow/commit/89b18fd370e25506968815ba48e02efb7a9cdc11)) * cache i18n resource to speed up loading time ([b3748cc](https://github.com/RSSNext/follow/commit/b3748ccfe07964c0b7c45f6e29a8225883d1dfa4)) * cache tips for feed claim ([b307553](https://github.com/RSSNext/follow/commit/b3075535d67438cd78ffbe8209da216d8a57f433)) * cancel hover read when mouse leave quickly ([c5d5fc2](https://github.com/RSSNext/follow/commit/c5d5fc23193ad5faa30903113f1df1056c508fc4)) @@ -604,23 +710,30 @@ * copy logo svg ([512699c](https://github.com/RSSNext/follow/commit/512699c07080f3064f984f23a21e28356ef9fcc0)) * **corner-player:** support now playing ([#717](https://github.com/RSSNext/follow/issues/717)) ([553f71b](https://github.com/RSSNext/follow/commit/553f71b1babb7a483fe8ddef741e281f1eb77730)) * custom feed title ([#300](https://github.com/RSSNext/follow/issues/300)) ([501e2f4](https://github.com/RSSNext/follow/commit/501e2f44c1d3eb9a1a316549faedb2e1288f7fbe)) +* daily reward display ([78db8ad](https://github.com/RSSNext/follow/commit/78db8ad50f084bd3a68d64a73d026a1ad786ae63)) * date item in entry column ([#199](https://github.com/RSSNext/follow/issues/199)) ([9d5a811](https://github.com/RSSNext/follow/commit/9d5a81112e873f5b422356fa0b3fcf526abb84e5)) * dayjs locale ([6ed0a3b](https://github.com/RSSNext/follow/commit/6ed0a3bf3a937a95985c98bb24c4bc23f6b776de)) +* delete inbox entry ([a9e1f58](https://github.com/RSSNext/follow/commit/a9e1f581b22463a458472a2d3737535ea8690b3b)) * delete list ([c881d79](https://github.com/RSSNext/follow/commit/c881d799e27b4934144b25f50a493f96838003d5)) * display a tip button and tip users at the bottom of the entry content. ([971f81d](https://github.com/RSSNext/follow/commit/971f81d25d5745748884dcc96a1a072aee3d3dbb)) * display certification in discover form ([1e212ef](https://github.com/RSSNext/follow/commit/1e212effad12bab751179dc9a94d71a37a3b5ed8)) * display claimed feed list in settings ([d9ae277](https://github.com/RSSNext/follow/commit/d9ae277cfa861c4e558542820896bde821341dc4)) * display feed certification in discover result ([425b8c3](https://github.com/RSSNext/follow/commit/425b8c3003b552215350d534640e18512e9d819b)) * display feed list in lists external page ([0c4c3c5](https://github.com/RSSNext/follow/commit/0c4c3c5873c80c3854d26c213991bffc44e429c9)) +* display level in power page ([184e2e3](https://github.com/RSSNext/follow/commit/184e2e3240d58c19de74b59f449d5760a391e1a6)) * display power purchase and tx ([dbe7aee](https://github.com/RSSNext/follow/commit/dbe7aee9151ee04147edbce7d34e1275edfc1254)) +* display power ranking ([1150289](https://github.com/RSSNext/follow/commit/1150289d6433856359bcad8fbc94f8a03713e838)) * display subs and earn for lists list ([c0d2663](https://github.com/RSSNext/follow/commit/c0d2663df92d2935ec2ddc2010ecce95bb50d93a)) * double click to video fullscreen ([c066820](https://github.com/RSSNext/follow/commit/c066820ce8baeed808b788e9c780f75c53ba8909)) * dual code theme ([#511](https://github.com/RSSNext/follow/issues/511)) ([f278377](https://github.com/RSSNext/follow/commit/f278377d1017f9edf89c583a4fb24eb48451daf1)) * dynamic update relative time ([744422f](https://github.com/RSSNext/follow/commit/744422fc12050e09d3cb147c2affe5e95af2056b)) * electron about redirect to app setting about, and add some other action ([159a11d](https://github.com/RSSNext/follow/commit/159a11da67affde5dcd220ed4ea192d34d0c0884)) * electron app locale sync to ui ([7912b53](https://github.com/RSSNext/follow/commit/7912b5351a5221aae7bbe2a4a6634defc0a1a039)) +* encoding support ([d1db023](https://github.com/RSSNext/follow/commit/d1db023a1bb272ef90600e7f0b1c003922d40348)) +* enhance BoostModal and RadioCards with animations and conditional rendering ([b7248f0](https://github.com/RSSNext/follow/commit/b7248f0455987cc20f75f79bf57fd261badfe0f0)) * enlarge the interactive area of the close button ([#483](https://github.com/RSSNext/follow/issues/483)) ([3cc7c21](https://github.com/RSSNext/follow/commit/3cc7c2117d951f9994963c7e4017293b4a8840fa)) * entry preview modal ([3981995](https://github.com/RSSNext/follow/commit/3981995a248680844cdd5a1f7663135863f4ef5f)) +* expand collapse category by double-clicking ([#995](https://github.com/RSSNext/follow/issues/995)) ([a44fe98](https://github.com/RSSNext/follow/commit/a44fe98cba4266afa26d5502b266a9b6476c8308)) * expand entry read history ([#377](https://github.com/RSSNext/follow/issues/377)) ([e7f923a](https://github.com/RSSNext/follow/commit/e7f923a0a08e5a4c7e13ff8dd76820f1b4265f25)) * export feeds, close [#873](https://github.com/RSSNext/follow/issues/873) ([eae857d](https://github.com/RSSNext/follow/commit/eae857d25e31532fc2f53e3edc71263a94410922)) * expose present user profile modal for electron ([2290760](https://github.com/RSSNext/follow/commit/2290760cbb71c0c061d4be3dc00fa20e9f1ec19a)) @@ -638,7 +751,10 @@ * followed status for external follow button ([3a7ed50](https://github.com/RSSNext/follow/commit/3a7ed50c55071fb3065ba082fceef3a70214d798)) * force lists to be sorted by alphabetical ([c3b9fc9](https://github.com/RSSNext/follow/commit/c3b9fc9e7510f777a129063a2e09ae33658b3813)) * force update to the beta channel ([166bb74](https://github.com/RSSNext/follow/commit/166bb74e6d25f57d7f33ed67917ab9282f6de366)) +* get level multiplier from server configs and reward description ([e6a665a](https://github.com/RSSNext/follow/commit/e6a665aad932a4ef5a3f2fa0a89680e5722f0321)) +* get server configs ([1a87412](https://github.com/RSSNext/follow/commit/1a874120ce1ef2ea772fe0a52614c33dfb91e994)) * guess code language ([03ba85a](https://github.com/RSSNext/follow/commit/03ba85a37302d41f3403d629849b1b4d3db915ba)) +* hide if ([2444cea](https://github.com/RSSNext/follow/commit/2444cea22eba4ca656de0f96ae3d39405fb8f32e)) * hoverable translation design, fixes [#268](https://github.com/RSSNext/follow/issues/268) ([3ff11dc](https://github.com/RSSNext/follow/commit/3ff11dce35061de2b784621519eee79f87a93993)) * i18n for biz error ([c26bc52](https://github.com/RSSNext/follow/commit/c26bc5298bac31840de1c3c051ad1f91021a016f)) * i18n for user profile ([d81c2b5](https://github.com/RSSNext/follow/commit/d81c2b5791fcf1284809b68dd68b4067581cdb44)) @@ -664,6 +780,7 @@ * **i18n:** fill out and optimized partial Chinese translations ([#431](https://github.com/RSSNext/follow/issues/431)) ([5f87190](https://github.com/RSSNext/follow/commit/5f87190f018fea7f34c3ccbfad081fd8b855f5b8)) * **i18n:** improve zh-CN ([#410](https://github.com/RSSNext/follow/issues/410)) ([0b0304e](https://github.com/RSSNext/follow/commit/0b0304eaa1dfa8396e78612a9a6a50653ce9669e)) * **i18n:** Korean and fallback language name ([#582](https://github.com/RSSNext/follow/issues/582)) ([2ae12c9](https://github.com/RSSNext/follow/commit/2ae12c9d2b976c8165414cc74c7494b2cfd7ea7c)) +* **i18n:** omnivore integration ([#963](https://github.com/RSSNext/follow/issues/963)) ([c5a6596](https://github.com/RSSNext/follow/commit/c5a6596ab2bfa8de55a60dfa5ba3ed2b15c306cd)) * **i18n:** Optimized Chinese translations ([#443](https://github.com/RSSNext/follow/issues/443)) ([77e14cf](https://github.com/RSSNext/follow/commit/77e14cf651a44578c540cdd681a2ee1ea5a2f557)) * **i18n:** Simplified Chinese (partial) ([#353](https://github.com/RSSNext/follow/issues/353)) ([140d01a](https://github.com/RSSNext/follow/commit/140d01a521a472b56f420585f57b577727dee996)) * **i18n:** Update Chinese Translation ([#572](https://github.com/RSSNext/follow/issues/572)) ([d24139b](https://github.com/RSSNext/follow/commit/d24139b82233ea04674c8b93ddee323d2c84a8ef)) @@ -678,9 +795,12 @@ * inbox ([#742](https://github.com/RSSNext/follow/issues/742)) ([2fba746](https://github.com/RSSNext/follow/commit/2fba746447c1c10f2d58ac9eb908cd0d6a5fb364)) * inbox list api ([6da197c](https://github.com/RSSNext/follow/commit/6da197c76bc4d08c80277fc8801a68bfbd413248)) * inbox set read and unread ([6da8bce](https://github.com/RSSNext/follow/commit/6da8bce04cb0da99efbad473879350131f993c16)) +* Inbox shows sender's address ([#983](https://github.com/RSSNext/follow/issues/983)) ([0e35d22](https://github.com/RSSNext/follow/commit/0e35d222c159eeb269934c56cd51ee7db109515e)) * inbox unread data updating ([61d9a48](https://github.com/RSSNext/follow/commit/61d9a48310d726205271d1d01026511fb4ccb276)) * independent power page ([6aeb666](https://github.com/RSSNext/follow/commit/6aeb66683b2e03ba3f21647589e03ac2b705bf83)) +* integrate Boost modal into feed actions ([2757763](https://github.com/RSSNext/follow/commit/27577635be6dcf9acb03acd79bfebbdd80e4431b)) * integration settings page ([f9f1938](https://github.com/RSSNext/follow/commit/f9f19386b28e853eb03b3ca5bae629d4f6542cb3)) +* **integration:** add omnivore support ([#909](https://github.com/RSSNext/follow/issues/909)) ([68e6585](https://github.com/RSSNext/follow/commit/68e6585d39fe5aee2a7f17d49763e825212a47fd)) * invitation limitation message ([fa37a0c](https://github.com/RSSNext/follow/commit/fa37a0ca2c8235fb5fd47f96c26de7fdcd762ad8)) * **invitation:** add signout button ([3c0f4e7](https://github.com/RSSNext/follow/commit/3c0f4e779c68a933d57e232d62774fca1c0b86ed)) * invitations page ([0fc1110](https://github.com/RSSNext/follow/commit/0fc1110e3b1e067a02a65ba7afe5b1456bb76815)) @@ -691,7 +811,9 @@ * **kbd:** simulate key press ([db2cd99](https://github.com/RSSNext/follow/commit/db2cd99f7135cef3d43483cd6e6aa91d7faa7280)) * language indicator ([bf7da04](https://github.com/RSSNext/follow/commit/bf7da0431fdffc45cf0136b9e5709bb1952f1036)) * larger text for date item ([c1ea43f](https://github.com/RSSNext/follow/commit/c1ea43fee280bf539d61b1f3c439a7031cf4ed3e)) +* level 0 ([9e52c14](https://github.com/RSSNext/follow/commit/9e52c14d195dad5c0717449ac308806574455a02)) * lighter unread number ([e7dba4f](https://github.com/RSSNext/follow/commit/e7dba4f18e8a078889e7923d1760cb08c29873fc)) +* limit inbox for trial users ([d02857b](https://github.com/RSSNext/follow/commit/d02857b13dfd4337d077e82cf757bee406181bd7)) * list api in subscription modal ([46e246a](https://github.com/RSSNext/follow/commit/46e246aa1734dfbc565533243ca4fb560d42ced7)) * lists ([#533](https://github.com/RSSNext/follow/issues/533)) ([ffcc6c9](https://github.com/RSSNext/follow/commit/ffcc6c90d53b372d2d180f53d32fa47dff9daac4)) * load archived entries ([d7f4bb6](https://github.com/RSSNext/follow/commit/d7f4bb6b9f388849565a7d8fc21d2eafc0610d08)) @@ -707,6 +829,7 @@ * markdown heading render ([f3ac1ac](https://github.com/RSSNext/follow/commit/f3ac1ac3c6e2c36203288921f0ea8c3635eec539)) * masonry item blur hash and html render also ([6f94ec5](https://github.com/RSSNext/follow/commit/6f94ec5027813b0d3804b1b0ab057d484036c8f2)) * modal resize and draggable to absolute position ([aad5eba](https://github.com/RSSNext/follow/commit/aad5eba2edb66039d123e9e60e484b55d9a037df)) +* more achievemnt ([#964](https://github.com/RSSNext/follow/issues/964)) ([d18ed86](https://github.com/RSSNext/follow/commit/d18ed862244ec90de406c90e494eae019a6c3b8f)) * more excluded path params ([3d16aa9](https://github.com/RSSNext/follow/commit/3d16aa9f8b3b369a146537f19ab9a2fe230e9553)) * more i18n text ([6f8acce](https://github.com/RSSNext/follow/commit/6f8acced7bc51d2bb22325506e1c9bc97ee963f7)) * native menu add `hide` prop ([8c6753d](https://github.com/RSSNext/follow/commit/8c6753d4a66d1e7ad09efcbbca24c8cf51ed8222)) @@ -714,6 +837,7 @@ * new design for mark read in date item ([e5b0583](https://github.com/RSSNext/follow/commit/e5b0583d38e41d81663bec1ee16e0c24cb385d7a)) * new platform icons ([7513130](https://github.com/RSSNext/follow/commit/7513130c17c501f3e2d7c29fc13e2315edb4dc8c)) * new power page ([c3630f8](https://github.com/RSSNext/follow/commit/c3630f85bd221ecf875b20337e5c6a452c613362)) +* new user guide ([#800](https://github.com/RSSNext/follow/issues/800)) ([41e090d](https://github.com/RSSNext/follow/commit/41e090d529d0ea6ce0b1eb1e6576f329a3576194)) * no media available tip in picture item ([1d4fca4](https://github.com/RSSNext/follow/commit/1d4fca4e7d0e7c6f02f1ac775f36079ef5ce1129)) * no media available tip in picture item ([58d9b3b](https://github.com/RSSNext/follow/commit/58d9b3b1b09f52def911521c08d9835f31221401)) * notifications logger ([97041ab](https://github.com/RSSNext/follow/commit/97041abab5f0846249343de07f592ba6fc421870)) @@ -722,6 +846,7 @@ * optimize 404 page ([f51b1e2](https://github.com/RSSNext/follow/commit/f51b1e2de9e8d8c3bdea9db79476c17cd7247a4b)) * optimize compact picture entry preview title ([5e6d73a](https://github.com/RSSNext/follow/commit/5e6d73a728164dcb0603e03fbcb9fb1825c5c2ef)) * optimize daily report and report modal for social media ([252962c](https://github.com/RSSNext/follow/commit/252962c188e29293f4b6baca2e99568a064f79f4)) +* optimize new user guide ([4583b3b](https://github.com/RSSNext/follow/commit/4583b3bc84a1b0bb78b0558781a3fd987e6820aa)) * optimize no showUnreadCount dot display ([9698fa6](https://github.com/RSSNext/follow/commit/9698fa69d110781d26b542e9e81a51dc7b16805e)) * optimize the style of the profile to maximize the presentation of the content ([96769fb](https://github.com/RSSNext/follow/commit/96769fbe49eb68ea09f1307ac27d0c0d904d0abf)) * parse newsletter embedded `