Skip to content

History / Contributing

Revisions

  • docs: Fix project name references from 'qBittorrent Automation' to... Fixed inconsistent project naming throughout wiki documentation. CHANGES: - Home.md: Updated page title from "qBittorrent Automation" to "qbt-rules" - Frequently-Asked-Questions.md: Updated Q&A title and description - Contributing.md: Updated welcome message - Available-Fields.md: Updated field categories overview All instances of "qBittorrent Automation" have been replaced with the correct project name "qbt-rules" for consistency and proper branding. Files modified: 4 files Impact: Consistent project branding across all wiki pages

    @andronics andronics committed Dec 13, 2025
  • docs: Update all wiki documentation for v0.3.0 unified CLI architecture Comprehensive update to reflect the major v0.3.0 changes including unified CLI, custom triggers, trigger-agnostic mode, and human-readable size operators. CRITICAL PRIORITY UPDATES: - Quick-Start.md: Updated installation , replaced all CLI examples (python3 triggers/manual.py → qbt-rules) - Triggers.md: Complete rewrite - added unified CLI intro, updated all examples, added Custom Triggers and Trigger-Agnostic Mode sections - Frequently-Asked-Questions.md: Updated all CLI examples, Docker/systemd configs, webhook setup, cron examples - Troubleshooting.md: Updated debugging commands, config paths, test commands, import paths HIGH PRIORITY UPDATES: - Examples.md: Added v0.3.0 feature highlights, showcased larger_than/ smaller_than operators, fixed invalid schedule: fields in rules - Advanced-Topics.md: Updated file paths (lib/ → src/qbt_rules/), rewrote Custom Triggers section, updated scaling examples - Conditions.md: Added larger_than/smaller_than operators to reference table with human-readable size format examples MEDIUM/LOW PRIORITY UPDATES: - Introduction.md: Updated dependencies - Contributing.md: Updated development setup, testing commands, import paths KEY CHANGES: ✅ All trigger scripts unified to single `qbt-rules` command ✅ Webhook examples updated ✅ Custom triggers documented (--trigger <any-name>) ✅ Trigger-agnostic mode documented (--trigger none) ✅ larger_than/smaller_than operators with "50GB", "100MB" syntax ✅ Config paths updated (~/.config/qbt-rules/) ✅ All cron/Docker/systemd examples updated ✅ Development setup updated (pip install -e ., pytest) Files modified: 9 wiki pages Impact: All user-facing documentation now accurate for v0.3.0

    @andronics andronics committed Dec 13, 2025
  • Updated Contributing (markdown)

    @andronics andronics committed Dec 10, 2025
  • Created Contributing (markdown)

    @andronics andronics committed Dec 10, 2025