sanasol
e8105cb30e
feat: add macOS code signing and notarization support
...
- Add entitlements.mac.plist for hardened runtime
- Add notarize.js post-sign hook for Apple notarization
- Update package.json with signing config and @electron/notarize dep
- Update GitHub Actions workflow with signing secrets
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 14:48:40 +01:00
Fazri Gading
c4acb32fcd
Update support_request.yml
2026-01-28 05:16:00 +08:00
Fazri Gading
7d2672b684
add hardware spec input in bug_report.yml
2026-01-27 03:41:26 +08:00
Fazri Gading
01823729ec
fix screenshot input in feature_request.yml
2026-01-27 03:40:22 +08:00
Fazri Gading
6b76eb365e
Update bug_report.yml
...
Add logs textfield to bug report
2026-01-27 03:21:47 +08:00
Fazri Gading
6fa933fece
Update support_request.yml
...
Added hardware specification
2026-01-27 03:19:06 +08:00
Fazri Gading
b39877f561
fix: release workflow for build-arch and build-linux
...
* build-arch job now only build arch .pkg.tar.zst package instead of the whole generic linux.
* build-linux job now exclude .pacman package since its deprecated and should not be used.
2026-01-26 17:46:40 +08:00
Fazri Gading
aed00cd067
add arch package .pkg.tar.zst for release
2026-01-26 13:52:18 +08:00
Fazri Gading
b99b22e8bf
fix: missing pacman builds
2026-01-26 09:23:15 +08:00
Fazri Gading
ceadd69eea
Update release.yml: changed heads ref
2026-01-26 05:03:31 +08:00
Fazri Gading
084347db03
prepare release for v2.1.0 ( #164 )
...
* fix: update tar to 7.5.6
* test: release on main branch using tag
* chore: remove previous release branch part
* fix: add deps for bsdtar
* fix: fix build tar.zst for arch
* fix: missing npm ci on release yml
* fix: remove pacman package json
* fix: revert tar version
* fix: revert tar in package-lock.json
* Update release.yml
2026-01-25 18:35:45 +08:00
Fazri Gading
de9c7d81f5
fix: replace pacman build with pkg.tar.zst and remove its deps, changed CF and Discord key mode
2026-01-25 14:45:45 +08:00
Fazri Gading
7e4a45e466
Merge branch 'release' into develop
2026-01-25 05:24:08 +08:00
Fazri Gading
34f93e962b
docs: adjusted github template & add new contributors name ( #133 )
...
* docs: add new contributors to the list
* docs: fix template and new adjustments
* docs: fix github template & add new contributors
* removed config.yml
2026-01-24 15:57:20 +08:00
Fazri Gading
2a87acfe46
Final patch for release.yml v2.0.11
2026-01-23 22:46:31 +08:00
Fazri Gading
a2e2d5e5fd
implemented late patch should be in #115
2026-01-23 22:10:35 +08:00
Fazri Gading
34143d9872
patch v2.0.11-beta: fix env issue in GA release, warn Intel Mac users, add com templates. ( #115 )
...
* fix: throw error for Intel Mac user
* docs: first draft of issue and PR template
* fix: env of curseforge API key and discord client ID
2026-01-23 21:30:27 +08:00
Fazri Gading
08c2218cf8
Merge branch 'feature/community-templates' into develop
2026-01-23 21:14:20 +08:00
Fazri Gading
203a56879f
Update release.yml
2026-01-23 16:20:40 +08:00
Fazri Gading
da843257c1
docs: first draft of issue and PR template
2026-01-23 06:00:36 +08:00
chasem-dev
24c2371b50
Add semantic versioning policy documentation - numerical versions only
2026-01-22 13:10:01 -05:00
chasem-dev
6eb628559b
Fix: Use explicit latest-linux.yml to prevent yml file collision
...
The glob pattern latest*.yml was matching both latest-linux.yml AND
latest.yml from the Linux build, causing the Windows latest.yml to be
overwritten with incorrect checksums.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-22 11:53:15 -05:00
chasem-dev
204d6b21f6
Fix SHA512 checksum mismatch handling - clear cache and retry automatically
2026-01-22 11:12:59 -05:00
chasem-dev
61433bfeea
Fix Linux metadata files in workflow and improve error handling
2026-01-22 10:18:28 -05:00
Fazri Gading
4ac12e0e24
fix release version name
2026-01-21 21:01:32 +08:00
Fazri Gading
b62e94a415
fix: package.json Module Not Found in 'Get version' step
2026-01-21 19:53:00 +08:00
Fazri Gading
3e82e8fadb
add libarchive-tools for bsdtar in release workflow
2026-01-21 18:38:49 +08:00
Fazri Gading
ff5acb5278
fix release build naming
2026-01-21 16:24:47 +08:00
Fazri Gading
5d75ca80aa
update 2.0.2b: add latest.yml for win & linux, arm64 support; remove snap
2026-01-21 16:07:57 +08:00
Fazri Gading
048f2040f1
add more linux pkgs, create auto-release and pre-release feature for Github Actions
2026-01-21 06:41:25 +08:00
Fazri Gading
a0f49f126c
add libarchive-tools dep for pacman package
2026-01-21 00:53:47 +08:00
AMIAY
f2a05d2079
Update release.yml
2026-01-20 09:49:11 +01:00
AMIAY
cece338609
Update release.yml
2026-01-20 09:48:15 +01:00
AMIAY
261582a882
Update release.yml
2026-01-20 09:47:34 +01:00
AMIAY
0f0f0fa308
Update release.yml
2026-01-20 09:46:33 +01:00
AMIAY
5e6a07f0a6
Allow manual trigger for release workflow
2026-01-20 09:42:16 +01:00
AMIAY
b0c8c6affa
Add npm install step to release workflow
...
Added npm install step before npm ci for all platforms.
2026-01-18 13:55:39 +01:00
AMIAY
6f3ae4aed7
Add README1.md to the .github directory
2026-01-18 13:45:48 +01:00
sanasol
2896ca862b
Add README for GitHub Actions build and release workflow detailing triggers, platforms, and artifact generation
2026-01-18 13:27:36 +01:00
sanasol
b5adf4aa6c
Add GitHub Actions workflow for building and releasing artifacts across Linux, Windows, and macOS platforms
2026-01-18 13:08:51 +01:00
sanasol
6df5b056c5
Add GitHub Actions workflow for building and releasing artifacts across Linux, Windows, and macOS platforms
2026-01-18 12:43:19 +01:00
sanasol
df46a74089
Add GitHub Actions workflow for building and releasing artifacts across Linux, Windows, and macOS platforms
2026-01-18 12:36:11 +01:00