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

Releases: VChet/StyleBase

3.4.0 (2020-12-27)

Choose a tag to compare

@VChet VChet released this 27 Dec 18:44

Features

  • parser: fill style name, description, license from metadata (efc6e07)

Bug Fixes

  • database: fix owner id being stored as string instead of number (c060cf0)
  • features: update texts (f302361)
  • login: add authorization information (e5fe070)
  • rss: add RSS feed link in the head tag (3536e92)
  • server: remove Access-Control-Allow-Origin header (b05eca6)
  • style edit: fix user organizations check (e1cd00c)
  • style update: update style with metadata in scheduled update (0c522e7)
  • styles: rearrange sort options, set 'most liked' as default (bd553fc)
  • styles: set initial sort order after filter reset (4372346)

3.3.0 (2020-12-17)

Choose a tag to compare

@VChet VChet released this 17 Dec 19:10

Features

  • dark mode: add dark theme and system theme detection (e103613)

Bug Fixes

  • dark mode: add ARIA attributes to switcher (23bf2fa)
  • styles: show fetch errors in snackbar (001c664)
  • update color scheme and 'no-preview' image (5233b77)

3.2.1 (2020-12-16)

Choose a tag to compare

@VChet VChet released this 16 Dec 16:45

Bug Fixes

  • close button: increase lines width (376b335)
  • feature block: fix border-width (b8c1fd0)
  • header: clear filters on logo click (e15825e)

3.2.0 (2020-12-15)

Choose a tag to compare

@VChet VChet released this 15 Dec 17:33

Features

  • add style: set custom fields before submitting a style (b408ab5)

Bug Fixes

  • custom fields: fix old values rewriting (06b4175)
  • custom preview: disallow icns, ico, sketch extensions (a54719f)
  • style grid: fetch style list on a style update (cf0b3a4)
  • style update: skip failed requests and update other styles (08b3db8)
  • styles api: change 'edit style' request method to patch (698b239)

3.1.1 (2020-12-13)

Choose a tag to compare

@VChet VChet released this 13 Dec 16:39

Bug Fixes

  • parser: add repository name to parser errors (e4c36ba)
  • style update: convert style owner id value to string (9b1c181)
  • user: request organizations depending on a provider (7a19bc4)

3.1.0 (2020-12-13)

Choose a tag to compare

@VChet VChet released this 13 Dec 16:00

Features

  • add style: support codeberg.org repos (730a5aa)
  • authentication: add gitea login strategy (885ddcd)
  • login: add dialog with login options (47ffca7)
  • parser: support codeberg.org repos (97fdee9)

Bug Fixes

  • add style: fix wrong parameters when looking for duplicates (27675f0)
  • authorization: check owner by id instead of username (5b921ec)
  • parser: handle empty url, handle unsupported hosting providers (caddb9a)
  • style card: capitalize first letters of a style name (4dfbc40)
  • user model: fix creating new user with codeberg id (ad7f2e3)

3.0.3 (2020-12-09)

Choose a tag to compare

@VChet VChet released this 09 Dec 20:23

Bug Fixes

  • style update: fix passing wrong argument to the parser (50ff133)

3.0.2 (2020-12-09)

Choose a tag to compare

@VChet VChet released this 09 Dec 20:05

Bug Fixes

  • robots.txt: disallow /login and /logout urls (e0a4496)
  • style model: convert style name to lowercase (4ef38ff)

3.0.1 (2020-12-06)

Choose a tag to compare

@VChet VChet released this 06 Dec 17:19

Bug Fixes

  • alerts: show custom style name in add/update/delete notifications (adcbcbd)

3.0.0 (2020-12-04)

3.0.0 (2020-12-04) Pre-release
Pre-release

Choose a tag to compare

@VChet VChet released this 04 Dec 16:12

⚠ BREAKING CHANGES

  • styles api: to select style which you want to edit/delete/update pass it's _id (was url)

Features

  • style model: remove unique flag from repository, add flag to style (b272b1d)
  • styles: add style file selection (eae1d73)
  • styles api: add 'custom description' field (e42bd82)

Bug Fixes

  • parser: save style name without file extension (1ab4111)
  • styles api: edit/delete/update styles using _id field (f55fbb5)