Releases: hectarox/NutriLens
Release 3.0
Changelog from pre-release to release:
- Made the start meal button automatically disappear when not needed and added smooth transitions
- Fixed delete not deleting
- QR code scanning now also imports images
- Blank notifications are hopefully fixed, couldn't replicate issue
- Added weight pill
- Made result automatically contract
Don't forget to join the discord!
Full Changelog: pre-release-3.0.0...release-3.0.0
Pre-release-3.0.0
Release Notes for Pre-release 3.0.0
What's New in Pre-release 3.0.0
Major Bug Fixes
- Fixed meal duplication issue in Add More functionality (689ae8b)
- Fixed popup not showing on mobile APK builds - critical fix for mobile users (7032333)
- Fixed meal-builder mode - background worker now properly picks up meal builder output (56045c9)
- Fixed language switching in settings - prevents dialog from closing and enables real-time UI updates (0bdc847)
- Fixed settings toggles from closing settings dialog (d84141a)
New Features
- Meal Builder System - Complete rewrite with new unified queue system and result cards (ac27dc6, cf59b9c)
- Mock Barcode Scanning - Added support for web/mock mode testing (fec9f07)
- Image Guidance System - Better UX for taking food photos (debd4a6)
- Background Queue - Now enabled by default with mock support (00b994d, ff690a5)
- Android Product Flavors - Mock and production builds for faster UI testing (47d02b8)
UI/UX Improvements
- Removed gray placeholders - now shows actual food images in queue/cards (038b2b8)
- More compact total nutrition bar with improved design (588c207)
- Complete UI redesign with compact layout of main menu (1d10f68)
- Improved Result card UI and positioning (b0b25e3)
- Better image preview UI placement (1a33892)
- Better responsive design for different screen sizes (5c70f1a)
- App now starts on main page instead of history page (d3a3be2)
- Queue toggle moved to settings with close button (59ba44f)
- Removed result card display from main page completely (87f061d)
Technical Changes
- Enhanced mock mode support for web builds (324aa64)
- Version bump to 3.0.0+4 (98e1827)
- App version bump (7c2c3d6)
Download
Download the APK below for Android devices. This major pre-release includes a complete rewrite of the meal builder system and critical fixes for mobile users.
Note: This is a pre-release version for testing. Please report any issues you encounter.
Changes since: pre-release-2.1
Total commits: 26 commits with major system rewrites and UI improvements
Change_Log pre-release-2.1...pre-release-3.0.0
Pre-release 2.1
What's Changed
- Optimize Gradle build performance with parallel processing, increased memory by @aptdnfapt in #11
- Main AI menu full redesign by @aptdnfapt in #12
- manual theme switching with slow fade animated transitions . by @aptdnfapt in #13
- Added background tasks for queue, so now it works in the background
- Fixed all known issues with result menu
- Divided main.dart into smaller files for better readability (development)
Known issues:
- #9
- App will sometimes send a blank notification at launch
New Contributors
- @aptdnfapt made their first contribution in #11
Full Changelog: release-2.0...pre-release-2.1
Release 2.0
This is the first public release, this means that the app no longer has authentication and is now open for everyone!
Quick changelog:
- Changed package name for full release
- Queued requests and notification center
- Fixed various DPI related issues
- Improved results page UI
- Added support for password-less instances (public instances)
- Added security logs
- Fixed translations when using english language
For beta users, package name has changed, please export data from the old app to the new one in the settings.
Full Changelog: beta-1.3...release-2.0
Beta Release 1.3
This will probably be the last or so beta release before the full release
This version adds an info screen at the start of the app to notify users of important changes or issues
Full Changelog: beta-1.2...beta-1.3
Beta Release 1.2
Full Changelog: 1d9b0e2
- Updated system instruction in main.js to respond in the appropriate language.
- Added info menu
- Added meals to categorize food
- Added manual input
- Added linked edits
- Added import/export history
- Fixed translations in-app and server side
- Added timestamp on foods
- Upped app version
- Fixed calories burned today graph
- Added default button for edits
beta-1.1.1
Fallback AI model in case of google issues
beta-1.1
Full Changelog: beta-1.0...beta-1.1
Added barcode scanning (for drinks etc)
Fixed lots of accessibility issues & misc bugs
Added kcal deficit/surplus via health connect
Fixed sometimes no reply from AI
PoC build
Proof of concept build, has some bugs but still works nonetheless