Skip to content

v0.2.2-pre2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 00:08
· 42 commits to main since this release

This is the second pre-release of version 0.2.2. It contains some larger changes over the last pre-prelease.

Warning: If you save your file using this pre-release, you will no longer be able to open it in older versions of audapolis.

You can download this version for the following plattforms:

What's Changed

We're currently working on changing the internal file format audapolis uses again. This should make editing longer files much faster. In this pre-release, we only changed the file format, but did not yet include the speedups.

Warning: If you save your file using this pre-release, you will no longer be able to open it in older versions of audapolis.


While we try to keep audapolis as bug-free as possible, sometimes we miss something. This is why we introduces better logging. Users can now export debug logs from the "Help" menu, which help us better understand some bugs.

  • Log to file & add option to export debug logs by @pajowu in #372

We also updated our developer documentation. The contribution guidelines now explain how you can contribute to audapolis, be it through reporting bugs or unclear documentation, suggesting new features or writing code.


With the new "document filter" action you can now easily create supercuts which only contain certain words, similar to what videogrep does


We fixed some bugs

  • 🐛 Fix undo working across documents by @pajowu in #351
  • 🐛 Fix bug that prevented user from disableing punctuation by @pajowu in #363
  • 🐛 Fix save dialog not including a default extension on some plattforms by @pajowu in #353
  • 🚸 Improve "stop model download" ui by @pajowu in #369
  • 🚑️ Use poetry export -o instead of shell redirect by @pajowu in #384

We updated our dependencies

Full Changelog: v0.2.1+39...v0.2.2-pre2