mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
release 3.23.1
This commit is contained in:
parent
e49fbb548e
commit
f74bc63ef3
3 changed files with 13 additions and 2 deletions
11
docs/releases/3.23.1.md
Normal file
11
docs/releases/3.23.1.md
Normal 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)
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue