All Versions
10
Latest Version
Avg Release Cycle
115 days
Latest Release
1324 days ago

Changelog History

  • v2.0.0 Changes

    September 09, 2020

    It's bad practice to write a GTK application with reference counters (Rc / Arc) and locks (Mutex/RwLock).

    • Application events are now handled asynchronously with an async event loop running on the glib::MainContext
    • Widgets are no longer Rc'd, and are now exclusively owned by the event loop
    • Application State also no longer requires shared mutability, and is now exclusively owned by the event loop
    • 🚦 Signals now take flume::Sender<Event> to send events to the event loop
    • The fc-cache command is now handled asynchronously with async-process as well
    • ⚡️ Updated to the latest version of GTK-rs
  • v1.4.1

    September 01, 2018
  • v1.4.0 Changes

    June 03, 2018
    • Categories may now be used to sort the font list.
    • ⚡️ Dependencies have been updated
    • 🔨 Various code refactoring has taken place
  • v1.3.2

    November 30, 2017
  • v1.3.1 Changes

    November 12, 2017

    The event loop.... was missing the loop!

  • v1.3.0 Changes

    November 11, 2017

    A picture's worth a thousand words.

    screenshot01

  • v1.2.0 Changes

    November 11, 2017

    👍 The preview now supports a dark mode, which can be toggled from the settings menu.

    screenshot from 2017-11-10 22-21-36

  • v1.1.2

    November 11, 2017
  • v1.1.1 Changes

    November 11, 2017

    0️⃣ Switching categories won't hide installed fonts by default anymore.

  • v1.1.0

    November 10, 2017