Merge pull request #217 from pop-os/epoch-update

Epoch 1.0.4 version update
This commit is contained in:
Jeremy Soller 2026-01-27 13:57:54 -07:00 committed by GitHub
commit 9d5654cd8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1202 additions and 867 deletions

2056
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[package]
name = "cosmic-player"
version = "0.1.0"
version = "1.0.4"
edition = "2024"
[build-dependencies]
@ -56,6 +56,11 @@ wgpu = ["iced_video_player/wgpu", "libcosmic/wgpu"]
inherits = "release"
debug = true
# Keep cosmic-text at version compatible with prev-master of libcosmic
[patch.'https://github.com/pop-os/cosmic-text'.cosmic-text]
git = "https://github.com/pop-os/cosmic-text//"
rev = "166b59f560c551dab391a864f7c1f503c1e18446"
# [patch.'https://github.com/jackpot51/iced_video_player']
# iced_video_player = { path = "../../iced_video_player" }

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
cosmic-player (1.0.4) noble; urgency=medium
* Epoch 1.0.4 version update
-- Jeremy Soller <jeremy@system76.com> Wed, 21 Jan 2026 10:16:51 -0700
cosmic-player (0.1.0) jammy; urgency=medium
* Initial release.