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:
2025-11-26 18:21:24 +01:00
parent bb4a6e5d0b
commit 31c757f1fe
3 changed files with 75 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "obsidian-counter-plugin",
"version": "1.0.0",
"version": "1.1.0",
"description": "A simple counter plugin for Obsidian that creates interactive number counters with +/- buttons",
"main": "main.js",
"scripts": {