Skip to content

Releases: 2aronS/mindmark

Release list

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@2aronS 2aronS released this 19 May 12:34
  • added ai-powered note summarization and tagging suggestions
  • fixed crash when opening notes with malformed yaml frontmatter
  • migrated to sqlite for better search performance on large note collections
  • improved markdown preview rendering for nested lists and code blocks
  • reduced app bundle size by ~30% through dependency cleanup

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@2aronS 2aronS released this 19 May 12:34
  • initial release with markdown editor and live preview
  • added openai integration for note suggestions and summarization
  • cross-platform support for windows, macos, and linux
  • implemented local file storage with auto-save
  • fixed syntax highlighting for code blocks in preview
  • refactored renderer pipeline for better performance