Tommaso Casaburi
41894b5399
chore(deps): bump @chenglou/pretext to 0.0.5
...
Made-with: Cursor
2026-04-09 14:16:38 +07:00
Tommaso Casaburi
f14d0562cd
chore: upgrade vite to 8.0.5
...
Made-with: Cursor
2026-04-07 17:47:10 +07:00
Tommaso Casaburi
6e8c9148d7
chore(deps): upgrade vite to 8.0.4
...
Made-with: Cursor
2026-04-06 15:06:55 +07:00
Tommaso Casaburi and GitHub
251e103db3
feat: finalize pretext feed sizing rollout ( #1120 )
...
* feat(feeds): add pretext-backed item sizing across board, catalog, and thread replies
* feat: finalize pretext feed sizing rollout
* fix(catalog): raise multiboard viewport buffer
* fix(board): preserve pretext query overrides
2026-04-02 19:45:55 +07:00
Tommaso Casaburi
315505fb8d
fix(deps): patch vulnerable transitive packages
2026-03-31 16:59:07 +07:00
Tommaso Casaburi
e7d175afa1
chore(deps): upgrade knip to 6.1.0
...
Made-with: Cursor
2026-03-28 17:51:39 +07:00
Tommaso Casaburi
1f0b3dde4f
chore(deps): reduce yarn peer install warnings
2026-03-26 19:12:41 +07:00
Tommaso Casaburi
a2de57d85b
chore(deps): upgrade bitsocial-react-hooks
2026-03-26 19:03:31 +07:00
Tommaso Casaburi
16764c7cfd
chore: upgrade TypeScript to 6.0.2 and Vite to 8.0.2
...
Made-with: Cursor
2026-03-24 22:58:59 +07:00
Tommaso Casaburi
98549a614e
chore: add yarn start:android-usb for local USB device testing
2026-03-23 14:09:13 +08:00
Tommaso Casaburi
7af59ae556
chore(release): v0.7.3
2026-03-20 21:54:22 +08:00
Tommaso Casaburi and GitHub
c2e8e169c2
fix(accounts): adapt 5chan to compact account history hooks ( #1118 )
...
* chore(cursor): use composer-2 for subagents
* fix(accounts): adapt 5chan to compact account history hooks
* fix(accounts): address 5chan account-history review findings
2026-03-20 21:25:57 +08:00
Tommaso Casaburi and GitHub
816281c607
fix(thread-page): make thread auto updates opt-in ( #1115 )
...
* fix(thread-page): make thread auto updates opt-in
Wire `Auto` and `Update` to the same manual refresh path and cover the thread flow with an e2e harness.
* fix(thread-page): address PR review findings
2026-03-20 16:48:57 +08:00
Tommaso Casaburi
125ddf4672
chore: bump knip to v6
...
Made-with: Cursor
2026-03-20 16:08:11 +08:00
Tommaso Casaburi
a2286aa68e
feat(app-update): add in-app update flow with native e2e coverage
2026-03-19 20:19:48 +08:00
Tommaso Casaburi
bc870ae438
chore: bump vite to 8.0.1
2026-03-19 15:55:28 +08:00
Tommaso Casaburi
34662f1989
fix(ci): declare electron rebuild binary
2026-03-19 15:19:26 +08:00
Tommaso Casaburi
f342179f1a
chore(tooling): migrate 5chan to Yarn 4
2026-03-19 13:41:03 +08:00
Tommaso Casaburi
132eaa3691
chore(release): v0.7.2
2026-03-17 20:42:04 +08:00
Tommaso Casaburi
8d3c82f93a
chore(deps): upgrade bitsocial-react-hooks
2026-03-17 18:25:09 +08:00
Tommaso Casaburi and GitHub
2c276f05eb
fix(ci): scope Electron native rebuilds ( #1099 )
2026-03-17 18:22:56 +08:00
Tommaso Casaburi and GitHub
c9bd6258b2
fix(electron): restore packaged desktop app loading ( #1095 )
...
* fix(electron): restore packaged desktop app loading
Rebuild and verify Electron native modules before packaging and use the Vite base URL for packaged asset preloads.
* test(preload-utils): cover non-root base urls
2026-03-17 17:04:47 +08:00
Tommaso Casaburi
dfd96db7fa
chore(release): v0.7.1
2026-03-16 20:56:31 +08:00
Tommaso Casaburi
81f67ee287
chore(deps): upgrade bitsocial-react-hooks
2026-03-16 20:31:56 +08:00
Tommaso Casaburi and GitHub
7bd51f00e1
chore(package.json): upgrade bitsocial-react-hooks, stop yarn install from depending on kubo postinstall ( #1090 )
...
Removes the direct `kubo` install-time dependency and switches Electron dev to the repo-managed Kubo downloader in `electron/start-ipfs.js`. This keeps the hooks upgrade in place while avoiding the `dist.ipfs.tech` timeout during `yarn install`.
2026-03-16 19:20:59 +08:00
Tommaso Casaburi
6f1305c2ad
chore(deps): upgrade react-grab and react-scan
...
Made-with: Cursor
2026-03-16 13:34:51 +08:00
Tommaso Casaburi
e93564e919
chore(deps): upgrade portless
...
Made-with: Cursor
2026-03-16 13:33:21 +08:00
Tommaso Casaburi
7f4e069783
feat(skills): add inspect-elements skill backed by element-source
...
Closes #1082
2026-03-15 19:02:19 +08:00
Tommaso Casaburi
be44aefd49
fix(security): patch vulnerable transitive packages
2026-03-15 17:35:25 +08:00
Tommaso Casaburi
78556c7f66
chore: upgrade bitsocial-react-hooks
2026-03-13 19:33:26 +08:00
Tommaso Casaburi and GitHub
7ed0edd50e
fix(testing): stabilize Vitest worktree runs ( #1081 )
...
* fix(testing): stabilize Vitest worktree runs
* fix(testing): pass no-webstorage through Vitest workers
* fix(testing): drop unsupported no-webstorage workaround
* fix(testing): remove invalid changed coverage flag
2026-03-13 18:55:02 +08:00
Tommaso Casaburi
bf6bfa1adb
chore: upgrade vitest and Vite-adjacent tooling
2026-03-13 16:58:52 +08:00
Tommaso Casaburi and GitHub
d7703953fb
refactor: migrate 5chan to the community hooks API ( #1073 )
...
* refactor(community-api): migrate 5chan to community hooks
* fix(review): address PR feedback
* fix(review): preserve legacy board context fallbacks
* fix(review): address latest bot feedback
* fix(review): use communityAddress in edit menu privileges
2026-03-13 13:25:10 +08:00
Tommaso Casaburi
9dc4d96d27
chore(vite): replace rolldown-vite with vite 8
2026-03-13 12:45:09 +08:00
Tommaso Casaburi
2df838a14c
chore(release): v0.7.0
2026-03-12 18:52:12 +08:00
plebeius
cd11f1d4df
chore(release): v0.6.10
2026-03-10 18:12:13 +08:00
plebeius
35d652b8b5
chore(deps): upgrade bitsocial-react-hooks
2026-03-10 18:09:43 +08:00
plebeius
c7565ddb17
chore: patch vulnerable transitive dependencies
2026-03-10 14:34:11 +08:00
plebeius
bcdc3f0df1
chore(release): v0.6.9
2026-03-09 21:31:14 +08:00
plebeius
17767e6383
chore(package.json): update author
2026-03-09 21:27:15 +08:00
plebeius
69c848e0ad
chore(deps): upgrade bitsocial-react-hooks
2026-03-09 19:05:32 +08:00
plebeius
417482060d
refactor: org name changed from bitsocialhq to bitsocialnet
2026-03-09 17:01:35 +08:00
plebeius
5d77a33c38
fix: patch bitsocial-react-hooks esm imports on install
...
Add a `postinstall` repair step for the git-based `@bitsocialhq/bitsocial-react-hooks` package so test and build environments stop tripping over extensionless relative imports in dist. This keeps GitHub Actions aligned with local installs without changing app logic.
2026-03-08 19:28:03 +08:00
plebeius
90a01057f2
chore(knip): trim dead exports and tool noise
2026-03-08 16:37:34 +08:00
plebeius
337603af39
chore(deps): upgrade bitsocial-react-hooks
2026-03-08 11:34:56 +08:00
plebeius
52414853fb
chore(tooling): add knip, test:coverage, and agent guidance
2026-03-07 21:31:20 +08:00
plebeius
b064cf0511
chore(deps): upgrade bitsocial-react-hooks
2026-03-07 21:15:47 +08:00
plebeius
76b3e97a31
chore(deps): upgrade bitsocial-react-hooks
2026-03-07 17:10:57 +08:00
plebeius
109811d144
chore(deps): upgrade bitsocial-react-hooks
2026-03-07 12:41:37 +08:00
plebeius
c69c46442b
chore(deps): upgrade bitsocial-react-hooks
2026-03-06 21:42:03 +08:00