All Versions
10
Latest Version
Avg Release Cycle
115 days
Latest Release
1461 days ago
Changelog History
Changelog History
-
v2.0.0 Changes
September 09, 2020It'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 withasync-process
as well - ⚡️ Updated to the latest version of GTK-rs
- Application events are now handled asynchronously with an async event loop running on the
-
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, 2017The event loop.... was missing the loop!
-
v1.3.0 Changes
November 11, 2017 -
v1.2.0 Changes
November 11, 2017 -
v1.1.2
November 11, 2017 -
v1.1.1 Changes
November 11, 20170️⃣ Switching categories won't hide installed fonts by default anymore.
-
v1.1.0
November 10, 2017