Skip to content

Commit

Permalink
update Changelog for v6.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rthaut authored May 7, 2020
1 parent cea4da1 commit 821e712
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
# DeviantArt Filter Changelog

## 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 2 | May 5, 2020 | [v6.0.0-beta.2](https://github.com/rthaut/deviantART-Filter/releases/tag/v6.0.0-beta.2) |
| 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) |
## Version 6.0.0

### New Features

- **Eclipse Support**. DeviantArt Filter now supports [the new site (a.k.a Eclipse)](https://www.deviantarteclipse.com/). It also supports the "classic" site fore users who are not yet using Eclipse.
- **Eclipse Support**. DeviantArt Filter now supports [the new site (a.k.a Eclipse)](https://www.deviantarteclipse.com/). It also supports the "classic" site for users who are not yet using Eclipse.
- **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 sooner than they did in v5.x.

### Known Issues & Limitations
### Removed Functionality from 5.x

- ~~**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).
Expand Down

0 comments on commit 821e712

Please sign in to comment.