**Download Link**: [monogatari-v2.6.0.zip](https://datadyne.perfectdark.space/monogatari/releases/monogatari-v2.6.0.zip)

### 💜 Support Monogatari

Monogatari is free, open source, and built in the open — releases like this one are powered by the people who chip in to keep it going. If the engine helps you bring your stories to life, please consider sponsoring its development:

- ❤️ [GitHub Sponsors](https://github.com/sponsors/Hyuchia)
- 🧡 [Patreon](https://www.patreon.com/Hyuchia)
- ☕ [Ko-fi](https://ko-fi.com/hyuchia)

### 📰 Release Change Log

#### 🌟 New Features

- The engine now uses the Web Audio API to reproduce media replacing the old HTML5 Audio Element approach. This means better looping and a whole bunch of [Audio Effects](https://developers.monogatari.io/documentation/script-actions/play-music#audio-effects) you can now use.
- Dynamically adding a class to the text box element is now possible via [a new property in the Dialog Action](https://developers.monogatari.io/documentation/script-actions/dialogs#custom-classes)


#### 🐛  Bug Fixes

- [Issue #158](https://github.com/Monogatari/Monogatari/issues/158) The distraction free mode would incorrectly reset the `text-box` element to a `block` display instead of `grid`


### 📦 Misc

- The [npm package](https://www.npmjs.com/package/@monogatari/core) has been updated to this latest version


### How To Upgrade
  
#### If you're on the v2.x.x version

If you were already using a previous release from `v2.x.x`, then upgrading is pretty simple, replace the files in your `engine` directory with the new ones,

#### If you're on v1.4.1 (stable) or below:

If you are planning to upgrade from a game made with the `v1.4.1` release, we recommend you reading the [Upgrade Guide](https://developers.monogatari.io/documentation/v/develop/upgrading-from-v1.4.1)