danzu
5
Changelog from: 2024-12-07 to: 2024-12-14
Enhancements
- Real-Time Collaboration (RTC)
- Show remote graphs in “All Graphs” when RTC is enabled (3c97f9ba3).
- Implement functionality to attempt RTC restart when possible (6cc6a20da).
Performance Improvements
- Collapse today queries for database graphs for better efficiency (5a4a1f0cd).
- Optimize by replacing frequently updated atoms with volatile (7de634956).
- Reduce unnecessary
str and pr-str calls to enhance performance (ebbb53c5a).
Bug Fixes
- RTC Fixes
- Resolve issues for removing remote data updates by unpushed local operations (88bc15da7).
- General Fixes
- Ensure
mod+enter sets the task status to “Doing” when default is “Todo” (f28998891).
- Fix configuration content format issues (9ff47dc1e).
- Correct handling for queries with default values in descendant objects (bcdd16214).
Refactoring
- RTC and General Refactoring
- Simplify RTC API malli schema for improved clarity (fc7540e2d, 53badf8d8).
- Implement background task simplification using
c.m/run-background-task(8327ad5a5).
2 Likes