Skip to content

Release v2.0.0 - Persistent Settings, Translucent Image Blur, Unity Analytics, Architecture, and Bugfixes!

Compare
Choose a tag to compare
@adrian-miasik adrian-miasik released this 28 Feb 18:41
· 501 commits to develop since this release

unity-pomodoro-release-banner-2.0.0

Release Notes

New Major Release!

  • Introducing Persistent Settings! (#64)
    • User settings are now persistent across application restarts! No more delving into the settings panel on every launch. 😁
      • Everything within the settings panel along with the light/dark mode preference is saved.
      • For a full list of saved settings, please refer to our 'Settings' documentation.
  • Added Translucent Image Blur! (#58)
    • This visual enhancement is used when a confirmation dialog is present, or when the sidebar is open. The background UI element's get blurred, encouraging users to focus on certain elements. I also think it looks pretty neat 👍
    • For a list of Unity Assets we use on this project, please refer to our 'Unity Asset Store Usage' documentation.
  • Implemented Unity Analytics (Beta) (#61)
    • IMPORTANT: If you'd like to opt-out of this telemetry you can do so in the settings panel. Simply open the settings panel and uncheck the "Enable Unity Analytics" toggle.
    • Using this new service, we can get insights on our users regarding play times, devices, installs, audience, session lengths and so on. For a list of data collection, see Unity's privacy policy here: https://unity3d.com/legal/privacy-policy
  • Cleaned up numerous architectural TODO's such as creating the concept of pages, page managers / item selectors, a ghost base class, etc...dev things.
  • Bugfixes!
    • Fixed settings dropdown audio (#23)
    • Fixed credits bubble fading (In some cases the credits bubble would not hide/show properly)
    • ...and more

Authors Notes

  • As always, the Microsoft Store version will be uploaded/updated over the next couple days.
  • If you have any opinions/requests/ideas on something you'd like to see added, please comment away in the discussion!
  • For those that wish to support this project (and fund further development), you can donate via my GitHub Sponsors page ❤️
  • If you're enjoying the app, please share it with your friends! Getting the word out means a lot.
  • Till next time 👋

🛠 Specifications

Project Size (Zipped): ~27-46 MB
Contributor(s): @adrian-miasik