Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Releases: VChet/StyleBase

4.3.0 (2021-02-19)

19 Feb 18:30
Compare
Choose a tag to compare

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)

14 Feb 18:16
Compare
Choose a tag to compare

Bug Fixes

  • User model: add sparse parameter to ids (should fix codeberg auth error) (5b90c6f)

4.2.1 (2021-02-11)

11 Feb 18:29
Compare
Choose a tag to compare

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)

01 Feb 18:37
Compare
Choose a tag to compare

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)

29 Jan 18:52
Compare
Choose a tag to compare

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)

15 Jan 19:45
Compare
Choose a tag to compare

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)

11 Jan 16:51
Compare
Choose a tag to compare

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)

07 Jan 14:09
Compare
Choose a tag to compare

⚠ 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)

03 Jan 18:24
Compare
Choose a tag to compare

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)

27 Dec 18:46
Compare
Choose a tag to compare

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)