bkper 3.6.0 → 3.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
## 2025
|
|
4
4
|
|
|
5
|
+
### **October 2025**
|
|
6
|
+
|
|
7
|
+
**MCP Server**
|
|
8
|
+
- Added smart transaction merging - combine multiple transactions intelligently based on date and account matching
|
|
9
|
+
- Simplified transaction creation - accounts are now optional, making it easier to record simple income and expenses
|
|
10
|
+
- Improved transaction data responses for better AI assistant integration
|
|
11
|
+
|
|
12
|
+
### **September 2025**
|
|
13
|
+
|
|
14
|
+
**MCP Server**
|
|
15
|
+
- Streamlined transaction data for cleaner AI assistant responses
|
|
16
|
+
- Fixed credential storage to follow standard configuration directories
|
|
17
|
+
|
|
5
18
|
### **July 2025**
|
|
6
19
|
|
|
7
20
|
**MCP Server**
|