Skip to content

PSGMX v2.2.6

Choose a tag to compare

@github-actions github-actions released this 10 Feb 13:53

πŸŽ‰ PSGMX Release v2.2.6

πŸ“₯ Download

  • Android APK: PSGMX-v2.2.6-android.apk

πŸ”₯ What's New in v2.2.7

Critical Fixes

  • βœ… Fixed POTD Notification Duplicates: LeetCode Problem of the Day notifications now appear only once
  • βœ… Enhanced Team Leader Attendance UI: Visual status indicators show current attendance state with color-coded switches
  • βœ… Attendance Card Status Display: Shows submission status and marked student count
  • βœ… My Tasks for Coordinators/Reps: Added personal task tracking for Coordinators and Placement Representatives

Improvements

  • 🎨 Team Leader attendance card now shows:
    • 🟒 Green: Already submitted with student count
    • 🟠 Orange: Not yet submitted
  • πŸ”„ Real-time status updates for attendance marking
  • πŸ“‹ Coordinators/Reps can now track their personal daily tasks
  • πŸ› Fixed notification deduplication logic

πŸ“‹ Installation

  1. Download the APK file from assets below
  2. Enable "Install from Unknown Sources" in Android settings
  3. Install the APK
  4. Enjoy the new features! πŸš€

πŸ“Š Technical Details

  • Flutter Version: 3.27.2
  • Build: Signed Release
  • Min SDK: 21
  • Target SDK: 34

πŸ“ Database Update Required

Run this query on your Supabase database:

UPDATE app_config SET 
    latest_version = '2.2.6', 
    force_update = true,
    update_message = 'Essential Update: Team Leaders can now correct/update today''s attendance. Fixed notification bugs and optimized UI. Kindly update now.',
    github_release_url = 'https://github.com/brittytino/psgmx-flutter/releases/latest',
    android_download_url = 'https://github.com/brittytino/psgmx-flutter/releases/download/v2.2.6/PSGMX-v2.2.6-android.apk'
WHERE id IS NOT NULL;

🌐 Web App

https://psgmxians.web.app


Full Changelog: https://github.com/brittytino/psgmx-flutter/commits/v2.2.6