Merge branch 'master' into upgrade-khoj-on-obsidian

- Conflicts:
  - src/khoj/interface/web/chat.html
    Use our changes with feedback button changes from master
This commit is contained in:
Debanjum Singh Solanky
2024-06-01 09:58:09 +05:30
62 changed files with 4127 additions and 353 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "khoj",
"name": "Khoj",
"version": "1.12.0",
"version": "1.12.1",
"minAppVersion": "0.15.0",
"description": "An AI copilot for your Second Brain",
"author": "Khoj Inc.",

View File

@@ -1,6 +1,6 @@
{
"name": "Khoj",
"version": "1.12.0",
"version": "1.12.1",
"description": "An AI copilot for your Second Brain",
"author": "Debanjum Singh Solanky, Saba Imran <team@khoj.dev>",
"license": "GPL-3.0-or-later",

View File

@@ -193,8 +193,9 @@ button.reference-button::before {
content: "▶";
margin-right: 5px;
display: inline-block;
transition: transform 0.3s ease-in-out;
transition: transform 0.1s ease-in-out;
}
button.reference-button.expanded::before,
button.reference-button:active:before,
button.reference-button[aria-expanded="true"]::before {
transform: rotate(90deg);

View File

@@ -48,5 +48,6 @@
"1.11.0": "0.15.0",
"1.11.1": "0.15.0",
"1.11.2": "0.15.0",
"1.12.0": "0.15.0"
"1.12.0": "0.15.0",
"1.12.1": "0.15.0"
}