release 3.23.1

This commit is contained in:
callumalpass 2025-09-09 07:58:28 +10:00
parent e49fbb548e
commit f74bc63ef3
3 changed files with 13 additions and 2 deletions

11
docs/releases/3.23.1.md Normal file
View file

@ -0,0 +1,11 @@
# TaskNotes 3.23.1
## Bug Fixes
### Bases Plugin Integration
- Fixed Bases views not recognizing custom field mappings when using non-default property names. Status dots, priority colors, and dates now display correctly in Bases views when using custom field names, including Cyrillic and other localized property names. *Thanks to @anareaty for reporting this issue (#607)*
---
**Full Changelog**: [3.23.0...3.23.1](https://github.com/callumalpass/tasknotes/compare/3.23.0...3.23.1)

View file

@ -1,7 +1,7 @@
{
"id": "tasknotes",
"name": "TaskNotes",
"version": "3.23.0",
"version": "3.23.1",
"minAppVersion": "1.0.0",
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
"author": "Callum Alpass",

View file

@ -1,6 +1,6 @@
{
"name": "tasknotes",
"version": "3.23.0",
"version": "3.23.1",
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
"main": "main.js",
"scripts": {