Commit Graph
3373 Commits
Author SHA1 Message Date
Tommaso Casaburi 6e8c9148d7 chore(deps): upgrade vite to 8.0.4
Made-with: Cursor
2026-04-06 15:06:55 +07:00
Tommaso Casaburi a35ec83966 fix(catalog): address missed review findings 2026-04-03 15:51:57 +07:00
Tommaso CasaburiandGitHub 7ba28becc5 fix(catalog): stop virtualizing single-board catalogs (#1121)
* fix(catalog): defer pretext row work and trim multiboard append batches

* fix(catalog): stop virtualizing single-board catalogs
2026-04-03 15:08:22 +07:00
Tommaso CasaburiandGitHub 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 4fb7739991 fix(catalog-search): clear stale query filter 2026-04-01 19:05:58 +07:00
Tommaso Casaburi 99c0bbfac5 perf(board): reduce mobile reverse-scroll jank 2026-03-31 19:47:36 +07:00
Tommaso Casaburi eeb288e2dc fix(catalog): avoid stretching unknown-size thumbnails 2026-03-31 17:46:01 +07:00
Tommaso Casaburi 6a3040dc55 fix(portless): fall forward when branch route is occupied 2026-03-31 17:42:37 +07:00
Tommaso Casaburi 315505fb8d fix(deps): patch vulnerable transitive packages 2026-03-31 16:59:07 +07:00
Tommaso Casaburi 8078d10441 fix(portless): avoid route collisions across worktrees 2026-03-30 17:32:01 +07:00
Tommaso Casaburi 75958ac0c5 fix(dev server): fall forward from port 1355 without portless 2026-03-30 17:20:38 +07:00
Tommaso Casaburi 3cda3155a8 merge: bring reply modal recenter fix into master 2026-03-29 18:54:44 +07:00
Tommaso Casaburi ec47d37911 add CLAUDE.md pointing to AGENTS.md 2026-03-29 18:46:07 +07:00
Tommaso Casaburi 36ab2b0811 chore: update AGENTS.md to include .claude alongside .codex and .cursor 2026-03-29 18:23:40 +07:00
Tommaso Casaburi e345935aac fix(reply modal): stop recentering on input 2026-03-29 16:40:09 +07:00
Tommaso CasaburiandClaude Opus 4.6 189d1c2165 add .claude config folder with Claude-equivalent agent and hook settings
Mirrors .cursor and .codex structure with Claude model assignments:
- haiku for lighter tasks (translator, browser-check, profiler)
- sonnet for standard tasks (code-quality, plan-implementer, etc.)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 16:35:21 +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 971bf8b85b docs(ai): clarify browser session choice for verification 2026-03-26 14:15:15 +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 0b844e6060 fix(favicon): harden sfw board icon swapping 2026-03-24 16:03:31 +07:00
Tommaso Casaburi fae4bcfe7f chore: add auto-open Android USB preview and waitForPort 2026-03-24 12:50:09 +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 3b2110ebc5 docs(blotter): rewrite release messages for general users 2026-03-21 17:52:07 +08:00
Tommaso Casaburi 85e81aae2e fix(release): normalize asset names 2026-03-21 12:41:32 +08:00
Tommaso Casaburi 7af59ae556 chore(release): v0.7.3 v0.7.3 2026-03-20 21:54:22 +08:00
Tommaso Casaburi 5ce0e797c7 fix(release): include version in DMG artifact names 2026-03-20 21:53:07 +08:00
Tommaso CasaburiandGitHub 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 4ec74bc85e fix(ci): cache yarn after corepack in windows packaging 2026-03-20 18:32:43 +08:00
Tommaso Casaburi 1bec1fd549 Update ci.yml 2026-03-20 18:08:05 +08:00
Tommaso Casaburi 4d5ee595e4 fix(ci): windows job was hanging 2026-03-20 17:32:24 +08:00
Tommaso CasaburiandGitHub 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 ce2ad82c8c fix: allow edit modal saves after delete toggles 2026-03-20 16:20:04 +08:00
Tommaso Casaburi 125ddf4672 chore: bump knip to v6
Made-with: Cursor
2026-03-20 16:08:11 +08:00
Tommaso CasaburiandGitHub 5ecf8fbea8 feat: add in-app update flow and native e2e verification (#1112)
* feat(app-update): add in-app update flow with native e2e coverage

* docs(ai-workflow): infer closed-issue labels automatically

* fix(app-update): address native updater review findings

* fix(android): validate updater redirect hosts

* fix(electron): harden updater file names
2026-03-20 13:31:52 +08:00
Tommaso Casaburi dd4451c8c5 chore(cursor): use composer-2 for subagents 2026-03-20 12:51:22 +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 CasaburiandGitHub 5dbb404635 Merge pull request #1110 from bitsocialnet/fix/electron-rebuild-bin
fix(ci): declare electron rebuild binary
2026-03-19 15:23:26 +08:00
Tommaso Casaburi 34662f1989 fix(ci): declare electron rebuild binary 2026-03-19 15:19:26 +08:00
Tommaso CasaburiandGitHub 8cced0fc8b Merge pull request #1109 from bitsocialnet/codex/chore/yarn4-corepack
chore: migrate to Corepack-managed Yarn 4
2026-03-19 15:06:12 +08:00
Tommaso Casaburi 50301fb4e8 fix(ci): avoid husky during yarn install 2026-03-19 15:02:12 +08:00
Tommaso Casaburi da62c27180 fix(ci): drop legacy yarn install flags 2026-03-19 14:54:17 +08:00
Tommaso Casaburi 91e5131d29 fix(ci): remove setup-node yarn cache 2026-03-19 14:47:35 +08:00
Tommaso Casaburi 15df2e5385 fix(vercel): use Yarn 4 install command 2026-03-19 14:43:27 +08:00
Tommaso Casaburi 4e29707522 docs(setup): pin Node 22.12.0 and document Corepack workflow 2026-03-19 14:23:08 +08:00
Tommaso Casaburi f342179f1a chore(tooling): migrate 5chan to Yarn 4 2026-03-19 13:41:03 +08:00
Tommaso Casaburi e0fa1ca83f chore(footer): update telegram link 2026-03-18 16:05:41 +08:00
Tommaso Casaburi 132eaa3691 chore(release): v0.7.2 v0.7.2 2026-03-17 20:42:04 +08:00