<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacd-meta.git/src/store, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/yacd-meta.git/atom/src/store?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/yacd-meta.git/atom/src/store?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/'/>
<updated>2026-07-03T08:01:56Z</updated>
<entry>
<title>feat(proxies): optimize proxy state updates and add deep equality check</title>
<updated>2026-07-03T08:01:56Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-07-03T08:01:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=562df682377b00dbb6d3bc221d26963151943ea7'/>
<id>urn:sha1:562df682377b00dbb6d3bc221d26963151943ea7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(proxies): add provider health check timeout configuration and related translations</title>
<updated>2026-07-03T06:50:40Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-07-03T06:50:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=2b6d5875421a801ddc79568387b161b2b47424c1'/>
<id>urn:sha1:2b6d5875421a801ddc79568387b161b2b47424c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(proxies): add fixed selection feature and related translations</title>
<updated>2026-07-03T06:42:55Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-07-03T06:42:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=37367efe2a385114adac21f9bb044bc82c8789d5'/>
<id>urn:sha1:37367efe2a385114adac21f9bb044bc82c8789d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(proxies): add latency test URL configuration and expected status handling</title>
<updated>2026-07-03T06:06:56Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-07-03T06:06:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=5f9935312b1703561caf1187fa94abed1d046894'/>
<id>urn:sha1:5f9935312b1703561caf1187fa94abed1d046894</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: migrate recoil to jotai and react-table v7 to v8</title>
<updated>2026-06-21T04:42:56Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-06-21T04:42:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=5ed61163bf6f621a16fe109119ebf4f261c26830'/>
<id>urn:sha1:5ed61163bf6f621a16fe109119ebf4f261c26830</id>
<content type='text'>
- replace recoil with jotai: atom({key,default}) -&gt; atom(value),
  useRecoilState -&gt; useAtom, RecoilState -&gt; PrimitiveAtom, drop RecoilRoot
  (recoil is archived and blocks the React 19 upgrade)
- migrate react-table v7 to @tanstack/react-table v8 in ConnectionTable:
  useTable/useSortBy -&gt; useReactTable + getSortedRowModel; the internal
  ConnectionColumn type and localStorage sort/visibility persistence are
  kept intact and mapped to v8 ColumnDef inside the component
- drop the hand-written react-table type augmentation in custom.d.ts
  (v8 ships its own types)
- add keyboard a11y to sortable table headers

Co-Authored-By: Claude Opus 4.8 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>chore: modernize tooling and migrate to @tanstack/react-query v5</title>
<updated>2026-06-21T04:30:23Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-06-21T04:30:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=bd5566677fad9e7028073ab90eaf100d988d2873'/>
<id>urn:sha1:bd5566677fad9e7028073ab90eaf100d988d2873</id>
<content type='text'>
- migrate react-query@3 to @tanstack/react-query@5 (object-form API,
  useSuspenseQuery for suspense-relied queries, isLoading -&gt; isPending,
  invalidateQueries object syntax)
- migrate ESLint 8 .eslintrc.yml to ESLint 9 flat config (eslint.config.mjs),
  drop legacy airbnb-base/react-app configs and the dead flowtype plugin,
  replace @typescript-eslint/* pair with the unified typescript-eslint
- remove unused deps: prop-types, regenerator-runtime
- add lint/typecheck scripts; auto-fix import ordering across src

Co-Authored-By: Claude Opus 4.8 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat(configs): add signal support and timeout for fetchConfigs</title>
<updated>2026-06-04T13:25:02Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-06-04T13:25:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=a8f8bb1d6b9925425b5b1121de0ea1c0de1645ed'/>
<id>urn:sha1:a8f8bb1d6b9925425b5b1121de0ea1c0de1645ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(proxies): add latency test URL and timeout configuration</title>
<updated>2026-06-04T13:14:57Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-06-04T13:14:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=cc6efa25afc9853771565a5f68d1cc24b3a945b2'/>
<id>urn:sha1:cc6efa25afc9853771565a5f68d1cc24b3a945b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: proxy group by providers</title>
<updated>2026-06-04T10:43:18Z</updated>
<author>
<name>Larvan2</name>
<email>78135608+Larvan2@users.noreply.github.com</email>
</author>
<published>2026-06-04T10:43:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=120f06c59ef7e1514baa3cdf81dec79c7fa6e1e6'/>
<id>urn:sha1:120f06c59ef7e1514baa3cdf81dec79c7fa6e1e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build(deps)!: update depends</title>
<updated>2026-04-15T11:26:24Z</updated>
<author>
<name>Olivi</name>
<email>225673551+Olivi-9@users.noreply.github.com</email>
</author>
<published>2026-04-15T11:26:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/yacd-meta.git/commit/?id=edf6c5cb65cbf103fb1848760595f5c381dac723'/>
<id>urn:sha1:edf6c5cb65cbf103fb1848760595f5c381dac723</id>
<content type='text'>
</content>
</entry>
</feed>
