ios widget showing what is available at chucks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update changelog formatting

+29 -24
+3 -1
.github/workflows/build-apk.yml
··· 7 7 jobs: 8 8 build: 9 9 runs-on: ubuntu-latest 10 + permissions: 11 + contents: write 10 12 11 13 steps: 12 14 - name: Checkout code ··· 31 33 - name: Upload APK to Release 32 34 uses: softprops/action-gh-release@v1 33 35 with: 34 - files: android/app/build/outputs/apk/release/app-release.apk 36 + files: android/app/build/outputs/apk/release/app-release-unsigned.apk 35 37 env: 36 38 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+26 -23
CHANGELOG.md
··· 5 5 ## [1.2.0] - 2026-02-06 6 6 7 7 ### Added 8 - - **Favorites System** (iOS & Android) 9 - - Mark individual menu items as favorites 10 - - Add keyword-based favorites (e.g., "pizza", "fish") 11 - - Visual highlighting of favorite items with star icons 12 - - Favorites manager sheet for managing items and keywords 13 - - Persistent storage across app launches 14 - 15 - - **Notifications** (iOS & Android) 16 - - Receive notifications 1 hour before meals when favorites are available 17 - - Smart notification content showing up to 3 items with count for additional matches 8 + - **Favorites System**: Mark and track your favorite menu items 9 + - Tap star icons on menu items to save favorites 10 + - Add keyword-based favorites (e.g., "pizza", "fish") to auto-match items 11 + - Visual highlighting with orange stars and backgrounds 12 + - Persistent storage across app restarts 13 + - Favorites manager sheet for easy organization 14 + - **Smart Notifications**: Get notified when your favorites are available 15 + - Alerts sent 1 hour before meals with favorite items 16 + - Shows up to 3 items with count for additional matches 18 17 - Automatic rescheduling when favorites or menus change 19 - - Works with both individual items and keyword-based favorites 18 + - Works with both individual items and keyword matches 19 + - **Multi-Day View**: Plan ahead with future menu access 20 + - Swipe through multiple days of upcoming menus 21 + - Navigate with arrow buttons or swipe gestures 22 + - Select different meals (Breakfast, Lunch, Dinner) for each day 23 + - Clear date labels: "Today", "Tomorrow", and day-of-week names 24 + - **GitHub Actions**: Automated APK builds on release 20 25 21 - - **Future Day View** (iOS & Android) 22 - - Swipe through multiple days of menus 23 - - Navigate with left/right arrows 24 - - View schedules for upcoming days 25 - - Select different meals for future days 26 - - Displays dates (Today, Tomorrow, day names) 26 + ### Changed 27 + - Android UI enhanced with star buttons and favorite highlighting 28 + - Improved venue cards with favorite item backgrounds 29 + - Better navigation experience between days 27 30 28 - - **GitHub Actions** 29 - - Automated APK builds on release 31 + ### Technical 32 + - FavoritesRepository with DataStore for Android 33 + - NotificationScheduler using WorkManager 34 + - POST_NOTIFICATIONS permission added for Android 35 + - Updated VenueCard, HomeScreen, HomeViewModel components 30 36 31 - ### Changed 32 - - Updated Android UI to support favorites with star buttons 33 - - Enhanced venue cards with favorite item highlighting 34 - - Improved navigation between days 37 + **Full Changelog**: https://github.com/taciturnaxolotl/wasup-chucks/compare/v1.1.0...v1.2.0 35 38 36 39 ## [1.1.0] - 2025-01-30 37 40