mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore(release): bump version to 9.8.0-beta.6 [beta]
This commit is contained in:
parent
b10a757001
commit
e2cfae3c03
5 changed files with 11 additions and 24 deletions
|
|
@ -4,6 +4,13 @@ All notable changes to beta releases will be documented in this file.
|
|||
|
||||
|
||||
|
||||
## [9.8.0-beta.6](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.0-beta.5...9.8.0-beta.6) (2025-08-27)
|
||||
|
||||
### Features
|
||||
|
||||
* **modal:** add external link button to IframeModal header ([5511203](https://github.com/Quorafind/Obsidian-Task-Genius/commit/5511203be77fa60af0a8c8781cf0706bc456f305))
|
||||
* **settings:** add bases-support URL and improve modal styling ([b10a757](https://github.com/Quorafind/Obsidian-Task-Genius/commit/b10a75700194da8e57c096058defa279ad33b07b))
|
||||
|
||||
## [9.8.0-beta.5](https://github.com/Quorafind/Obsidian-Task-Genius/compare/9.8.0-beta.4...9.8.0-beta.5) (2025-08-27)
|
||||
|
||||
### Refactors
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.8.0-beta.5",
|
||||
"version": "9.8.0-beta.6",
|
||||
"minAppVersion": "0.15.2",
|
||||
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
|
||||
"author": "Boninall",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "task-genius",
|
||||
"version": "9.8.0-beta.5",
|
||||
"version": "9.8.0-beta.6",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
21
styles.css
21
styles.css
|
|
@ -1869,27 +1869,6 @@ settings:
|
|||
.task-genius-iframe-modal .modal-title {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.task-genius-external-link-btn {
|
||||
margin-left: auto;
|
||||
margin-right: 8px;
|
||||
padding: 4px;
|
||||
cursor: pointer;
|
||||
border-radius: var(--radius-s);
|
||||
background: transparent;
|
||||
color: var(--text-muted);
|
||||
border: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.task-genius-external-link-btn:hover {
|
||||
background: var(--background-modifier-hover);
|
||||
color: var(--text-normal);
|
||||
}
|
||||
.time-parsing-example {
|
||||
padding: var(--size-2-2);
|
||||
|
|
|
|||
|
|
@ -123,5 +123,6 @@
|
|||
"9.8.0-beta.2": "0.15.2",
|
||||
"9.8.0-beta.3": "0.15.2",
|
||||
"9.8.0-beta.4": "0.15.2",
|
||||
"9.8.0-beta.5": "0.15.2"
|
||||
"9.8.0-beta.5": "0.15.2",
|
||||
"9.8.0-beta.6": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue