[PR #102] [MERGED] Merge dev to master #238

Closed
opened 2026-03-14 20:37:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Archeb/opentrace/pull/102
Author: @Archeb
Created: 12/30/2025
Status: Merged
Merged: 12/30/2025
Merged by: @Archeb

Base: masterHead: dev


📝 Commits (10+)

  • 3e11630 fix(ui): menubar on macOS
  • 7cb90ea feat(release): macOS dmg build and notarization configuration
  • 5c64496 feat(ci): Build for Release (macOS)
  • 92d39cc fix(ci): fix macos build release
  • 7ded25c fix(ci): try to fix build release macos
  • ea9d7cc fix(ci): sign nexttrace first
  • e3143b0 fix(ci): reorder jobs
  • f91dfc4 fix(ci): download and move nexttrace
  • 521c063 fiix(ci): rename artifact
  • 4a32c5f feat(wrapper): remove macOS permission escalation implementation

📊 Changes

36 files changed (+1565 additions, -203 deletions)

View changed files

.github/workflows/build-release-macos.yml (+91 -0)
📝 .github/workflows/build-release.yml (+2 -20)
📝 .gitignore (+4 -1)
Assets/DmgBackground.af (+0 -0)
Assets/DmgBackground.png (+0 -0)
📝 Assets/Scripts/openStreetMap.js (+28 -1)
Entitlements.plist (+12 -0)
HomePage/build.js (+217 -0)
HomePage/favicon.ico (+0 -0)
HomePage/i18n.json (+98 -0)
HomePage/img/linux.png (+0 -0)
HomePage/img/logo.png (+0 -0)
HomePage/img/macos.jpg (+0 -0)
HomePage/img/macos_dark.jpg (+0 -0)
HomePage/img/windows.png (+0 -0)
HomePage/package.json (+15 -0)
HomePage/template.html (+681 -0)
📝 Info.plist (+11 -0)
📝 Infrastructure/UserSettings.cs (+0 -3)
📝 OpenTrace.csproj (+25 -4)

...and 16 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Archeb/opentrace/pull/102 **Author:** [@Archeb](https://github.com/Archeb) **Created:** 12/30/2025 **Status:** ✅ Merged **Merged:** 12/30/2025 **Merged by:** [@Archeb](https://github.com/Archeb) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`3e11630`](https://github.com/Archeb/opentrace/commit/3e1163058dddec6cfa495e4c2ab2ffd64e828bf7) fix(ui): menubar on macOS - [`7cb90ea`](https://github.com/Archeb/opentrace/commit/7cb90eadc0e62ed4004bd4634e1c160cf76c2892) feat(release): macOS dmg build and notarization configuration - [`5c64496`](https://github.com/Archeb/opentrace/commit/5c64496e289cb00f5459cd38a03c796a445ef29b) feat(ci): Build for Release (macOS) - [`92d39cc`](https://github.com/Archeb/opentrace/commit/92d39cc17e06c2e2bc4bc45f8349eadc11d3b96f) fix(ci): fix macos build release - [`7ded25c`](https://github.com/Archeb/opentrace/commit/7ded25c2a4877f3b2d0e241de3e08fa8097c0ecc) fix(ci): try to fix build release macos - [`ea9d7cc`](https://github.com/Archeb/opentrace/commit/ea9d7cc26a80e25bd82432f6b2bca4bde18cade3) fix(ci): sign nexttrace first - [`e3143b0`](https://github.com/Archeb/opentrace/commit/e3143b0097f489143339049aa7487d3873c55919) fix(ci): reorder jobs - [`f91dfc4`](https://github.com/Archeb/opentrace/commit/f91dfc467fc08929256d327d67482fa37428f81a) fix(ci): download and move nexttrace - [`521c063`](https://github.com/Archeb/opentrace/commit/521c063deb284da8ac314a56f55e9e12c18c194e) fiix(ci): rename artifact - [`4a32c5f`](https://github.com/Archeb/opentrace/commit/4a32c5f4536055a3c69c468ffeb7d7d3a114b5d6) feat(wrapper): remove macOS permission escalation implementation ### 📊 Changes **36 files changed** (+1565 additions, -203 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build-release-macos.yml` (+91 -0) 📝 `.github/workflows/build-release.yml` (+2 -20) 📝 `.gitignore` (+4 -1) ➕ `Assets/DmgBackground.af` (+0 -0) ➕ `Assets/DmgBackground.png` (+0 -0) 📝 `Assets/Scripts/openStreetMap.js` (+28 -1) ➕ `Entitlements.plist` (+12 -0) ➕ `HomePage/build.js` (+217 -0) ➕ `HomePage/favicon.ico` (+0 -0) ➕ `HomePage/i18n.json` (+98 -0) ➕ `HomePage/img/linux.png` (+0 -0) ➕ `HomePage/img/logo.png` (+0 -0) ➕ `HomePage/img/macos.jpg` (+0 -0) ➕ `HomePage/img/macos_dark.jpg` (+0 -0) ➕ `HomePage/img/windows.png` (+0 -0) ➕ `HomePage/package.json` (+15 -0) ➕ `HomePage/template.html` (+681 -0) 📝 `Info.plist` (+11 -0) 📝 `Infrastructure/UserSettings.cs` (+0 -3) 📝 `OpenTrace.csproj` (+25 -4) _...and 16 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 20:37:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentrace#238
No description provided.