Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Add "preview" update channel to match macOS

Aperta
#127 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
35/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
csharp
Ambito
desktop, release

Direzione di ricerca

Inizia leggendo lo SparkleUpdateController esistente e l'attuale flusso di packaging, firma e pubblicazione degli artifact delle release. Definisci come dovrebbero funzionare la selezione del canale preview, la numerazione delle versioni e l'archiviazione su releases.coder.com, quindi verifica che gli installer preview e il ritorno a stable gestiscano il vincolo di downgrade indicato.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Currently we only have a "stable" update channel. It would be worthwhile to have a preview channel for dogfooding or customers that want to try new features before they're released.

  • We will need to generate version numbers for preview builds
    • macOS currently does this by setting the 4th version field (0.0.0.z) to the number of commits since the last release
  • We will need to package them identically to release builds
    • And sign them!
  • We will need to push the preview artifacts somewhere
    • macOS currently does this with a "preview" release, but I dislike this pattern and would probably opt for storing them on releases.coder.com
  • We will need to update the SparkleUpdateController code to handle channel selection, and add UI elements to select a channel

One potential challenge is that our installers forbid downgrading (for good reason). Once a user switches to the preview channel, they won't be able to switch back to the release channel until a new version is released (or they uninstall/reinstall). I think NetSparkle probably handles this for us though if we go with the same version number system as macOS.

Lingua principale
C#
Stelle
29
Fork
12
Merge medio
4h 15m
PR unite (30g)
2

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di coder/coder-desktop-windows

Tutte le issue di coder/coder-desktop-windows

Issue simili

Altre issue su C#

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.