[PR #2126] [CLOSED] Copilot/fix afe8dbdb 6a4d 427f becf 2974c55f948b #1845

Closed
opened 2026-05-05 08:03:11 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/2126
Author: @robmillersoftware
Created: 9/21/2025
Status: Closed

Base: masterHead: copilot/fix-afe8dbdb-6a4d-427f-becf-2974c55f948b


📝 Commits (7)

  • d508334 Remove dead key mappings for grave and tilde
  • 79b68b1 Replace multiple make commands with make build
  • 76239df Initial plan
  • 9242c3e Add GitHub Actions release workflow and fix compilation headers
  • a8b9900 Fix YAML syntax in release workflow file
  • 6525a81 Remove test archive file and update gitignore
  • 65d5f46 Add GitHub Actions workflow for automated release builds

📊 Changes

6 files changed (+66 additions, -6 deletions)

View changed files

.github/workflows/c-cpp.yml (+17 -0)
.github/workflows/release-build.yml (+45 -0)
📝 .gitignore (+2 -0)
📝 src/lib/barrier/KeyMap.cpp (+0 -6)
📝 src/lib/base/String.h (+1 -0)
📝 src/lib/net/FingerprintData.h (+1 -0)

📄 Description

Contributor Checklist:

  • I have created a file in the doc/newsfragments directory IF it is a
    user-visible change (and make sure to read the README.md in that directory)

🔄 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/debauchee/barrier/pull/2126 **Author:** [@robmillersoftware](https://github.com/robmillersoftware) **Created:** 9/21/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `copilot/fix-afe8dbdb-6a4d-427f-becf-2974c55f948b` --- ### 📝 Commits (7) - [`d508334`](https://github.com/debauchee/barrier/commit/d50833412c5207e60b8dc7446d0d3c6758e04f74) Remove dead key mappings for grave and tilde - [`79b68b1`](https://github.com/debauchee/barrier/commit/79b68b14ecb9a0a20f922d66e19515190a5d7c43) Replace multiple make commands with make build - [`76239df`](https://github.com/debauchee/barrier/commit/76239df2c18ea0b7654f9857534fb0ee41232b03) Initial plan - [`9242c3e`](https://github.com/debauchee/barrier/commit/9242c3e241460ee63db1bb172724925d17fa9daa) Add GitHub Actions release workflow and fix compilation headers - [`a8b9900`](https://github.com/debauchee/barrier/commit/a8b9900a330a94471083fa9b8958f39b353dc958) Fix YAML syntax in release workflow file - [`6525a81`](https://github.com/debauchee/barrier/commit/6525a81af15b7894d3201148b3025c442af6c359) Remove test archive file and update gitignore - [`65d5f46`](https://github.com/debauchee/barrier/commit/65d5f46a7d4b23f68bc65f6f13fa015ac4987c14) Add GitHub Actions workflow for automated release builds ### 📊 Changes **6 files changed** (+66 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/c-cpp.yml` (+17 -0) ➕ `.github/workflows/release-build.yml` (+45 -0) 📝 `.gitignore` (+2 -0) 📝 `src/lib/barrier/KeyMap.cpp` (+0 -6) 📝 `src/lib/base/String.h` (+1 -0) 📝 `src/lib/net/FingerprintData.h` (+1 -0) </details> ### 📄 Description ## Contributor Checklist: * [ ] I have created a file in the `doc/newsfragments` directory *IF* it is a user-visible change (and make sure to read the `README.md` in that directory) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 08:03:11 -06: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: github-starred/barrier#1845
No description provided.