mirror of
https://github.com/cactuzhead/Advanced-Progress-Bars.git
synced 2026-07-22 05:42:10 +00:00
1.2.0
This commit is contained in:
parent
0b3462472f
commit
11e4ab8651
1 changed files with 3 additions and 3 deletions
|
|
@ -10,11 +10,11 @@ nav_order: 999
|
|||
|
||||
## Release v1.2.0 <span class="label label-green badge">NEW</span>
|
||||
### New Features
|
||||
- Added date funtionality so you can use a start and end date to keep track of days.
|
||||
- Added date functionality so you can use a start and end date to keep track of days.
|
||||
- Added prefix and suffix to templates so that you can add custom text before and/or after the value and total.
|
||||
- Added grouping of multiple progress bars with optional title and template.
|
||||
- Added a hotkey to insert a date code block using todays date as the start and 1 week later for the end date (you can change default duration).
|
||||
- Added a copy button on every custom template to duplicate the entire template which is useful for creating similar varients.
|
||||
- Added a copy button on every custom template to duplicate the entire template which is useful for creating similar variants.
|
||||
- <span class="label label-red badge">REMOVED</span> `Height`, `Round end caps`, `Number of marks` and `Overage color` from the standard settings as they are now primarily template based.
|
||||
- Added a border around color pickers so they can be easily seen on mobile.
|
||||
- Increased time to 3 seconds for editing template name.
|
||||
|
|
@ -26,7 +26,7 @@ nav_order: 999
|
|||
- Fixed bug where the subtask text can be visible for progress bars without a tag or without a task matching tag.
|
||||
- Fixed a bug where if you set the completed bar color to pure black (#000000) it would still be displayed instead of hidden.
|
||||
- Made sure that the template name's textbox is not shrunk down in width on mobile so you can actually see the name.
|
||||
- Fixed the template name not being case insensative as intended.
|
||||
- Fixed the template name not being case insensitive as intended.
|
||||
|
||||
|
||||
## Release v1.1.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue