Yesterday I released Java-GI 0.14.1, and today I did all of the related busywork: updating the examples, the template app, and the documentation.
Most notable new feature in this release: When you define a GObject-derived class in Java with enum or flags getter/setter methods, Java-GI will automatically register a GType for the Java enums and create GObject properties for them.
Release notes: https://github.com/jwharm/java-gi/releases/tag/0.14.1
I'm really tempted to jump to version 1.0 next time...
