We may not yet have an official release announcement for v2.0.0 even when it got released on October but that doesn't mean we're waiting on it to continue working on what's next. This small point release has some important bug fixes. We're releasing this in the `Latest` track and as soon as we get more feedback on it, it will be moved to the `Stable` track.

**Download Link**: [Monogatari-v2.0.1.zip](https://datadyne.perfectdark.space/monogatari/releases/Monogatari-v2.0.1.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

- Inputs now allow a `textarea` type

#### 🐛  Bug Fixes

- After using the `unregisterListener` function to then register a custom listener, the keyboard shortcuts would not get automatically re-registered
- Notifications would block out the game if the permission to show them was denied by the user or the browser
- The `stop` action would stop and remove all audio from the same media (music, sound, voice) when an invalid asset id was provided or a player was not found
- The [character documentation](https://developers.monogatari.io/documentation/building-blocks/characters) shows the `default_expression` property accepts an expression name as a value but it actually expected an image path. Now both are valid.

### 📦 Misc

- Dependencies have been upgraded to their latest version
- Korean translation has been updated

### 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)