Releases: VChet/StyleBase
Releases · VChet/StyleBase
4.3.0 (2021-02-19)
Features
- style search: add search by substring (8b55132)
Bug Fixes
- sort options: keep options while loading, decrease opacity (33c5587)
- style search: allow search only with query longer than 2 characters (dd6a3d8)
- styles: fix style duplication (7b200db)
4.2.2 (2021-02-14)
Bug Fixes
- User model: add sparse parameter to ids (should fix codeberg auth error) (5b90c6f)
4.2.1 (2021-02-11)
Bug Fixes
- add style: add custom fields description (dd6992a)
- style grid: throttle scroll, do not show skeleton on loaded cards (2c08316)
4.2.0 (2021-02-01)
Features
- parser: search usercss files in folders (3b42951)
- parser: search usercss files in subfolders (d062a2b)
Bug Fixes
- User: fix Codeberg organization name parsing (8cdaa7c)
4.1.1 (2021-01-29)
Bug Fixes
- auth: fix codeberg login (ad265fe)
- style card: open style dialog by clicking anywhere on the card (54c7077)
4.1.0 (2021-01-15)
Features
- meta: change title and description in different states (85893bc)
- search: add search by query with active owner filter (45e0ddd)
Bug Fixes
- seo: disallow "/search/" in robots.txt (c93ee5d)
- url: correctly set URL when closing a modal with active filters (a459df5)
4.0.1 (2021-01-11)
Bug Fixes
- auth: store username instead of displayName (f3c73a5)
- session: keep user logged in (d3cbd63)
- style card: add gap between "stars" and "last update" blocks (ce45e87)
- style card: replace text with emojis (9e4cf64)
4.0.0 (2021-01-07)
⚠ BREAKING CHANGES
- styles: URL's for styles and users have changed.
New style URL: stylebase.cc/style/%id%
New user URL: stylebase.cc/user/%username%
Features
- styles: add styleId field to be used in style url (9ebb722)
Bug Fixes
- favicon: optimize svg (9523220)
- parser: store original style name (e1d8ecc)
- style card: show original style name (a8f9e06)
3.5.0 (2021-01-03)
Features
- TypeScript support for server
Bug Fixes
- dialogs: update titles and paddings (377fc6e)
- favicon: optimize svg (145fdda)
- favicon: remove legacy icons (38d9a61)
- filter: do not request all styles when the owner filter is active (e118225)
- HowToUse: update texts (f742e79)
- parser: throw and catch metadata parser errors (6f44ab2)
- style card: truncate name that's longer than 2 lines (5845bec)
3.4.1 (2020-12-27)
Bug Fixes
- alert: support multiple alerts (7e8f6f7)
- helmet: add data URL to script-src directive (37ceb3f)
- parser: do not replace parentheses in style name (842b64b)