v1.1.0 - Polish and critical bug fixes
## Bug Fixes - Fixed critical issue where clicking + on one counter would update multiple counters - Fixed page scrolling to top when clicking counter buttons - Fixed counter widgets causing Obsidian to crash or behave erratically - Fixed counters not working independently in edit mode ## Improvements - Added support for negative numbers (counters can now go below zero) - Improved counter targeting using position-based tracking in edit mode - Improved counter targeting using section info in reading mode - Better event handling to prevent unwanted side effects
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "counter-plugin",
|
||||
"name": "Counter Plugin",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Create interactive counters with +/- buttons using ~ ( ) syntax",
|
||||
"author": "crib",
|
||||
|
||||
Reference in New Issue
Block a user