From 54ea68c119c2752e16f5fa8fa5d2c3b87fbbf28b Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 13 Dec 2022 13:51:59 +1100 Subject: [PATCH] Version bump for 1.10.0 release + update readme (#997) --- README.md | 119 +++++++++++++++++++++++++++++++++++++-------------- appveyor.yml | 2 +- 2 files changed, 88 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index ca17f11303e..ffe809f0a9e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@

-
- - - + + +
+

-
-

@@ -22,18 +20,63 @@ Dedicated to making your workflow flow more seamless. Search everything from app

Remember to star it, flow will love you more :)

-

SOFTPEDIA EDITOR'S PICK

- -## ๐ŸŽ‰ New Features in 1.9 +## ๐ŸŽ… New Features๐Ÿคถ +### Preview Panel + + +- Use the F1 key to open/hide the preview panel. +- Media files will be displayed as large images, otherwise a large icon and entire path will be displayed. +- Turn on preview permanently via Settings (Always Preview). +- Use hotkeys (Ctrl+Plus,Minus / Ctrl+],[) to adjust flow's search window width and height quickly if the preview area is too narrow. +- This feature is currently in its early stages. + +### Everything Plugin Merged Into Explorer + + +- Switch easily between Everything and Windows Search to take advantage of both search engines (remember to remove existing Everything plugin). +- Use features available to both Everything and Explorer plugins + +### Date & Time Display In Search Window + + + +- Display the date and time when the search window is triggered. + +### Drag & Drop + + +- Drag an item to Discord or computer location. +- The target program determines whether the drop is to copy or move the item (can change via CTRL or Alt), and the operation is displayed on the mouse cursor. + +### Custom Shortcut + + + + +- New shortcut functionality to set additional action keywords or search terms. -![screenshot](https://user-images.githubusercontent.com/6903107/144855345-45535bc7-7777-4c5a-b8d9-d6ce8adc5e84.png) +### Impvroved Program Plugin +- PATH is now indexed +- Support for .url files, flow can now search installed steam/epic games. +- Improved UWP indexing. -- All New Design. New Themes, New Setting Window. Animation & Sound Effect, Color Scheme aka Dark Mode. -- New Plugins, Plugin Store, Game Mode, Wizard window -- Full changelog +### Improved Memory Usage +- Fixed a memory leak and reduced overall memory usage. + +### Improved Plugin / Plugin Store +- Search plugins in the Plugin Store and existing plugin tab. +- Categorised sections in Plugin Store to easily see new and updated plugins. + +### Improved Non-C# Plugin's Panel Design + + +- The design has been adjusted to align to the overall look and feel of flow. +- Simplified the information displayed on buttons + +๐Ÿš‚Full Changelogs @@ -84,11 +127,12 @@ And you can download - + + ### Browser Bookmarks - + ### System Commands @@ -99,26 +143,27 @@ And you can download + - Do mathematical calculations and copy the result to clipboard. ### Shell Command - + + - Run batch and PowerShell commands as Administrator or a different user. - Ctrl+Enter to Run as Administrator. ### Explorer - + - Save file or folder locations for quick access. ### Windows & Control Panel Settings - + - Search for Windows & Control Panel settings. @@ -127,17 +172,16 @@ And you can download - - Prioritise the order of each plugin's results. ### Customizations -![Animation5](https://user-images.githubusercontent.com/6903107/144693887-1b92ed16-dca1-4b7e-8644-5e9524cdfb31.gif) + - Window size adjustment, animation, and sound - Color Scheme (aka Dark Mode) -![themes](https://user-images.githubusercontent.com/6903107/144527796-7c06ca31-d933-4f6b-9eb0-4fb06fa94384.png) + - There are various themes and you also can make your own. @@ -157,9 +201,10 @@ And you can download + - Pause hotkey activation when you are playing games. +- When in search window use Ctrl+F12 to toggle on/off. @@ -208,8 +253,8 @@ And you can download ### ๐Ÿ›’ Plugin Store + -![pluginstore](https://user-images.githubusercontent.com/6903107/144528115-3b6baa89-f53f-40db-8426-02c4db8dd2b5.png) - You can view the full plugin list or quickly install a plugin via the Plugin Store menu inside Settings @@ -224,16 +269,21 @@ And you can download - +
+ +

+ +

+
itsonlyfrans

-

- - :sparkles:Why I Chose to Support Flow-Launcher:sparkles: - -

+### Mentions +- Why I Chose to Support Flow-Launcher - Appwrite +- Softpedia Editor's Pick diff --git a/appveyor.yml b/appveyor.yml index aa490fd25c4..f296c76fb46 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '1.9.5.{build}' +version: '1.10.0.{build}' init: - ps: |