diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index eee8d5f4ea7..ae245427947 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -15,10 +15,10 @@ - 4.7.0 - 4.7.0 - 4.7.0 - 4.7.0 + 5.0.0 + 5.0.0 + 5.0.0 + 5.0.0 Flow.Launcher.Plugin Flow-Launcher MIT diff --git a/README.md b/README.md index 4cd8e059e39..9147a03cc00 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Dedicated to making your work flow more seamless. Search everything from applica ### Installation -[Windows 7+ Installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Setup.exe) or [Portable Version](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip) +[Windows 10+ Installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Setup.exe) or [Portable Version](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip) #### Winget @@ -117,22 +117,29 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea - Save file or folder locations for quick access. -#### Drag & Drop - - - -- Drag a file/folder to File Explorer, or even Discord. -- Copy/move behavior can be change via Ctrl or Shift, and the operation is displayed on the mouse cursor. - ### Windows & Control Panel Settings - Search for Windows & Control Panel settings. +### Dialog Jump + + + +- Search for a file/folder and quickly jump to its path in the Open/Save As dialog window. +- Use Alt+G to quickly jump the Open/Save As dialog window path to the path of the active file manager. + +### Drag & Drop + + + +- Drag a file/folder to File Explorer, or even Discord. +- Copy/move behavior can be change via Ctrl or Shift, and the operation is displayed on the mouse cursor. + ### Priority - + - Prioritise the order of each plugin's results. @@ -145,19 +152,18 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea - Turn on preview permanently via Settings (Always Preview). - Use Ctrl++/- and Ctrl+[/] to adjust search window width and height quickly if the preview area is too narrow. - ### Customizations - + - Window size adjustment, animation, and sound - Color Scheme (aka Dark Mode) - + - There are various themes and you also can make your own. -#### Date & Time Display In Search Window +### Date & Time Display In Search Window @@ -185,6 +191,7 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea
  • de, Deutsch
  • ko, 한국어
  • Srpski
  • +
  • Српски
  • Português
  • Português (Brasil)
  • Spanish
  • @@ -196,6 +203,7 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea
  • čeština
  • اللغة العربية
  • Tiếng Việt
  • +
  • עברית
  • @@ -264,7 +272,7 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea ### 🛒 Plugin Store - + - You can view the full plugin list or quickly install a plugin via the Plugin Store menu inside Settings @@ -322,6 +330,7 @@ Or download the [early access version](https://github.com/Flow-Launcher/Prerelea | Flow Launcher Tips | Visit Flow Launcher's documentation for more help and how to use tips | | Flow Launcher UserData Folder | Open the location where Flow Launcher's settings are stored | | Toggle Game Mode | Toggle Game Mode | +| Set Flow Launcher Theme | Set the Flow Launcher Theme | ### 💁‍♂️ Tips @@ -389,7 +398,7 @@ Each of the pull requests will be marked with a milestone indicating the planned Contributions are very welcome, in addition to the main project(C#) there are also [documentation](https://github.com/Flow-Launcher/docs)(md), [website](https://github.com/Flow-Launcher/flow-launcher.github.io)(html/css) and [others](https://github.com/Flow-Launcher) that can be contributed to. If you are unsure of a change you want to make, let us know in the [Discussions](https://github.com/Flow-Launcher/Flow.Launcher/discussions/categories/ideas), otherwise feel free to put in a pull request. -You will find the main goals of flow placed under the [Projects board](https://github.com/Flow-Launcher/Flow.Launcher/projects), so feel free to contribute on that. If you would like to make small incremental changes, feel free to do so as well. +You will find the main goals of flow placed under the [Projects board](https://github.com/orgs/Flow-Launcher/projects/4), so feel free to contribute on that. If you would like to make small incremental changes, feel free to do so as well. Get in touch if you like to join the Flow-Launcher Team and help build this great tool. diff --git a/appveyor.yml b/appveyor.yml index a4a8e6f16f8..911e3042333 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '1.20.2.{build}' +version: '2.0.0.{build}' # Do not build on tags because we create a release on merge to master. Otherwise will upload artifacts twice changing the hash, as well as triggering duplicate GitHub release action & NuGet deployments. skip_tags: true