You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
${{ steps.changelog.outputs.breaking > 0 && '> ⚠️ **BREAKING CHANGES**: This release contains breaking changes. Please review the changelog carefully before updating.' || '' }}
704
-
705
-
${{ steps.changelog.outputs.security > 0 && '> 🔒 **SECURITY UPDATE**: This release includes important security fixes. We recommend updating as soon as possible.' || '' }}
706
-
707
667
${{ steps.changelog.outputs.changelog }}
708
668
709
-
${{ steps.changelog.outputs.features > 0 && steps.changelog.outputs.fixes > 0 && format('🎯 **Highlights**: This release brings {0} new features and fixes {1} bugs for a better user experience.', steps.changelog.outputs.features, steps.changelog.outputs.fixes) || '' }}
710
-
${{ steps.changelog.outputs.features > 0 && steps.changelog.outputs.fixes == 0 && format('✨ **Feature Release**: Introducing {0} new features to enhance your workflow.', steps.changelog.outputs.features) || '' }}
711
-
${{ steps.changelog.outputs.features == 0 && steps.changelog.outputs.fixes > 0 && format('🔧 **Maintenance Release**: This update focuses on stability with {0} bug fixes.', steps.changelog.outputs.fixes) || '' }}
712
-
713
669
---
714
670
715
-
## 📥 Download & Installation
716
-
717
-
Choose the appropriate download for your platform:
- **macOS Apple Silicon**: `mpesa2csv_*_aarch64.dmg`
677
+
- **macOS Intel**: `mpesa2csv_*_x64.dmg`
678
+
- **Linux**: `mpesa2csv_*_amd64.deb` or `mpesa2csv_*_amd64.AppImage`
736
679
680
+
### System Requirements
737
681
- **Windows**: Windows 10 version 1903 or later
738
682
- **macOS**: macOS 10.15 Catalina or later
739
683
- **Linux**: Modern distribution with GTK 3.24+ and WebKit2GTK 4.1+
740
684
741
-
### 🔄 Auto-Update
742
-
743
-
> **Note**: If you have a previous version installed, the app will automatically notify you when this update is available and guide you through the update process.
0 commit comments