* Add RELEASES.md with full release history and v3.2.0 draft

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* 3.2.0

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Logan Yang 2026-02-09 12:54:44 -08:00 committed by GitHub
parent 3de16740ec
commit c2fe511eb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1783 additions and 5 deletions

1777
RELEASES.md Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{
"id": "copilot",
"name": "Copilot",
"version": "3.1.5",
"version": "3.2.0",
"minAppVersion": "0.15.0",
"description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.",
"author": "Logan Yang",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-copilot",
"version": "3.1.5",
"version": "3.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-copilot",
"version": "3.1.5",
"version": "3.2.0",
"license": "AGPL-3.0",
"dependencies": {
"@dnd-kit/core": "^6.3.1",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-copilot",
"version": "3.1.5",
"version": "3.2.0",
"description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.",
"main": "main.js",
"scripts": {

View file

@ -99,5 +99,6 @@
"3.1.2": "0.15.0",
"3.1.3": "0.15.0",
"3.1.4": "0.15.0",
"3.1.5": "0.15.0"
"3.1.5": "0.15.0",
"3.2.0": "0.15.0"
}