|
5 | 5 | ## 🎯 Vision Statement |
6 | 6 | 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. |
7 | 7 |
|
8 | | -## 📊 Current Status (v1.2.9) |
| 8 | +## 📊 Current Status (v1.2.13) |
9 | 9 |
|
10 | 10 | ### ✅ Completed Features |
11 | 11 | - **Multi-Account Management**: Full account lifecycle management |
@@ -34,13 +34,22 @@ Transform Telegram Multi-Account Message Sender into the ultimate Telegram autom |
34 | 34 | - **Thread Support**: Full support for Telegram group threads |
35 | 35 | - **Message Forwarding**: Complete message forwarding functionality for campaigns |
36 | 36 | - **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) |
37 | 41 |
|
38 | 42 | ### 🔄 In Progress |
39 | 43 | - **Performance Optimization**: Ongoing database and UI optimizations |
40 | 44 | - **Code Quality**: Continuous testing and refactoring improvements |
41 | 45 | - **Community Growth**: Building sponsor community and contributor base |
42 | 46 |
|
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) |
44 | 53 | - **Spintax Reliability**: Seeded spintax output is now reproducible and validation correctly flags empty/nested patterns. |
45 | 54 | - **Testing Stability**: Async test execution is now fully supported via `pytest-asyncio`. |
46 | 55 | - **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 |
359 | 368 |
|
360 | 369 | ## 💖 Community Milestones |
361 | 370 |
|
362 | | -### 🎉 Recent Achievements (v1.2.4 - v1.2.9) |
| 371 | +### 🎉 Recent Achievements (v1.2.4 - v1.2.13) |
363 | 372 | - **First Monthly Sponsor**: [@dodierandal-arch](https://github.com/dodierandal-arch) - $100/month (Premium Sponsor) 🎉 |
364 | 373 | - **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 |
366 | 375 | - **Documentation Standardization**: Professional documentation kit with consistent structure |
367 | 376 | - **Development Environment**: DevContainer and Docker support for seamless development |
368 | 377 | - **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 |
369 | 379 |
|
370 | 380 | ### 🌟 Community Growth |
371 | 381 | The project has reached an important milestone with our first monthly sponsor! This support enables us to: |
|
0 commit comments