Skip to content

Commit f74bc63

Browse files
committed
release 3.23.1
1 parent e49fbb5 commit f74bc63

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

docs/releases/3.23.1.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# TaskNotes 3.23.1
2+
3+
## Bug Fixes
4+
5+
### Bases Plugin Integration
6+
7+
- 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)*
8+
9+
---
10+
11+
**Full Changelog**: [3.23.0...3.23.1](https://github.com/callumalpass/tasknotes/compare/3.23.0...3.23.1)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "tasknotes",
33
"name": "TaskNotes",
4-
"version": "3.23.0",
4+
"version": "3.23.1",
55
"minAppVersion": "1.0.0",
66
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
77
"author": "Callum Alpass",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasknotes",
3-
"version": "3.23.0",
3+
"version": "3.23.1",
44
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)