Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.26 KB

File metadata and controls

45 lines (32 loc) · 1.26 KB

Changelog

All notable changes to Memo Tori will be documented in this file.

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

[0.1.3] - 2025-12-29

Fixed

  • Fixed invalid DOCTYPE declaration in web/index.html
  • Improved development desktop file with proper icon path and labeling

Changed

  • Updated button text from "Consulter" to "Liste des idées" for clarity
  • Refined color scheme (background and accent colors)
  • Updated font family stack for better cross-platform consistency

Added

  • Added .gitignore to exclude build artifacts and development files

[0.1.2] - 2024-12-27

Added

  • Debian package (.deb) build for version 0.1.2
  • Windows installer support

[0.1.1] - 2024-12-26

Changed

  • Accessibility improvements: updated color scheme for better contrast

[0.1.0] - 2024-12-26

Added

  • Initial public release
  • Core functionality: capture and store ideas locally
  • Plain text storage with --- separator
  • Linux (Debian-based) support
  • Windows support via pywebview
  • Build scripts for .deb packages
  • GitHub Actions workflow for Windows installer
  • MIT License
  • Comprehensive README with installation instructions