Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
e6eb63a
Merge pull request #795 from bitsocialhq/master
tomcasaburi Jan 27, 2026
d57901b
Update AGENTS.md
tomcasaburi Jan 27, 2026
25c73ee
Merge branch 'development' of github.com:plebbit/seedit into development
tomcasaburi Jan 27, 2026
0e41853
Update README.md
tomcasaburi Jan 27, 2026
ec19e9a
typo
tomcasaburi Jan 27, 2026
73c3f10
typo
tomcasaburi Jan 27, 2026
c96ff9d
Delete notifications.yml
tomcasaburi Jan 27, 2026
f9a12e3
fix(ci): update macos runner image
tomcasaburi Jan 27, 2026
0eec52f
fix(release): update macos runner images, avoid environment error
tomcasaburi Jan 27, 2026
04d7752
Update plebbit.keystore
tomcasaburi Jan 27, 2026
109d67d
Update release.yml
tomcasaburi Jan 27, 2026
c81b6fa
fix(deps): update capacitor
tomcasaburi Jan 27, 2026
8335aaf
fix(ci): make smoke tests dynamically find electron artifacts
tomcasaburi Jan 27, 2026
033372b
perf(CI): remove redundant yarn build from Electron build step
tomcasaburi Jan 27, 2026
1d6ab6f
feat(search-bar): add same community alert
tomcasaburi Jan 27, 2026
5e1c40c
fix(ci): add explicit executableName to electron-builder config
tomcasaburi Jan 27, 2026
7fc8758
style(post): update share link domain to seedit.app
tomcasaburi Jan 27, 2026
b8f9df8
Update package.json
tomcasaburi Jan 27, 2026
f5daffd
delete docs
tomcasaburi Jan 27, 2026
83a6055
add analytics to seedit.app
tomcasaburi Jan 27, 2026
dc7c7c5
Update test.yml
tomcasaburi Jan 27, 2026
c42509f
Update package.json
tomcasaburi Jan 27, 2026
de12029
chore(package.json): upgrade plebbit-react-hooks
tomcasaburi Jan 27, 2026
b84ee93
fix(ci): restore executableName config and make smoke tests robust
tomcasaburi Jan 27, 2026
b2e1500
fix(ci): correct APP_PID to reference the app instead of timeout wrapper
tomcasaburi Jan 28, 2026
b727036
Update AGENTS.md
tomcasaburi Jan 28, 2026
2663d88
fix(ci): fix electron-builder command and smoke test executable detec…
tomcasaburi Jan 28, 2026
edfceae
chore(deps): update React types and react-markdown for React 19
tomcasaburi Jan 28, 2026
48c4be7
chore: pin all package versions for supply chain security
tomcasaburi Jan 28, 2026
8bef3fb
chore(AGENTS.md): add yarn audit to AI agent hooks
tomcasaburi Jan 28, 2026
01bc312
Update AGENTS.md
tomcasaburi Jan 28, 2026
3ff4f3a
fix: improve timeout and interval cleanup to prevent memory leaks
tomcasaburi Jan 28, 2026
d9c6336
fix(deps): update mdast-util-to-hast resolution
tomcasaburi Jan 28, 2026
f747563
Update test.yml
tomcasaburi Jan 28, 2026
03e188f
fix CI
tomcasaburi Jan 28, 2026
d65e2d4
refactor: migrate from electron-builder to Electron Forge and use kub…
tomcasaburi Jan 29, 2026
a8e3047
fix(notifications): avoid null platform
tomcasaburi Jan 29, 2026
4705015
fix(verify-executable.js): prevent overlapping port checks
tomcasaburi Jan 29, 2026
07a7dad
fix(electron): use pathToFileURL for kubo dynamic import
tomcasaburi Jan 29, 2026
c686692
fix(ci): package Electron app for CI smoke tests
tomcasaburi Jan 29, 2026
7441ade
Update find-forge-executable.js
tomcasaburi Jan 29, 2026
2d0d90b
fix CI
tomcasaburi Jan 29, 2026
7ad3bde
attempt to fix CI
tomcasaburi Jan 29, 2026
88380e9
fix CI
tomcasaburi Jan 29, 2026
e75b30c
debug: add detailed CI steps to diagnose electron-forge failure
tomcasaburi Jan 29, 2026
a61a8fd
debug: add DEBUG output and better error handling for electron-forge
tomcasaburi Jan 29, 2026
9feeace
fix: disable asar to fix electron-forge packaging failure
tomcasaburi Jan 29, 2026
216a6a3
Update sidebar.tsx
tomcasaburi Jan 29, 2026
015fa72
Create vercel.json
tomcasaburi Jan 29, 2026
2ad78b9
fix CI
tomcasaburi Jan 29, 2026
94e3d45
Update package.json
tomcasaburi Jan 29, 2026
dd5efca
fix CI
tomcasaburi Jan 29, 2026
e509d86
Update forge.config.js
tomcasaburi Jan 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 0 additions & 93 deletions .github/workflows/notifications.yml

This file was deleted.

13 changes: 9 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
fail-fast: false
matrix:
include:
- runner: macOS-13 # Intel x64
- runner: macos-15-intel # Intel x64
arch: x64
- runner: macOS-14 # Apple Silicon arm64
- runner: macos-latest # Apple Silicon arm64
arch: arm64
runs-on: ${{ matrix.runner }}
permissions:
Expand All @@ -82,6 +82,12 @@ jobs:
with:
python-version: '3.12'

# install missing dep for sqlite (use setup-python to avoid PEP 668 externally-managed-environment error)
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install setuptools

- name: Install dependencies (with Node v22)
run: yarn install --frozen-lockfile --ignore-engines
# make sure the ipfs executable is executable
Expand Down Expand Up @@ -177,8 +183,7 @@ jobs:
- run: sed -i "s/versionName \"1.0\"/versionName \"$(node -e "console.log(require('./package.json').version)")\"/" ./android/app/build.gradle
- run: cat ./android/app/build.gradle
# build apk
- run: npx cap update
- run: npx cap copy
- run: npx cap sync android
- run: cd android && gradle bundle
- run: cd android && ./gradlew assembleRelease --stacktrace
# optimize apk
Expand Down
Loading