4.5 KiB
| title | has_toc | back_to_top | back_to_top_text | nav_order |
|---|---|---|---|---|
| Changelog | false | true | Back to top | 999 |
Changelog
Release v1.1.3 NEW
New Features
- Inline editing for swift adjustments to the value of a standard progress bar (without a tag).
Bug Fixes
- Hotkeys are now enabled immediately upon plugin activation, allowing seamless interaction without needing to render a progress bar first.
Documentation
- Added
Inline Editpage to explain the 4 new settings. - Added
Hotkeyspage for quick access to hotkey setup information.
Release v1.1.2
New Features
- Added a new toggle in the
Progress bar containersection of the settings calledTop margin. This will allow you to choose to set a larger margin at the top of the code block so that the </> is now above the progress bars container when you hover over it. - Added a new toggle in the
taskssection of the settings calledAuto tasks. This will allow you to turnonautomatic task refreshing orofffor manual refreshing. It is highly recommended that you have this turnedoffand use a manual refresh hotkey or page switching. - Added a new hotkey called
Task manual refreshwhich you can use to quickly refresh all linked tasks on your current note.
Documentation
- Updated
Containerpage to includeTop margintoggle explanation. - Updated
Taskspage to includeAuto taskstoggle explanation, refreshing and hotkey information.
Release v1.1.1
New Features
- Added Unicode support which fixed tag tracking not working with non-English languages that use letters like é, ñ, ü, ç or indeed, any characters in Latin, Greek, Cyrillic, Hebrew, Arabic, Hindi, Japanese, Chinese, and many more including emoji.
Documentation
- Updated
Taskspage to explain introduction of Unicode tags to support most languages.
Release v1.1.0
New Features
-
New Template System: Default and custom templates support assignable colors (up to 5), gradients, and gradient types for richer visual styling.
-
Individual Progress Bar Styling: Assign custom templates to specific progress bars to create unique styles, independent of the default color configuration.
-
REMOVED Removed Legacy Color and Gradient Settings: Eliminated previous settings that applied uniform colors and gradients to all progress bars, enabling more flexible and targeted styling.
-
Added Box Shadow Feature: Introduced global support for glow or drop shadows on progress bars, with customizable options for shadow color, blur, and inset.
-
Codebase Refactoring: Streamlined and optimized the code for enhanced clarity, efficiency, and maintainability.
Documentation
-
New Theme: Changed from
Minimaljekyll theme to theJust-The-Docsjekyll theme. This provides a multi-page system with side menu for easier, less cluttered documentation. -
New Pages: Added documentation pages for both of the new features - Templates and Box Shadows.
Release v1.0.8
- Added removal of the list bullets, to the left of progress bars, within columns on a Dashboard++ page, enhancing visual clarity.
Release v1.0.7
- Added a new toggle in the Progress Bar Color section called
Gradient Type. This setting allows you to select either a color-mixed linear gradient or a simple linear gradient for your gradients. - Added a new section called
Taskswith 6 settings. This will allow you to track the completion of tasks (and sub tasks) and for these to be reflected automatically in your progress bar. This is done by using tags, please see the full documentation for a detailed explanation of what this is, what the settings do and how to add tags.
Release v1.0.6
- Added an
Override large value error togglewith accompanying percentage text color options. With this set, APB will no longer show an error when the Value exceeds the Total. Instead, it will display the percentage text in a new color and now supports values exceeding 100%.
Release v1.0.5
- Nine different types of fixes for submission.
- Refactored code to use various settings functions.
- Added gradient settings.
Release v1.0.4
- Fixes for submission.
- Removed old var's.
- Removed console.log's.
- Added async/await for nearly all saveSettings.
Release v1.0.3
- Fixes for submission.
- Removed old var's.
- Removed console.log's.
- Added async/await for nearly all saveSettings.
Release v1.0.2
Updated plugin with 3 new files:
- main.js
- manifest.json
- styles.css
Release v1.0.1
Update index.md