Reactive-Resume/CHANGELOG.md

14 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.4.5 (2022-05-24)

Bug Fixes

  • i18n: fix language mismatch in exported pdf (62fd63e)

3.4.4 (2022-05-02)

Features

  • i18n: add Hungrarian (Magyar) language (35fe4e2)

3.4.3 (2022-05-01)

3.4.2 (2022-04-30)

3.4.1 (2022-04-30)

Bug Fixes

  • typeorm: update typeorm to latest 0.2.x for secpatch (5bdb92b)

3.4.0 (2022-04-30)

3.3.4 (2022-04-09)

3.3.3 (2022-04-09)

Features

  • profile: add XING profile icon (1e59f73), closes #821
  • s3: implement non-ephemeral storage through S3/DO Spaces (feb911a)

3.3.2 (2022-04-08)

Bug Fixes

  • types/react: downgrade to <18 (fc77b54)

3.3.1 (2022-04-08)

3.3.0 (2022-04-08)

Features

  • upgrade: changes to code to support new template (1df7810)

What's Changed

New Contributors

3.2.11 (2022-03-28)

3.2.10 (2022-03-24)

Features

  • i18n: add portuguese (pt) language to i18n locales (7f1c82c)

3.2.9 (2022-03-21)

Features

  • i18n: add nl and ru i18n locales to app (03cbf22)

3.2.8 (2022-03-18)

Features

  • client/theme: add theme switcher to landing page (8f5632c)
  • flags: introduce flags, disable_user_signups (b6267d0), closes #698
  • i18n: add Vietnamese language to i18n locales (4390bcc)

Bug Fixes

  • client/create-rename-slug: fix slug accepting apostrophes and other special characters (1facd2a), closes #706
  • disable_user_signups: hide create account link under flag (80acfe9)

3.2.7 (2022-03-18)

Features

  • i18n: add Malayalam (മലയാളം) language to i18n locales (3a2e62b)

Bug Fixes

  • printer/i18n: fix dates not showing up in resume language when printing (90321e1), closes #729

3.2.6 (2022-03-17)

Features

  • client/auth/google: disable google login/registration if GOOGLE_CLIENT_ID is not in ENV (7f0ee40), closes #724
  • i18n: add arabic language to i18n locale (39fa6da)

Bug Fixes

  • i18n: add missing languages to dayjs date wrapper locales (9e6dafc), closes #719
  • json-export: add mimeType and charset to JSON export (b3ff780), closes #726
  • linkedin: fix skill modal crashing when importing from linkedin (a02b85b), closes #718

3.2.5 (2022-03-16)

Features

  • i18n: add danish, polish and turkish locales to i18n (97e9432)

Bug Fixes

  • client/templates: fix text veering off of artboard in most templates (b2f1fb3), closes #702

3.2.4 (2022-03-14)

3.2.3 (2022-03-14)

Features

  • client/import: implement import json from reactive resume v2 (42408ce)

3.2.2 (2022-03-14)

Bug Fixes

  • client/skills: make skill level optional (02e396b)

3.2.1 (2022-03-14)

Features

  • i18n: add Chinese (Simplified) language to locales (549363b)

Bug Fixes

  • client/basics: fix issue with overlapping photo filters on safari/webkit/iOS (e6bda68)
  • docker: fix docker-compose for production grade deployments (57f7edc)

3.2.0 (2022-03-14)

Features

  • i18n: add Bengali, Italian and other languages (21931bc)

Bug Fixes

  • app: fix issue with external link redirection in android app (b18120b)
  • client: fix issue with react-query cache (ed75a85)

3.1.4 (2022-03-12)

Bug Fixes

  • client: exported pdf did not contain "Present" keyword with translations (cf670af)
  • client: fix issues raised through lgtm alerts (dfccb31)

3.1.3 (2022-03-12)

Bug Fixes

  • server: reform url for pdf generation and download (6d55f91), closes #661

3.1.2 (2022-03-12)

CI

  • docker:: include traefik routing and proxy to ensure server connections pass in local (11cb066)

3.1.1 (2022-03-12)

Features

  • client: add product hunt announcement banner (b515fc3)

3.1.0 (2022-03-12)

Features

  • client: add "spanish (es)" language to i18n locales (bf167f8)
  • client: add mm/yyyy date option to date format options (82bf44d), closes #656
  • client: add sitemap generation to next app (2cbc582)
  • client: disable "Toggle Page Orientation" when there's only one page on the artboard (01da1a0), closes #655

Bug Fixes

  • client: remove hard-coded "keywords:" in certain templates (dda42b4), closes #650
  • client: show "present" string if end date is not entered, also add to i18n locales (b5cd6c4), closes #653
  • server: photo uploads not working, fix save location and returned url (799f208), closes #658

3.0.0 (2022-03-11)

Features

  • lang: add German, Kannada and Tamil languages to the app (3a524f9)
  • docs: add docusaurus workspace, initial setup of docs (dc4aa0b)

3.0.0-beta.6 (2022-03-11)

Features

  • lang: add language switcher on the landing page, in the footer (8bc7d25)

Bug Fixes

  • i18n: add missing translation keys, update lang/locale logic (7d8828a)
  • webkit: fix issue with webkit not supporting .at() (2654cba)

3.0.0-beta.5 (2022-03-10)

Bug Fixes

  • app: fix issue with using swipelayout (972e8b1)