-
-
Notifications
You must be signed in to change notification settings - Fork 455
Release 1.8.1 #604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.8.1 #604
Conversation
add some space to the end of the scrollviewer
Update Slovak translation
Add WinGet update CD
* save setting after startup * Revert "save setting after startup" This reverts commit bb9c7a1. * Update App.xaml.cs Save Setting After Startup
makes it easier to link download
fix animation logic
reduce magnifying glass icon size
Add portable release
|
@Flow-Launcher/team lets hold off merging feature PRs and just bug fixes for 1.8.1 |
|
Could you take a look at the CI build fail? I think it is due to winget update (which is not supposed to run at pr CI) |
from appveyor website |
Fix Windows Index Search service not activated
Add a MemoryStream buffer to ReadStream first
Co-authored-by: Kevin Zhang <[email protected]>
…menu Fix PluginsManager context menu crashing
Fix portable readme download link & WinGet pipeline
Version bump for release 1.8.0
|
@Flow-Launcher/team let's roll |
|
I thought the next step we should keep our eyes on unit test, since v1.7 they're more bugs comes up after new version released. In my experience, some troubles these tests could easily check out. Test pipeline should pass before prs are merged. There has some, but not enough. The coverage report should be gave one. My work computer still runs old version, only my home computer I would try new version. |
Yeah I agree with you. However, unit tests are not easy to write due to the complex dependency graph in Flow, and writing it is not so fun. |
This will have to be an ongoing thing, we can't hold off releases until enough tests have been added.
We have tests for each pipeline run, bare in mind flow is a desktop application that internally does a lot of different things and connects with a bunch of interfaces, on top of this it runs in an user environment that is quite unique for each users, so there will always be edge cases that we don't catch.
We are very quick to patch things up so I don't see much risks in upgrading, we never had a report of complete meltdown where flow was rendered useless. Overall the general concensus is yeah we need to add more tests to those critical functionalities, at the same time we need to roll out fixes like this one so the bugs we/users find can be quickly stamped out. @taooceros can you approve this please |
Add Slovak translation for Explorer plugin
|
@taooceros Should we add PR #554 as a temporary fix for the delay? |
|
I was testing pr 554 and got a freeze with nothing logged. we will need to investigate a bit more. |
Release Notes
Portable Zip Download
You can now download portable version directly from the releases page. This is the same as manually enabling portable mode after the installation.
Bug fixes