Merge pull request #496 from pop-os/epoch-update
Epoch 1.0.4 version update
This commit is contained in:
commit
4d152fce4c
4 changed files with 408 additions and 442 deletions
840
Cargo.lock
generated
840
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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
6
debian/changelog
vendored
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue