Skip to content

Releases: kafuexe/SlickFlow

Release- 0.0.8

07 Feb 21:27
b19b306

Choose a tag to compare

SlickFlow 0.0.8 Changelog

New Features

  • Added context menu actions:
    • All aliases
    • Execution count
    • Open as incognito (links only)
    • Open in PowerShell (requires PowerShell)
    • Open in terminal
    • Open containing folder
  • Added a settings page for:
    • Changing commands and icons directories
    • Viewing and editing all commands in one place

Summary

This release enhances functionality and usability in SlickFlow.
Context menus give you more ways to interact with your commands,
and the new settings page makes managing your commands and icons faster and cleaner.

Relese - 0.0.7

25 Dec 13:54
6fb8e5c

Choose a tag to compare

0.0.7 changelog:

Improvements

  • added winIcon support (for example folder icons)
  • added "seticon" command for changing an items icon

summary

In this release the main focuse was a large code refactor that will help with future bug fixes and new features
in addition I improved icon support and added "seticon" command

SlickFlow - 0.0.6

04 Nov 21:51
98d3d02

Choose a tag to compare

0.0.6 changelog:

HOTFIX

  • changed item id to uuid to prevent icons from not updating on quick delete-create workflow.

!! Notice !!:

any items in the SlickFlow.json under "\AppData\Roaming\FlowLauncher\Settings\SlickFlow" will need to be manualy updated to have as string id. (you can just wrap the ids with "" )

SlickFlow - 0.0.5

04 Nov 21:25
00c5f1c

Choose a tag to compare

0.0.5 changelog:

Bug Fixes:

  • can now save images and icons from websites

Improvements

  • will now fetch icon from HTML header icon link if no other icon is found

summary

improments of icon fetching

SlickFlow - 0.0.4

03 Nov 20:06
e807cab

Choose a tag to compare

0.0.4 changelog:

Bug Fixes:

  • fixed slow search due to icon searching
  • fixed SlickFlow icon not showing on SlickFlow plugin results
  • fixed crashing on adding web item where icon cannot be found

Improvements

  • improved formatting
  • added XML code comments

summary

general improvments and fixes for better UX

SlickFlow - 0.0.3

02 Nov 20:01
ccf4427

Choose a tag to compare

0.0.3 changelog:

Bug Fixes:

  • Fix - Icons will now be taken from websites correctly and saved
  • Fix - "remove" will now only remove the alias when the command is selected
  • Fix - will now delete icons of deleted items

Changes

  • One Icon per Item

summary

Fixes to improve user expirence

SlickFlow - 0.0.2

01 Nov 22:33

Choose a tag to compare

0.0.2 changelog:

Bug Fixes:

  • Fix - Can now use Filenames of "PATH" arguments (such as cmd.exe and notepad)

  • Fix - Can now use Filenames with spaces (" ") by wrapping quotations around them:

    add Example "C:\Program Files\Google\Chrome\Application\chrome.exe"

summary

A hotfix to functionalty of executing and adding arguments and filenames of aliases

SlickFlow - 0.0.1

01 Nov 20:46
05c7325

Choose a tag to compare

First Relese of SlickFlow Plugin

Created Basic Functionalty