Skip to content

FridaCodeManager v1.6

Latest
Compare
Choose a tag to compare
@seanistethered seanistethered released this 22 Oct 01:02
· 187 commits to main since this release

Changelog

  • refined permission levels throughout the codebase to ensure more consistent access control
  • fixed an issue where corrupted projects could not be loaded. Users can now successfully open these projects, providing the ability to either repair or delete them—an option that was previously unavailable. This ensures greater control over managing project data and prevents unnecessary project lockouts.
  • resolved issues with exporting apps and projects, ensuring the export process behaves as expected
  • fixed the display of the app icon in the Documents app on files associated with FCM
  • importing via file actions now only supports .sproj to be imported
  • resolved an issue in the credits sheet with profile picture loading, ensuring that images now load consistently and reliably in nearly all cases, significantly improving the user experience when viewing profiles
  • introduced multithreading support, allowing users to open folders seamlessly, improving responsiveness when navigating large directories
  • implemented file grouping to organize files more effectively and prevent clutter within folders
  • created a global function for file loading, reducing code duplication and improving maintainability
  • added smooth animations to all file loading processes to enhance the user experience
  • introduced visually appealing animations for popups, improving user interaction and engagement
  • enhanced popup sizing logic to resolve common bugs related to improper popup display and scaling
  • removed an unnecessary child view to streamline the interface and improve performance
  • eliminated inefficient color reloading during the file opening process, resulting in faster file handling