Skip to content

Commit

Permalink
update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
connorpark24 committed Jul 12, 2024
1 parent 875b356 commit 747584a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Obsidian Notes Refresher Plugin

This Obsidian plugin automatically summarizes your markdown notes from a specified folder using OpenAI's GPT-4 model. It's perfect for quickly reviewing your notes and getting concise summaries.
This Obsidian plugin summarizes your markdown notes from a specified folder using OpenAI's GPT-4 model. It's perfect for quickly reviewing your notes and getting concise summaries.

## Features

- Summarizes markdown notes from a specified folder, including subfolders.
- Displays summaries in a modal for easy review.
- Configurable folder path and OpenAI API key through the plugin settings.
- Configurable folder path, RegEx matching, and OpenAI API key through the plugin settings.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "notes-refresher",
"name": "Notes Refresher",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "1.6.5",
"description": "Provides summaries of notes from your Vault.",
"description": "Provides AI-generated summaries (GPT) of 3 notes from your Vault every day.",
"author": "Connor Park",
"isDesktopOnly": true
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notes-refresher",
"version": "1.0.1",
"description": "Provides summaries of notes from your Vault. ",
"version": "1.0.2",
"description": "Provides AI-generated summaries (GPT) of 3 notes from your Vault every day.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.0": "1.6.5",
"1.0.1": "1.6.5"
"1.0.1": "1.6.5",
"1.0.2": "1.6.5"
}

0 comments on commit 747584a

Please sign in to comment.