Skip to content

1.0.5

Choose a tag to compare

@github-actions github-actions released this 01 Aug 07:45
· 3 commits to main since this release

[1.0.5] - 2024-12-19

Fixed

  • Fixed hardcoded .obsidian paths to use app.vault.configDir for better compatibility
  • Moved inline JavaScript styles to CSS files for better theme adaptability
  • Reduced console.log pollution by implementing debug-only logging
  • Improved type safety by removing any type casting where possible
  • Fixed GitHub settings not saving to data.json
  • Fixed debugLog recursive call issue causing test button to be unresponsive

Added

  • Enhanced test URL button to validate both URL format and GitHub token
  • Comprehensive GitHub connection testing with user info and permissions
  • Loading states and detailed feedback for better user experience

Changed

  • Enhanced code quality to meet Obsidian community plugin standards
  • Better CSS class management for status indicators and UI elements