Skip to content

Releases: brianyu28/streamline

v0.3.3

15 Feb 23:07
Compare
Choose a tag to compare

Changelog

  • Enhancement: Add dark mode support

Full Changelog: v0.3.2...v0.3.3

v0.3.2

13 Feb 00:32
Compare
Choose a tag to compare

Changelog

  • Fix: Bug that prevented detection of right Shift key

Full Changelog: v0.3.1...v0.3.2

v0.3.1

09 Feb 03:07
Compare
Choose a tag to compare

Changelog

  • Feature: Introduced debug mode for troubleshooting

Full Changelog: v0.3.0...v0.3.1

v0.3.0

05 Feb 05:03
Compare
Choose a tag to compare

Changelog

  • Feature: Added a quick entry panel. From any application, use a global hotkey to trigger a quick entry panel that allows choosing a Streamline workflow.
  • Feature: Customize global hotkey for quick entry panel.
  • Feature: Workflow groups can be enabled or disabled.
  • Enhancement: Workflows are cached and grouped by character for more efficient lookup.
  • Enhancement: Menu option to choose a workflow group file to import.
  • Enhancement: Exporting and deleting workflows.
  • Enhancement: Confirmation before deleting workflows.
  • Fix: Bug in saving workflow state where one character may have been missing from saved data.
  • Fix: Bug in deleting workflows where workflow remained visible after deletion.

Full Changelog: v0.2.1...v0.3.0

v0.2.1

02 Feb 00:31
Compare
Choose a tag to compare

Changelog

  • Fixed bug with key code handling for backspace key

Full Changelog: v0.2.0...v0.2.1

v0.2.0

29 Jan 05:20
Compare
Choose a tag to compare

Changelog

  • Feature: Workflow groups and the workflows within them are automatically saved to disk and loaded from disk when the application starts.
  • Feature: Workflow groups can be exported and imported as .streamline files for ease of sharing.
  • Feature: App icon can be hidden via app settings.
  • Fix: Fixed a bug whereby once the sidebar was collapsed, it could no longer be viewed.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Jan 05:05
Compare
Choose a tag to compare

An initial proof-of-concept release for Streamline.

  • Feature: Create "Workflow Groups", collections of automations.
  • Feature: Create "Workflow" automations. Currently, each workflow has a trigger and text content. When the trigger is typed, it expands into the content.

Currently, workflow groups and workflows do not persist when the app is restarted. This is planned for a future release.