Objo Studio v26.6.3 Released

As always, this release is a good one!

Importantly, we fixed all known bugs (24) as part of our committment to ensuring Objo Studio is a high quality, much loved tool.

In addition, 26.6.3 adds a whopping 25 new features! Admittedly, some are bigger than others and I'd like to call out a few of my favourites:

New Zip module

Zip is a built-in module for creating, extracting, and inspecting .zip archives in a really easy, Objo-like way:

Var source As FileSystemItem = SpecialFolder.Documents.Child("Export")
Var archive As FileSystemItem = SpecialFolder.Desktop.Child("Export.zip")

Zip.Create(source, archive)

TimeZone support

TimeZone represents a timezone such as UTC, Europe/London, or America/New_York. It is immutable and backed by the host platform's timezone database.

Customise inspector behaviour for UI control subclasses

This is a nice feature. If you subclass a UI control (e.g. the Canvas) and have a bunch of properties you would like exposed in the inspector sidebar in the visual designer, Objo Studio now lets you do this with an intuitive interface:

Inspector behaviour contextual menu

Inspector behaviour window

The latest version is available for download right now. The full changelog can be found here.