Skip to content

Releases: scriptor-pro/memo-tori

Memo Tori v0.1.6

07 Jan 15:32

Choose a tag to compare

.desktop amรฉliorรฉ

Memo Tori v0.1.4 "Beaufix" - Release Notes

29 Dec 19:13

Choose a tag to compare

Memo Tori v0.1.4 "Beaufix" - Release Notes

Release Date: December 29, 2025
Codename: Beaufix (Beautiful + Fix)


๐ŸŽ‰ What's New

๐ŸŒ Internationalization (i18n)

Memo Tori now speaks English and French!

  • Automatic language detection from your system locale
  • Manual override with MEMO_TORI_LANG environment variable
  • Complete UI translation - all 12 UI strings translated
  • Language-specific launchers - memo-tori-en.sh and memo-tori-fr.sh
  • Separate desktop entries for each language

How to Use:

# Auto-detect from system (default)
memo-tori

# Force English
MEMO_TORI_LANG=en memo-tori

# Force French
MEMO_TORI_LANG=fr memo-tori

Supported locales:

  • English: en_US, en_GB, en_CA, and all en_* variants
  • French: fr_FR, fr_BE, fr_CA, and all fr_* variants
  • Other locales default to English

โŒจ๏ธ Universal Keyboard Shortcuts

One command to set up keyboard shortcuts across all major desktop environments!

  • Automatic setup script: scripts/setup-keyboard-shortcut.sh
  • Default shortcut: Super+M (Windows/Command key + M)
  • 7 desktop environment families supported (11+ variants)

Supported Desktop Environments:

Desktop Environment Method
XFCE xfconf-query
GNOME / Unity / Budgie gsettings
Cinnamon gsettings (Cinnamon schema)
MATE gsettings (MATE schema)
KDE Plasma kwriteconfig5
i3 / Sway Config file editing
LXDE / LXQt Openbox XML

Quick Setup:

bash scripts/setup-keyboard-shortcut.sh

Then press Super+M to launch Memo Tori instantly!


๐Ÿท๏ธ Version Display in Window Title

The window title now displays the current version number for easy identification.

Window title format: Memo Tori 0.1.4

This helps with:

  • Quick version identification
  • Bug reporting and support
  • Development and testing

๐Ÿ“š Comprehensive Documentation

Five new comprehensive guides covering all aspects of Memo Tori:

  1. Installation Guide - Complete setup instructions
  2. Keyboard Shortcuts Guide - Detailed DE-specific setup
  3. Localization Guide - Language configuration
  4. Quick Reference - One-page cheat sheet
  5. Documentation Index - Navigation hub

Total documentation: 40KB across 5 guides


๐Ÿ“ฆ Installation

Debian/Ubuntu (.deb package)

# Download the package
wget https://[your-repo]/releases/memo-tori_0.1.4_amd64.deb

# Install
sudo dpkg -i memo-tori_0.1.4_amd64.deb
sudo apt-get install -f  # Fix any dependencies

# Launch
memo-tori

From Source

# Clone or download
cd /path/to/memo-tori

# Install system dependencies
sudo apt install python3-venv python3-pip python3-gi gir1.2-gtk-3.0 gir1.2-webkit2-4.0

# Set up Python environment
python3 -m venv --system-site-packages .venv
source .venv/bin/activate
pip install -r requirements.txt

# Run
python3 memo-tori.py

๐Ÿ”„ Upgrading from v0.1.3

Your data is fully compatible and will be preserved during the upgrade.

Method 1: .deb Package

# Remove old version
sudo apt remove memo-tori

# Install new version
sudo dpkg -i memo-tori_0.1.4_amd64.deb

# Your data remains at: ~/.local/share/memo-tori/ideas.txt

Method 2: From Source

cd /path/to/memo-tori
git pull  # or download new version
source .venv/bin/activate
pip install --upgrade -r requirements.txt

๐ŸŒŸ Features

Core Functionality

  • โœ… Single text field (up to 5000 characters)
  • โœ… Save ideas to local file
  • โœ… View full list of ideas (newest first)
  • โœ… Delete ideas with confirmation
  • โœ… Plain text storage (no database)

New in v0.1.4

  • โœ… English and French UI
  • โœ… Automatic language detection
  • โœ… Universal keyboard shortcuts
  • โœ… Version display in window title
  • โœ… Comprehensive documentation

Platform Support

  • โœ… Linux (Debian 11+, Ubuntu 20.04+, Fedora 36+, Arch)
  • โœ… Windows (via pywebview with WebView2)
  • โœ… All major desktop environments

๐Ÿ› Bug Fixes

This release focuses on new features. No specific bug fixes were required from v0.1.3.


๐Ÿ“ Technical Details

Package Information

  • Version: 0.1.4
  • Package Size: 3.1 MB (includes Python dependencies)
  • Architecture: amd64
  • Dependencies: python3, python3-gi, gir1.2-gtk-3.0, gir1.2-webkit2-4.0

New Files

  • i18n.py - Localization module (3.4 KB)
  • VERSION - Version file (6 bytes)
  • memo-tori-en.sh - English launcher
  • memo-tori-fr.sh - French launcher
  • memo-tori-en.desktop - English desktop entry
  • memo-tori-fr.desktop - French desktop entry
  • scripts/setup-keyboard-shortcut.sh - Keyboard shortcut setup (15 KB)
  • docs/ - 5 comprehensive documentation files (40 KB)

Translation Coverage

  • Total translation keys: 12
  • Coverage: 100% for English and French
  • Extensible: Easy to add more languages

๐Ÿ”ฎ Looking Ahead

Planned for v0.1.5

  • Additional language support (Spanish, German, Italian)
  • Enhanced keyboard shortcut management UI
  • Export/import functionality
  • Search capabilities (optional)
  • UI/UX refinements

Future Considerations

  • Mobile app versions
  • Cloud sync (optional plugin)
  • Tags and categories (keeping it simple)
  • Dark mode

๐Ÿ™ Acknowledgments

  • Development: Rovo Dev AI Assistant
  • Testing: MX Linux 23 / Debian 12 (XFCE, fr_BE locale)
  • Community: Thank you to all early adopters and testers!

๐Ÿ“ž Support & Feedback

Documentation

Reporting Issues

When reporting issues, please include:

  1. Version number (shown in window title)
  2. Operating system and desktop environment
  3. Language setting (if relevant)
  4. Steps to reproduce
  5. Expected vs actual behavior

Language

  • System locale detected from your OS
  • Override with: MEMO_TORI_LANG=en or MEMO_TORI_LANG=fr

๐Ÿ“„ License

MIT License - See LICENSE file for details.


๐ŸŽŠ Conclusion

Memo Tori v0.1.4 "Beaufix" brings powerful new features while maintaining the simplicity and speed you expect. With full bilingual support and universal keyboard shortcuts, capturing your ideas has never been easier!

Download now and start capturing ideas in your language!


Release Checksums:

# SHA256
sha256sum memo-tori_0.1.4_amd64.deb
# [Will be generated]

# MD5
md5sum memo-tori_0.1.4_amd64.deb
# [Will be generated]

Released by: Memo Tori Team
Date: December 29, 2025
Version: 0.1.4 "Beaufix"

Memo Tori v0.1.3

29 Dec 18:28

Choose a tag to compare

What's Changed

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

Full Changelog: https://github.com/scriptor-pro/memo-tori/blob/main/CHANGELOG.md

v. 0.0.1

26 Dec 13:01

Choose a tag to compare

v. 0.0.1 Pre-release
Pre-release

vibe-coded - sorry