Skip to content
Release Notes on v0.5.0

This version brings the first part of the examples selection & example variable marking view. It adds a new view after the overview view, which can be accessed with the "Examples" button. The added view displays all pages as thumbnails and allows a selection of them to be later used as the example pages for the prompt creation.
There has been also a refactoring of the background data stores: the document store has been split up into multiple stores; the pages are now passed after extraction to the preprocessing store, which performs the preprocessing, then to the processing store, which collects them to then do the final processing and passes the results to the results store. The latter is not yet implemented, also the processing logic in the processing store is not yet implemented but will come with future releases.
Also there are now some new utility classes available in the application, which ease some parts of the app.

The next version will bring support to mark variables on the selected example pages, which will complete the examples view.