Releases: brianpetro/smart-connect
Releases · brianpetro/smart-connect
2.1.4
2.1.3
v2.1.3 Enhance README.md by adding a link to MCP server connection details a…
2.1.2
v2.1.2 Update images in README.md for enhanced clarity and relevance, replac…
2.1.1
v2.1.1 Update images in README.md for enhanced clarity and relevance, replac…
2.1.0
v2.1.0 Fix formatting in MCP import instructions for better readability
2.0.5
v2.0.5 update_readme_md_with_new_getting_started_video_links_and_live_setup
2.0.4
v2.0.4 add docs site
2.0.3
v2.0.3 add docs site
2.0.2
- Fixed Dataview rendering in notes-v2
- Added Smart Connect plugin detection for Obsidian vaults (presence of '.obsidian' at root) and auto-installation to 'Environment' folder
- Fixed custom browser actions that were broken in v2
- Fixed token counting functionality
- Environment creation now auto-assigns an available key unless none are available
- Added 'start_on_load' to Smart Environment settings to optionally open an environment window on application start
- Implemented a '/ping' Smart Action to verify that the Smart Action server is running
- Improved action group testing strategy
- Fixed numerous tests in notes-v1 and notes-v2
- Resolved intermittent issues with 'smart_sources.items' not populating during action group tests
- Moved dependencies for preload scripts into 'devDependencies' to prevent bloated production builds
- Streamlined Smart Action testing in SC App; retained a basic live tunnel test for user debugging
- Decided SA-specific settings belong in SmartEnv settings instead of each action group
- Removed SA group-level data for action settings
- Added an environment-level 'inbox_folder' setting to standardize default placement of newly created notes
- Moved 'inbox_folder' from top-level environment settings to the 'smart_actions' settings scope
- Fixed SC App Environment window layout so sections collapse correctly on startup
- Updated IPC for Obsidian to use the Obsidian protocol
- Reworked notes-v1 actions to wrap notes-v2 methods, ensuring backward compatibility
- Fixed GPT Action OpenAPI schema issues (affected some custom GPT configurations)
- Fixed an issue with actions removal causing the application to fail on restart
- Restricted SC App to load only one environment at a time:
- If one environment is running, start buttons for other environments are disabled
- Fixed '/ping' reliability by removing extraneous connection key usage
- Added validation to prevent starting an environment if 'env_path' is empty
- Fixed environment name updates so they immediately reflect in headers and settings
2.0.1
v2.0.1 add docs site