chore(release): v2.3.1

This commit is contained in:
InkWeave Bot 2026-05-17 20:31:50 +08:00 committed by Uglyboy
parent ee605e5bdc
commit d619f92d72
4 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## 2.3.1 (2026-05-17)
### Features
- **player**: add StatusBar and frontmatter-driven layout switching
**Full Changelog**: https://github.com/uglyboy-tl/obsidian-ink-player/compare/2.3.0...2.3.1
## 2.3.0 (2026-05-08)
### Refactoring

View file

@ -1,7 +1,7 @@
{
"id": "ink-player",
"name": "Ink Player",
"version": "2.3.0",
"version": "2.3.1",
"minAppVersion": "0.15.0",
"description": "Playing interactive fiction powered by Inkle's ink engine",
"author": "Uglyboy",

View file

@ -1,6 +1,6 @@
{
"name": "ink-player",
"version": "2.3.0",
"version": "2.3.1",
"description": "Playing interactive fiction powered by Inkle's ink engine",
"main": "main.js",
"scripts": {

View file

@ -10,5 +10,6 @@
"2.0.7": "0.15.0",
"2.1.0": "0.15.0",
"2.2.0": "0.15.0",
"2.3.0": "0.15.0"
"2.3.0": "0.15.0",
"2.3.1": "0.15.0"
}