Tommaso Casaburi
67ddaee673
docs(blotter): keep release highlights user-facing
2026-05-21 17:50:00 +07:00
Tommaso Casaburi and GitHub
536d9ac0b8
fix(directory): load per-directory list files ( #1134 )
...
Merge board directories from the new bitsocialnet/lists per-directory layout on the client side.
Update vendored fallback data, sync tooling, directory references, and tests.
Treat failed board stat fetches as complete on the home page so stats do not stay loading forever.
2026-05-20 23:31:58 +07:00
Tommaso Casaburi
d6d01c0571
docs(agents): add generated LLM context workflow
2026-05-20 14:48:34 +07:00
Tommaso Casaburi
714a47a32b
chore(release): v0.8.5
2026-05-15 18:51:20 +07:00
Tommaso Casaburi
3e8508e9ad
chore(release): deploy web release to Vercel
2026-05-11 17:31:32 +07:00
Tommaso Casaburi
e38d888b74
chore(release): v0.8.4
2026-05-11 16:22:55 +07:00
Tommaso Casaburi and GitHub
556973a445
Improve React Doctor score and badge ( #1127 )
...
* fix(react doctor): improve quality score and badge
* fix(react doctor): address review feedback
* fix(review): address final bot feedback
2026-05-10 18:25:13 +07:00
Tommaso Casaburi and GitHub
e7a6c377c9
Sign web release manifests ( #1128 )
...
* feat(release): sign web release manifests
* ci(doctor): skip non-ui pull requests
2026-05-10 14:59:28 +07:00
Tommaso Casaburi and GitHub
aaa0d88d6a
fix: remove Android self-install updater ( #1125 )
...
* fix: remove Android self-install updater
* fix: open Android updates in native browser
2026-05-06 17:56:00 +07:00
Tommaso Casaburi
d0e1d192e3
chore(release): v0.8.3
2026-05-01 22:57:41 +07:00
Tommaso Casaburi
807a68805c
chore(release): v0.8.2
2026-04-30 19:01:51 +07:00
Tommaso Casaburi
b0219fe6b1
chore(release): v0.8.1
2026-04-29 23:48:32 +07:00
Tommaso Casaburi
ae62b9dbf1
docs(portless): document HTTPS proxy prompt
2026-04-28 14:39:57 +07:00
Tommaso Casaburi
33bf4dabce
fix(portless): force HTTPS proxy startup
2026-04-28 14:34:23 +07:00
Tommaso Casaburi
34b60c7d53
chore(portless): upgrade local dev URLs
2026-04-28 14:25:16 +07:00
Tommaso Casaburi
4fe0494be6
docs(agent rules): require React best-practices review
2026-04-27 12:39:15 +07:00
Tommaso Casaburi
76a3a763a5
chore(ai tooling): sync harness configs
2026-04-23 14:14:55 +07:00
Tommaso Casaburi
c0c0a9ba90
chore(release): v0.8.0
2026-04-23 12:57:15 +07:00
Tommaso Casaburi
683c407043
fix(dev): auto-open portless URL after vite is ready
...
Vite's built-in server.open fired before portless was reachable and
used the wrong hardcoded URL, so yarn start opened a 404. Disable
vite's open when PORTLESS_URL is set and explicitly open the
branch-scoped URL from start-dev.js after HTTP 2xx/3xx readiness.
2026-04-18 13:54:36 +07:00
Tommaso Casaburi
d07f5b3962
chore(worktree): auto-run yarn install on new worktrees
...
Add a Claude Code SessionStart hook (matcher: startup) that runs
`corepack yarn install` when node_modules is missing, so worktrees Claude
creates internally are immediately usable. Also extend create-task-worktree.sh
to install deps after the worktree is created, covering Codex/Cursor/manual
flows that share that script.
2026-04-17 14:30:41 +07:00
Tommaso Casaburi
ee7a5b5778
refactor(core): remove legacy plebbit terminology
2026-04-17 10:48:27 +07:00
Tommaso Casaburi
142f38909e
fix(deps): remove hooks consumer patch
2026-04-15 14:23:51 +07:00
Tommaso Casaburi
3fc9f0fa19
chore(agent hooks): remind on new React effects and memos
2026-04-15 13:31:13 +07:00
Tommaso Casaburi
621235379c
fix(feed): support strict community refs and safer domain publishing
2026-04-15 12:51:21 +07:00
Tommaso Casaburi
f52545ec5b
fix(directories): support multisub public keys
2026-04-13 14:54:23 +07:00
Tommaso Casaburi
19095aefa1
fix(hooks): handle pkc rebrand regressions
2026-04-11 16:57:00 +07:00
Tommaso Casaburi
556c6571c1
chore(release): v0.7.4
2026-04-09 16:49:04 +07:00
Tommaso Casaburi
6a3040dc55
fix(portless): fall forward when branch route is occupied
2026-03-31 17:42:37 +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
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
85e81aae2e
fix(release): normalize asset names
2026-03-21 12:41:32 +08:00
Tommaso Casaburi
7af59ae556
chore(release): v0.7.3
2026-03-20 21:54:22 +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 and GitHub
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
a2286aa68e
feat(app-update): add in-app update flow with native e2e coverage
2026-03-19 20:19:48 +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 and GitHub
ebf5ab64e4
chore(ai-workflow): tighten agent workflow and worktree tooling ( #1107 )
...
* chore(ai-workflow): tighten agent workflow and worktree tooling
* fix(ai-workflow): address review feedback
* fix(ai-workflow): make format hook portable
2026-03-17 19:58:30 +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
d08becf4b2
chore(readme): add dynamic coverage badge
2026-03-16 20:55:01 +08:00
Tommaso Casaburi
2df838a14c
chore(release): v0.7.0
2026-03-12 18:52:12 +08:00
plebeius
3401ec147f
fix(ci): URL-encode asset filenames and allow release updates
...
Spaces in Electron Forge filenames (e.g. "5chan Setup.exe") broke
markdown download links in the release body. Also add allowUpdates
to finalize-release so it succeeds when a release already exists.
2026-03-10 18:55:28 +08:00
plebeius
ec2c2d5d70
chore(release): v0.6.10
2026-03-10 18:26:11 +08:00
plebeius
cd11f1d4df
chore(release): v0.6.10
2026-03-10 18:12:13 +08:00
plebeius
10cd99545e
fix(ci): prevent partial releases when a build job fails
...
Restructure the release workflow so build jobs upload workflow artifacts
instead of creating GitHub releases directly. A single finalize-release
job downloads all artifacts and creates the release only when every
platform build succeeds. Also removes the unused gradle bundle step
from the Android job and adds retry logic to gradlew assembleRelease.
2026-03-10 12:21:37 +08:00
plebeius
bcdc3f0df1
chore(release): v0.6.9
2026-03-09 21:31:14 +08:00
plebeius
417482060d
refactor: org name changed from bitsocialhq to bitsocialnet
2026-03-09 17:01:35 +08:00