Bug Fixes and UX Improvements #2
PierreGac
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version 1.0.1 - Bug Fixes and UX Improvements
Release Date: [Current Date]
This release focuses on critical bug fixes, improved user experience, and enhanced notification management. All changes maintain backward compatibility with v1.0.0.
🐛 Bug Fixes
Notification System
NotificationStateManagerto track read/unread state for notes and updatesModel Submission
Fixed RelativePath including Materials folder when submitting from Project view
GetDefaultRelativePath()to detect model root folder correctlyFixed version deletion errors preventing access to model details
First Run Wizard
IsConfigured()to properly check for default valuesSaveConfiguration()with user feedbackImage Addition
✨ Improvements
Validation & User Feedback
Implemented comprehensive changelog validation
ChangelogValidatorfor comprehensive checksEnhanced duplicate detection
User Interface
Added loading overlay during refresh operations
Improved update icon visibility
Code Quality
Standardized error logging
Debug.Log*calls with centralizedErrorLoggerErrorHandlerPerformance optimizations
StringBuilderfor tooltip constructionstring.Concatwith string interpolation🔧 Technical Changes
New Utilities
Assets/ModelLibrary/Editor/Infrastructure/Utils/NotificationStateManager.cs)API Changes
ModelLibraryWindow.UpdateNotesCount()- Recalculates unread notes countModelLibraryWindow.UpdateUpdateCount()- Recalculates unread updates countModelLibraryWindow.UpdateWindowTitle()- Refreshes window title with current countsInternal Improvements
📋 Migration Notes
No migration required. This release is fully backward compatible with v1.0.0.
Breaking Changes
None
Deprecations
None
🧪 Testing
All fixes have been validated with:
📝 Known Issues
🙏 Acknowledgments
Thanks to all users who reported issues and provided feedback that led to these improvements.
Full Changelog: See commit history for detailed changes
This discussion was created from the release Bug Fixes and UX Improvements.
Beta Was this translation helpful? Give feedback.
All reactions