You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree to follow the Code of Conduct that this project adheres to.
I have searched the issues tracker for a bug report similar to mine, in vain
Ferdium Version
7.0.1
What Operating System are you using?
Ubuntu
Operating System Version
Linux 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC x86_64 x86_64 x86_64 GNU/Linux
What arch are you using?
x64
Last Known Working Ferdium version
No response
Expected Behavior
no banner that says "A new update for Ferdium is avaiable. Please update via Snap Store"
Actual Behavior
a banner that says "A new update for Ferdium is avaiable. Please update via Snap Store"
Steps to reproduce
Install ferdium via snap on ubuntu and open ferdium
Debug link
No response
Screenshots
Additional information
On a fresh install of fredium (snap) i have a banner that says "A new update for Ferdium is avaiable. Please update via Snap Store"
The problem is that i am on the latest relase (7.0.1) as confirmed by "snap info ferdium" and the changelog in the app. snap remove ferdium && snap install ferdium confirmed that 7.0.1 was installed but was unsucesful in removing the banner.
The text was updated successfully, but these errors were encountered:
Oups, that is indeed a bug which has been introduced when trying to change the way we tell the user that a new update is available in #2079. It seems like we always show the banner, regardless of the actual existence of an update, which completely defeats the purpose of that banner...
@SpecialAro I think we are missing to test the boolean isUpdateAvailable when to check whether the update banner should be drawn when it is a snap (line 207 of layout/AppLayout.tsx and l.84 of auth/AppLayout.tsx) in the same way it is tested in EditSettingsForm.tsx.
Adding them would probably fix this problem, right?
Avoid duplicates
Ferdium Version
7.0.1
What Operating System are you using?
Ubuntu
Operating System Version
Linux 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC x86_64 x86_64 x86_64 GNU/Linux
What arch are you using?
x64
Last Known Working Ferdium version
No response
Expected Behavior
no banner that says "A new update for Ferdium is avaiable. Please update via Snap Store"
Actual Behavior
a banner that says "A new update for Ferdium is avaiable. Please update via Snap Store"
Steps to reproduce
Install ferdium via snap on ubuntu and open ferdium
Debug link
No response
Screenshots
Additional information
On a fresh install of fredium (snap) i have a banner that says "A new update for Ferdium is avaiable. Please update via Snap Store"
The problem is that i am on the latest relase (7.0.1) as confirmed by "snap info ferdium" and the changelog in the app. snap remove ferdium && snap install ferdium confirmed that 7.0.1 was installed but was unsucesful in removing the banner.
The text was updated successfully, but these errors were encountered: