Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

Summary

Fixes the changelog tab appearing when the app is first opened after download. The changelog should only show after an actual update, not on first install.

The bug was in maybe_emit_updated() - when there's no stored last_seen_version (first install), it was emitting the updated event with previous: None, which caused the changelog tab to open. Changed this to not emit the event on first install, while still saving the current version for future update detection.

Review & Testing Checklist for Human

  • Test first install scenario: clear app data/use fresh install, verify changelog tab does NOT appear
  • Test update scenario: install older version, update to newer version, verify changelog tab DOES appear with correct previous/current versions
  • Verify the current version is still saved on first install (so subsequent updates will be detected)

Notes

Requested by @ComputelessComputer

Link to Devin run: https://app.devin.ai/sessions/ea84fde78ae047e2a21c0b7df4beacd3

Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@netlify
Copy link

netlify bot commented Jan 25, 2026

Deploy Preview for hyprnote canceled.

Name Link
🔨 Latest commit 5a20380
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote/deploys/6975d9b90a88a20008751a68

@netlify
Copy link

netlify bot commented Jan 25, 2026

Deploy Preview for hyprnote-storybook canceled.

Name Link
🔨 Latest commit 5a20380
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote-storybook/deploys/6975d9b957f407000814c61e

@netlify
Copy link

netlify bot commented Jan 25, 2026

Deploy Preview for howto-fix-macos-audio-selection canceled.

Name Link
🔨 Latest commit 5a20380
🔍 Latest deploy log https://app.netlify.com/projects/howto-fix-macos-audio-selection/deploys/6975d9b93063b60008defe1b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants