I confirm (by marking "x" in the [ ] below):
"Clear Cache and Reload" may not work properly, as it only clears the cache of the React app, which would not include webviews.
We've had several members in the community reporting problems and having to reload the cache multiple times across our platforms.
A related ticket to automate the 'clear cache and reload' upon Mattermost upgrade was created in #212.
I have modified the way to reload. https://circleci.com/gh/mattermost/desktop/529#artifacts
It directly calls clearCache() of webview, so it might be better.
And it only refreshes the inside of the current tab and keep its URL. As the result, this would also improves about #223.
Aah, nice.. Thanks @yuya-oc! Tested on Windows 10 and works great.
Anyone want to help test this on OS X?
Tried on OSX 10.11.
Before the fix (1.3.0 release): The entire page is reloaded, currently open channel is not restored
After the fix: The entire page is reloaded, currently open channel is restored
Fantastic, thanks @mmahkamov!
@yuya-oc I think we're ready to merge this
By the way, @mmahkamov, we also have a Desktop App discussion channel where the community discusses and prioritizes issues and new features.
Would love to see you there :)
Thanks!