Skip to content

Commit

Permalink
update Changelog for Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rthaut committed May 3, 2020
1 parent 986695e commit 331b802
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# DeviantArt Filter Changelog

## Version 6.0.0 Alpha
## Version 6.0.0 Pre-Release Versions

*(**Note**: This entry may be updated and/or replaced with future version 6.0.0 alpha/beta/final/etc release information.)*

| Version | Release Date | Release Tag |
| ------ | -------------- | ----------- |
| ------- | -------------- | ----------- |
| Beta 1 | May 3, 2020 | [v6.0.0-beta.1](https://github.com/rthaut/deviantART-Filter/releases/tag/v6.0.0-beta.1) |
| Alpha 2 | April 20, 2020 | [v6.0.0-alpha.2](https://github.com/rthaut/deviantART-Filter/releases/tag/v6.0.0-alpha.2) |
| Alpha 1 | April 14, 2020 | [v6.0.0-alpha.1](https://github.com/rthaut/deviantART-Filter/releases/tag/v6.0.0-alpha.1) |

Expand All @@ -15,15 +16,15 @@
- **New Management Page**. The management page has been completely rewritten using more modern frameworks.
- **Filter by Title**. Tag filters have been replaced with keyword filters, which apply to both tags and titles for all deviations.
- **Quick Filter Tag Context Menu**. A new context (right-click) menu is available on all tag links; use this to quickly create a keyword filter for the linked tag.
- **Faster Metadata Lookup**. DeviantArt Filter v6+ uses faster APIs to load metadata (tags and categories) while you browse, so filters should apply faster than they did in v5.x.
- **Faster Metadata Lookup**. DeviantArt Filter v6+ uses faster APIs to load metadata (tags and categories) while you browse, so filters should apply sooner than they did in v5.x.

### Known Issues
### Known Issues & Limitations

- **Filters are not validated**. When creating/updating filters, no restrictions or validations are implemented to help prevent invalid filters from being created.
- ~~**Filters are not validated**. When creating/updating filters, no restrictions or validations are implemented to help prevent invalid filters from being created.~~ Implemented in v6.0.0 Beta 1.
- **Options are missing**. There are currently no configurable options for DeviantArt Filter v6.0.0.
- **Placeholders**: Placeholders cannot be disabled for the new Eclipse site, as the Eclipse layout calculates grid positions for each thumbnail, and removing an item from the grid breaks the layout. The ability to turn off placeholders may be re-implemented for the classic site in the future, but there are currently no plans to bring it back.
- **Placeholder Colors**: The colors for placeholders cannot currently be adjusted, but are instead hard-coded for each site theme (dark/light/green for Eclipse, and classic).
- **Metadata Caching**: DeviantArt Filter v6.0.0 does not currently cache metadata like v5.x did; it metadata caching is re-implemented, the corresponding options will be brought back to allow users to disable/configure the caching behavior.
- **Metadata Caching**: DeviantArt Filter v6.0.0 does not currently cache metadata like v5.x did; if metadata caching is re-implemented, the corresponding options will be brought back to allow users to disable/configure the caching behavior.

## Version 5.1 (February 6, 2019)

Expand Down

0 comments on commit 331b802

Please sign in to comment.