GTK4.cr v0.7.0 Release Notes

Release Date: 2022-04-17 // about 2 years ago
  • 🔄 Changed

    • 👀 Using GI-Crystal v0.8.x, See GI-Crystal changelog for more info.
    • Correctly insert PROGRAM_NAME into args sent to Gio::Application#run(args : Enumarable?).
    • ➕ Added Gio::Application#run with no parameters, equivalent of run(ARGV) but more efficient.
    • 📜 To run a Gio::Application that doesn't parse any arguments, use run(nil).