Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 800 Bytes

File metadata and controls

25 lines (18 loc) · 800 Bytes

Changelog

All notable changes to GoCard will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.0] - 2025-04-02

Added

  • Terminal-based user interface with Bubble Tea
  • Support for multiple flashcard decks
  • Spaced repetition system based on SM-2 algorithm
  • Markdown rendering for questions and answers
  • Support for code syntax highlighting in cards
  • Statistics tracking and visualization
  • Import/export functionality using Markdown files
  • Cross-platform support (Linux, macOS, Windows)

Technical

  • Implemented testing suite with coverage reporting
  • Set up GitHub Actions for CI/CD
  • Added pre-commit hooks for code quality