Skip to content

ClipboardMachinery 1.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Filipsi Filipsi released this 08 Sep 17:28
· 68 commits to development since this release

Foreword

Surprised eh? Honestly, me too.

After exactly 5 months, I am here with another update. Of which only the last one saw some actual progress represented by 49 new commits since last pre-release.

Main feature of this update is that you can now actually add your own tags, along with tag types management!
There was also quite a lot backed changes, like reworked dialog overlay system, property validation system, reworked page bases and off-course some bug fixes.

Notable changes

Tags

  • You can actually add your own tags to clips now!
  • Tag list now has a overflow indicator - when clicked it opens up overview of all related tags.
  • Tag editor was overhauled, new look and color palette was moved to tag type editor.
  • When creating new tag you have to select tag type that specifies color and value kind.

Tag types

  • A whole new page to manage tag types and create new ones.
  • There are two system-owned types you can't remove - source and category.
  • When creating new tag type you have to specify name, description and select value kind.

Value kind

  • Value kind is a tag type property that specifies what value can tag hold.
  • Provides value validation and parsing.
  • For now, there are text, number and datetime types.
  • This will expand in the future depending on what is needed.

What awaits next

Next up will be catching all of the bugs from this update. After which there will be a full release to master.
Next, I might start to work on automatic tagging or search functionality. I can't promise anything concrete, expect that I am still intending to expand this project further.