Skip to content

Commit

Permalink
chore(manifest.json, package.json, versions.json): bump version to 0.…
Browse files Browse the repository at this point in the history
…8.0 to reflect new release
  • Loading branch information
anpigon committed Jul 6, 2024
1 parent 24e95d4 commit 46f6c13
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 108 deletions.
46 changes: 30 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,37 @@
## [0.8.0] - 2024-07-06

### Added

- Added command to generate summary from selected text.
- Introduced `generateSummaryFromContent` function for concise summaries.

### Changed

- Improved title generation in `generateTitleFromContent` by specifying language in the prompt.

## [0.7.0] - 2024-06-29

### New Features
- Enhanced chatbot functionality
- Added automatic title generation from file content
- Introduced a new menu for viewing and managing chat history
- Added support for various AI models
- Included MAX Chatbot icon on the main screen

- Enhanced chatbot functionality
- Added automatic title generation from file content
- Introduced a new menu for viewing and managing chat history
- Added support for various AI models
- Included MAX Chatbot icon on the main screen

### Improvements
- Updated default AI model settings and related functions
- Improved chat message structure and added identifiers
- Enhanced scrolling behavior in the chatbot interface
- Centered bot name in the chatbot header
- Optimized markdown view performance
- Improved layout and readability of the settings screen
- Added automatic removal of invalid characters from file names
- Overall improvements in code structure and readability

- Updated default AI model settings and related functions
- Improved chat message structure and added identifiers
- Enhanced scrolling behavior in the chatbot interface
- Centered bot name in the chatbot header
- Optimized markdown view performance
- Improved layout and readability of the settings screen
- Added automatic removal of invalid characters from file names
- Overall improvements in code structure and readability

### Bug Fixes
- Resolved styling issues in the message component
- Added logging for code copying functionality
- Implemented automatic code formatting step

- Resolved styling issues in the message component
- Added logging for code copying functionality
- Implemented automatic code formatting step
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "max-chatbot",
"name": "MAX",
"version": "0.7.0",
"version": "0.8.0",
"minAppVersion": "1.5.0",
"description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, OpenAI, Mistral AI, and more for Obsidian.",
"author": "anpigon",
Expand Down
180 changes: 90 additions & 90 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,92 +1,92 @@
{
"name": "max-chatbot",
"version": "0.7.0",
"description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, OpenAI, Mistral AI, and more for Obsidian.",
"main": "main.js",
"scripts": {
"dev": "VITE_CJS_IGNORE_WARNING=true vite build --mode development --watch",
"build": "VITE_CJS_IGNORE_WARNING=true vite build --mode production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
"prepare": "husky",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"lint:quiet": "eslint ./src --quiet",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"obsidian",
"chatbot",
"chatgpt",
"ollama"
],
"author": "anpigon",
"license": "MIT",
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.5.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.7",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"builtin-modules": "^3.3.0",
"bun-types": "latest",
"esbuild": "0.21.5",
"eslint": "^9.5.0",
"husky": "^9.0.11",
"obsidian": "latest",
"postcss": "^8.4.38",
"postcss-prefix-selector": "^1.16.1",
"prettier": "^3.3.2",
"prettier-plugin-sort-imports": "^1.8.5",
"prettier-plugin-tailwindcss": "^0.6.5",
"rollup-plugin-copy": "^3.5.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.1",
"vite": "^5.3.1"
},
"dependencies": {
"@commitlint/cli": "^19.3.0",
"@heroicons/react": "^2.1.4",
"@langchain/community": "^0.2.12",
"@langchain/google-genai": "^0.0.20",
"@langchain/groq": "^0.0.12",
"@langchain/openai": "^0.1.3",
"@msgpack/msgpack": "^3.0.0-beta2",
"@orama/orama": "^2.0.20",
"@popperjs/core": "^2.11.8",
"clsx": "^2.1.1",
"i18next": "^23.11.5",
"langchain": "^0.2.5",
"lodash": "^4.17.21",
"merge-refs": "^1.3.0",
"monkey-around": "^2.3.0",
"openai": "^4.52.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"tailwind-merge": "^2.3.0",
"usehooks-ts": "^3.1.0"
},
"overrides": {
"@langchain/core": "0.2.0"
},
"resolutions": {
"@langchain/core": "0.2.0"
},
"pnpm": {
"overrides": {
"@langchain/core": "0.2.0"
}
}
"name": "max-chatbot",
"version": "0.8.0",
"description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, OpenAI, Mistral AI, and more for Obsidian.",
"main": "main.js",
"scripts": {
"dev": "VITE_CJS_IGNORE_WARNING=true vite build --mode development --watch",
"build": "VITE_CJS_IGNORE_WARNING=true vite build --mode production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
"prepare": "husky",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"lint:quiet": "eslint ./src --quiet",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"obsidian",
"chatbot",
"chatgpt",
"ollama"
],
"author": "anpigon",
"license": "MIT",
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.5.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.7",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"builtin-modules": "^3.3.0",
"bun-types": "latest",
"esbuild": "0.21.5",
"eslint": "^9.5.0",
"husky": "^9.0.11",
"obsidian": "latest",
"postcss": "^8.4.38",
"postcss-prefix-selector": "^1.16.1",
"prettier": "^3.3.2",
"prettier-plugin-sort-imports": "^1.8.5",
"prettier-plugin-tailwindcss": "^0.6.5",
"rollup-plugin-copy": "^3.5.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.1",
"vite": "^5.3.1"
},
"dependencies": {
"@commitlint/cli": "^19.3.0",
"@heroicons/react": "^2.1.4",
"@langchain/community": "^0.2.12",
"@langchain/google-genai": "^0.0.20",
"@langchain/groq": "^0.0.12",
"@langchain/openai": "^0.1.3",
"@msgpack/msgpack": "^3.0.0-beta2",
"@orama/orama": "^2.0.20",
"@popperjs/core": "^2.11.8",
"clsx": "^2.1.1",
"i18next": "^23.11.5",
"langchain": "^0.2.5",
"lodash": "^4.17.21",
"merge-refs": "^1.3.0",
"monkey-around": "^2.3.0",
"openai": "^4.52.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"tailwind-merge": "^2.3.0",
"usehooks-ts": "^3.1.0"
},
"overrides": {
"@langchain/core": "0.2.0"
},
"resolutions": {
"@langchain/core": "0.2.0"
},
"pnpm": {
"overrides": {
"@langchain/core": "0.2.0"
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"0.6.4": "1.5.0",
"0.6.5": "1.5.0",
"0.6.6": "1.5.0",
"0.7.0": "1.5.0"
"0.7.0": "1.5.0",
"0.8.0": "1.5.0"
}

0 comments on commit 46f6c13

Please sign in to comment.