[PR #245] [MERGED] WIP: Windows #1250

Closed
opened 2026-05-07 01:01:12 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/245
Author: @binwiederhier
Created: 5/9/2022
Status: Merged
Merged: 5/11/2022
Merged by: @binwiederhier

Base: mainHead: windows


📝 Commits (8)

  • 7d47348 Working Windows build
  • 613348d Continued work on Windows CLI
  • 19d2a46 Build for Windows
  • f63b15b Merge branch 'main' into windows
  • 6d601ad macOS
  • 3baa93a Merge branch 'main' into windows
  • 5a8818a "make update" target
  • fe96110 macOS universal binaries, install instructions for Windows and macOS

📊 Changes

24 files changed (+605 additions, -404 deletions)

View changed files

📝 .goreleaser.yml (+61 -11)
📝 Makefile (+64 -46)
📝 cmd/access_linux.go (+4 -0)
📝 cmd/access_linux_test.go (+0 -0)
📝 cmd/app.go (+3 -15)
📝 cmd/publish.go (+5 -2)
📝 cmd/serve_linux.go (+4 -0)
📝 cmd/serve_linux_test.go (+0 -0)
📝 cmd/subscribe.go (+45 -32)
cmd/subscribe_darwin.go (+16 -0)
cmd/subscribe_linux.go (+16 -0)
cmd/subscribe_windows.go (+15 -0)
📝 cmd/user_linux.go (+5 -0)
📝 cmd/user_linux_test.go (+0 -0)
📝 docs/develop.md (+17 -15)
📝 docs/install.md (+33 -2)
📝 docs/publish.md (+1 -1)
📝 docs/releases.md (+4 -0)
📝 docs/subscribe/cli.md (+34 -4)
📝 go.mod (+9 -9)

...and 4 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/binwiederhier/ntfy/pull/245 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 5/9/2022 **Status:** ✅ Merged **Merged:** 5/11/2022 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `windows` --- ### 📝 Commits (8) - [`7d47348`](https://github.com/binwiederhier/ntfy/commit/7d473488de6744da13e9bfa36f71a5262836e1ae) Working Windows build - [`613348d`](https://github.com/binwiederhier/ntfy/commit/613348d37eccbb0a3064c52c4774f9857e032806) Continued work on Windows CLI - [`19d2a46`](https://github.com/binwiederhier/ntfy/commit/19d2a46457d19a3f8580884e6c667b033e78d762) Build for Windows - [`f63b15b`](https://github.com/binwiederhier/ntfy/commit/f63b15ba5af20d6e4d550b6d009893cacecf1710) Merge branch 'main' into windows - [`6d601ad`](https://github.com/binwiederhier/ntfy/commit/6d601ad141275d33d1f74d7358e0b531c59cb7b1) macOS - [`3baa93a`](https://github.com/binwiederhier/ntfy/commit/3baa93a0d47a9e824f6f9022befd15127afc499e) Merge branch 'main' into windows - [`5a8818a`](https://github.com/binwiederhier/ntfy/commit/5a8818ac92e52484ce033fe6d1516daa4b103584) "make update" target - [`fe96110`](https://github.com/binwiederhier/ntfy/commit/fe96110e6b1c04a840a7200db6c7f74646ec6609) macOS universal binaries, install instructions for Windows and macOS ### 📊 Changes **24 files changed** (+605 additions, -404 deletions) <details> <summary>View changed files</summary> 📝 `.goreleaser.yml` (+61 -11) 📝 `Makefile` (+64 -46) 📝 `cmd/access_linux.go` (+4 -0) 📝 `cmd/access_linux_test.go` (+0 -0) 📝 `cmd/app.go` (+3 -15) 📝 `cmd/publish.go` (+5 -2) 📝 `cmd/serve_linux.go` (+4 -0) 📝 `cmd/serve_linux_test.go` (+0 -0) 📝 `cmd/subscribe.go` (+45 -32) ➕ `cmd/subscribe_darwin.go` (+16 -0) ➕ `cmd/subscribe_linux.go` (+16 -0) ➕ `cmd/subscribe_windows.go` (+15 -0) 📝 `cmd/user_linux.go` (+5 -0) 📝 `cmd/user_linux_test.go` (+0 -0) 📝 `docs/develop.md` (+17 -15) 📝 `docs/install.md` (+33 -2) 📝 `docs/publish.md` (+1 -1) 📝 `docs/releases.md` (+4 -0) 📝 `docs/subscribe/cli.md` (+34 -4) 📝 `go.mod` (+9 -9) _...and 4 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>
BreizhHardware 2026-05-07 01:01:12 +02: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/ntfy#1250
No description provided.