Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ TagStudio is a photo & file organization application with an underlying tag-base

<figure width="60%" markdown="span">

![TagStudio screenshot](./assets/screenshot.png)
![TagStudio screenshot](./assets/screenshot.png)

<figcaption>TagStudio Alpha v9.5.0 running on macOS Sequoia.</figcaption>

</figure>

## Feature Roadmap
## Roadmap

The [Feature Roadmap](./updates/roadmap.md) lists all of the planned core features for TagStudio to be considered "feature complete" along with estimated release milestones. The development and testing of these features takes priority over all other requested or submitted features unless they are later added to this roadmap. This helps ensure that TagStudio eventually sees a full release and becomes more usable by more people more quickly.
The feature [roadmap](./updates/roadmap.md) lists all of the planned core features for TagStudio to be considered "feature complete" along with estimated release milestones. The development and testing of these features takes priority over all other requested or submitted features unless they are later added to this roadmap. This helps ensure that TagStudio eventually sees a full release and becomes more usable by more people more quickly.

## Current Features

Expand Down
6 changes: 3 additions & 3 deletions docs/library/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Lastly, when searching your files with broader categories such as `Character` or

### Component Tags

**_[Coming in version 9.6](../updates/roadmap.md#v96)_**
**_Coming in version 9.6_**

Component tags will be built from a composition-based, or "HAS" type relationship between tags. This takes care of instances where an attribute may "have" another attribute, but doesn't inherit from it. Shrek may be an `Ogre`, he may be a `Character`, but he is NOT a `Leather Vest` - even if he's commonly seen _with_ it. Component tags, along with the upcoming [Tag Override](./tag_overrides.md) feature, are built to handle these cases in a way that still simplifies the tagging process without adding too much undue complexity for the user.

Expand All @@ -80,7 +80,7 @@ Custom palettes and colors can be created via the [Tag Color Manager](./tag_colo

### Icon

**_[Coming in version 9.6](../updates/roadmap.md#v96)_**
**_Coming in version 9.6_**

## Tag Properties

Expand All @@ -94,7 +94,7 @@ When the "Is Category" property is checked, this tag now acts as a category sepa

#### Is Hidden

**_[Coming in version 9.6](../updates/roadmap.md#v96)_**
**_Coming in version 9.6_**

When the "Is Hidden" property is checked, any file entries tagged with this tag will not show up in searches by default. This property comes by default with the built-in "Archived" tag.

Expand Down
Loading