mirror of
https://github.com/hoornet/vega.git
synced 2026-05-06 12:19:11 -07:00
Update AUR package name to vega-nostr-git (vega-git was taken)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
name: Podcast playback idea
|
||||
description: Background audio podcast playback in Wrystr, inspired by Fountain.fm's Nostr integration
|
||||
type: project
|
||||
---
|
||||
|
||||
**Idea: In-app podcast listening for Nostr-native podcasts**
|
||||
|
||||
Fountain.fm publishes podcast episodes on Nostr. Wrystr could support playback the other way around — discover and listen to podcasts from within Wrystr.
|
||||
|
||||
**Why:** Desktop app is perfect for background audio. Podcast + Nostr is a growing niche (Fountain.fm, Wavlake). Value4Value streaming sats would tie into existing NWC/zap infrastructure. Differentiator vs other Nostr clients.
|
||||
|
||||
**How to apply:** When scoping future media features, consider this alongside the video/media feed idea. Key pieces: NIP-94 media metadata, podcast:item tags, persistent audio player (mini-player bar), background playback, V4V streaming sats via NWC. Research Fountain.fm's Nostr event structure before implementing.
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -137,7 +137,7 @@ jobs:
|
||||
```
|
||||
**Linux (Arch / Manjaro):** Install from the AUR:
|
||||
```
|
||||
yay -S vega-git
|
||||
yay -S vega-nostr-git
|
||||
```
|
||||
|
||||
**Windows:** Download the `.exe` installer and run it.
|
||||
|
||||
2
PKGBUILD
2
PKGBUILD
@@ -1,5 +1,5 @@
|
||||
# Maintainer: hoornet <hoornet@users.noreply.github.com>
|
||||
pkgname=vega
|
||||
pkgname=vega-nostr
|
||||
pkgver=0.9.11
|
||||
pkgrel=1
|
||||
pkgdesc="Cross-platform Nostr desktop client with Lightning integration"
|
||||
|
||||
@@ -13,7 +13,7 @@ Grab the latest release from the [Releases page](https://github.com/hoornet/vega
|
||||
| Ubuntu / Debian / Mint | `.deb` | `sudo dpkg -i vega_*.deb` |
|
||||
| Fedora | `.rpm` | `sudo rpm -i vega-*.rpm` |
|
||||
| openSUSE | `.rpm` | `sudo zypper install vega-*.rpm` |
|
||||
| Arch / Manjaro | AUR | `yay -S vega-git` |
|
||||
| Arch / Manjaro | AUR | `yay -S vega-nostr-git` |
|
||||
| Windows | `.exe` installer | run the installer |
|
||||
| macOS (Apple Silicon) | `aarch64.dmg` | open and drag to Applications |
|
||||
|
||||
|
||||
@@ -216,7 +216,7 @@ Bugs found during testing are fixed before Phase N+1 starts. A release is cut be
|
||||
|
||||
### v0.3.1
|
||||
- **Feed tab persists across navigation** — back button now returns to the correct tab (Global/Following) instead of always resetting to Global
|
||||
- **Available on AUR** — Arch/Manjaro users can install with `yay -S vega-git`
|
||||
- **Available on AUR** — Arch/Manjaro users can install with `yay -S vega-nostr-git`
|
||||
|
||||
### v0.3.0
|
||||
- **Instant feedback** — posted notes appear in feed immediately; thread replies show up without waiting for relay
|
||||
|
||||
Reference in New Issue
Block a user