Commit Graph
31 Commits
Author SHA1 Message Date
plebeius 6f7dcb410b chore: release v0.6.6 2026-02-16 19:20:53 +08:00
plebeius ec620238e3 feat(directories): add schema adapters and preserve v2 metadata
Multi-adapter boundary in normalizeDirectoriesData() supports both
communities[] and directories[] upstream schemas. Sync script mirrors
logic and writes canonical format. Preserves directoryCode and features
for future use.
2026-02-15 18:27:12 +08:00
plebeius 8645f7365a feat(build): sync vendored directories from GitHub on start and build
Adds sync-directories.js script that fetches 5chan-directories.json from bitsocialhq/lists and updates the vendored fallback. Runs before generate:assets in prestart and prebuild to ensure the fallback is fresh for every build. Non-fatal: if fetch fails, existing file is kept.
2026-02-15 14:14:21 +08:00
plebeius ad41a78974 feat(post-page): enable Update button to refresh replies, add Auto alert translation
Update button calls useReplies().reset() for manual refresh. Auto button
shows translated informational alert. Register reply feed reset in Post
desktop/mobile when on post page.
2026-02-12 17:44:26 +08:00
plebeius 9c1879045d update links 2026-02-11 21:27:18 +08:00
plebeius 6271d15dae Update release-body.js 2026-02-11 19:15:42 +08:00
plebeius 11b713ce10 chore: release v0.6.4 2026-02-10 21:36:39 +08:00
plebeius 3be78393d1 feat(release): extract one-liner release description 2026-02-10 14:01:44 +08:00
plebeius 6192095bd4 Update generate-asset-manifest.js 2026-02-08 18:29:27 +08:00
plebeius fce46615f1 bonfida resolutions shouldn't be needed 2026-01-30 13:23:15 +08:00
plebeius 16012b4239 fix(find-forge-executable): make appName preference effective
Added fallback variable to track valid candidates that don't match appName. Now returns immediately on exact match, otherwise continues searching and falls back to any valid executable. Applied fix consistently across Windows, Darwin, and Linux branches including .app directories and .AppImage files.
2026-01-30 12:57:52 +08:00
plebeius 815f618320 refactor: migrate from electron-rebuild to electron-forge 2026-01-30 12:28:41 +08:00
plebeius 431e171049 Add Bonfida import fix script and improve release workflow 2026-01-30 11:50:20 +08:00
plebeius 1bdff81899 Update release-body.js 2026-01-22 17:29:17 +01:00
plebeius 96c5dff794 feat(update-translations.js): remove unused translations, add translation cleanup audit with dynamic key safety 2026-01-03 17:39:21 +01:00
plebeius f3629a47c2 Update update-translations.js 2026-01-03 00:01:32 +01:00
plebeius d46d7edffe perf: preload theme button and background images on app startup 2025-12-29 13:55:20 +01:00
plebeius 4fd9a9c1a9 fix: align asset-manifest generator output with prettier config
The generator was using JSON.stringify which outputs double quotes, but our prettier config requires single quotes and trailing commas. This caused lint-staged to reformat the file during pre-commit, resulting in empty commit errors.
2025-11-02 18:40:15 +01:00
plebeius f26da13c77 refactor: implement scalable asset manifest system for dynamic images
Created build-time script to generate TypeScript manifest from public/assets, avoiding import.meta.glob limitations. Images stay in public/ for scalability (supports hundreds), while components get type-safe auto-discovery. Manifest auto-regenerates before builds.
2025-11-01 19:39:22 +01:00
plebeius 3360a41b00 fix: rename invalid identifiers starting with digit to fivechan 2025-10-18 23:06:21 +02:00
plebeius d82bb58c3e feat: add script to automate translations 2025-10-18 22:49:09 +02:00
plebeius 1360dd8348 feat: rename plebchan to 5chan 2025-10-17 23:30:35 +02:00
plebeius 0b3ed6e009 Update release-body.js 2025-07-29 17:16:45 +02:00
Tom (plebeius.eth) 20c601ac18 Update release-body.js 2025-06-04 15:00:46 +02:00
Tom (plebeius.eth) bbc64241be Update release-body.js 2025-06-03 17:51:55 +02:00
Tom (plebeius.eth) 3461dc4100 Update release-body.js 2025-03-18 15:38:59 +01:00
Tom (plebeius.eth) bc2d201d80 chore: convert to esm, add window.plebbitRpcAuthKey, add defaultMediaIpfsGatewayUrl 2024-06-20 15:35:28 +02:00
Esteban Abaroa 8a667c97fb chore: add changelog to release body 2023-09-18 00:08:27 +00:00
Esteban Abaroa 2cfce52c43 provide the cid as base32 2023-06-03 20:03:07 +00:00
Esteban Abaroa 37b37b04fc show commit ref on home page on netlify 2023-05-24 22:30:49 +00:00
Esteban Abaroa 41cdc9db3b add electron 2023-04-24 19:42:49 +00:00