# Version History

This article provides info on what's new in every version of the Movie List app.

## Version 0.2

This version adds searching, filtering, and sorting capabilities to the app. Also, tags can now be added to movies and series to make searching/filtering easier. This release is still very incomplete and far from being stable.

![](/files/-MQ7hu6DfGufV2MzQR-4)

The following breaking changes were added to the list files:

* The `Tags`, `MovieTags`, and `SeriesTags` tables were added.
* The `IsAnthology` column was removed from series - if you want this info, implement it yourself through tags.
* The following keys were added to the `Settings` table: `list.sort.order.1`, `list.sort.order.2`, `list.sort.direction.1`, and `list.sort.direction.2`.
* The following keys were changed in the `Settings` table: `season.title.default` -> `list.season.title.default`, `season.title.default-original` -> `list.season.title.default-original`.

## Version 0.1

This is the first usable version of the app, albeit very incomplete. It provides the most basic functionality:

* Creating/opening list files
* Adding/editing/removing movies, series, and franchises
* Editing file settings, including kinds
* Editing app preferences

![](/files/-MQ7hPMUHQp9poSotA9X)

## Ancient History

In the beginning, the app looked and felt very differently. There could be only a sinlge list file, and the path to it was specified in the preferences. There were no tabs. And the UI was in Ukrainian, instead of English.

Afterwards the app was completely rewritten, but this version can be found under the `old` tag on GitHub.

![](/files/-MQ7zfxSAcV--qDJ5kQJ)

![](/files/-MQ7zfxL0tRnpNXExowv)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cineaste.tolik.io/0.2/other/version-history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
