Skip to content

Commit 4330fdb

Browse files
committed
docs: update ROADMAP for v1.2.13 and distribution milestones
Reflect GHCR, PyPI, and frozen-build improvements through v1.2.13.
1 parent d9b44c9 commit 4330fdb

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

ROADMAP.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## 🎯 Vision Statement
66
Transform Telegram Multi-Account Message Sender into the ultimate Telegram automation platform with advanced features, cross-platform support, and professional integration, while maintaining its safety-first design philosophy.
77

8-
## 📊 Current Status (v1.2.9)
8+
## 📊 Current Status (v1.2.13)
99

1010
### ✅ Completed Features
1111
- **Multi-Account Management**: Full account lifecycle management
@@ -34,13 +34,22 @@ Transform Telegram Multi-Account Message Sender into the ultimate Telegram autom
3434
- **Thread Support**: Full support for Telegram group threads
3535
- **Message Forwarding**: Complete message forwarding functionality for campaigns
3636
- **Plugin System**: Complete plugin architecture with API, management system, UI, and example plugins
37+
- **Container Distribution (GHCR)**: Docker images published on release tags (`ghcr.io/voxhash/telegram-multi-account-message-sender`)
38+
- **PyPI Install Reliability**: Declared runtime dependencies (including `pandas`) for standalone `pip install` GUI launches
39+
- **Frozen Build Quality**: PyInstaller bundles translation files; release CI validates imports and Windows executable artifacts
40+
- **GHCR Package Metadata**: OCI image description on multi-arch manifests (Dockerfile `LABEL` + publish workflow annotations)
3741

3842
### 🔄 In Progress
3943
- **Performance Optimization**: Ongoing database and UI optimizations
4044
- **Code Quality**: Continuous testing and refactoring improvements
4145
- **Community Growth**: Building sponsor community and contributor base
4246

43-
### 🆕 Latest Release Highlights (v1.2.9 - 2026-03-12)
47+
### 🆕 Latest Release Highlights (v1.2.13 - 2026-05-24)
48+
- **GHCR Description Metadata**: Container package page shows project description via OCI annotations on published multi-arch images.
49+
- **Distribution Patch (v1.2.12)**: PyPI `pandas` dependency, PyInstaller translation bundling, CI `pip install` smoke test, and GHCR publish workflow.
50+
- **Stability Fixes (v1.2.10–v1.2.11)**: Python 3.11 `telegram_selector` syntax fix, session import path fix, test-message logging crash fix, and stricter release build checks.
51+
52+
### 📦 Previous Release Highlights (v1.2.9 - 2026-03-12)
4453
- **Spintax Reliability**: Seeded spintax output is now reproducible and validation correctly flags empty/nested patterns.
4554
- **Testing Stability**: Async test execution is now fully supported via `pytest-asyncio`.
4655
- **UI Localization Fixes**: Corrected translation-key usage in core dialogs (`common.information`).
@@ -359,13 +368,14 @@ Transform Telegram Multi-Account Message Sender into the ultimate Telegram autom
359368

360369
## 💖 Community Milestones
361370

362-
### 🎉 Recent Achievements (v1.2.4 - v1.2.9)
371+
### 🎉 Recent Achievements (v1.2.4 - v1.2.13)
363372
- **First Monthly Sponsor**: [@dodierandal-arch](https://github.com/dodierandal-arch) - $100/month (Premium Sponsor) 🎉
364373
- **Complete Documentation Suite**: API docs, FAQ, and troubleshooting guides
365-
- **CI/CD Excellence**: Robust automated pipelines for testing, building, and releasing
374+
- **CI/CD Excellence**: Robust automated pipelines for testing, building, releasing, and GHCR container publish
366375
- **Documentation Standardization**: Professional documentation kit with consistent structure
367376
- **Development Environment**: DevContainer and Docker support for seamless development
368377
- **Quality Hardening (v1.2.9)**: Spintax reliability fixes, async test stability, and core UI localization corrections
378+
- **Distribution Milestone (v1.2.12–v1.2.13)**: PyPI install parity, frozen-build translations, public GHCR images, and OCI package metadata
369379

370380
### 🌟 Community Growth
371381
The project has reached an important milestone with our first monthly sponsor! This support enables us to:

0 commit comments

Comments
 (0)