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

Epoch 1.0.4 version update
This commit is contained in:
Jeremy Soller 2026-01-26 19:19:58 -07:00 committed by GitHub
commit 4d152fce4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 408 additions and 442 deletions

840
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[package]
name = "cosmic-edit"
version = "0.1.0"
version = "1.0.4"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2024"
license = "GPL-3.0-only"

6
debian/changelog vendored
View file

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

View file

@ -1411,7 +1411,7 @@ impl Application for App {
let mut font_system = font_system().write().unwrap();
let attrs = monospace_attrs();
for face in font_system.raw().db().faces() {
if attrs.matches(face) && face.monospaced {
if face.style == attrs.style && face.stretch == attrs.stretch && face.monospaced {
//TODO: get localized name if possible
let font_name = face
.families