Skip to content

Latest commit

 

History

History
277 lines (146 loc) · 15.7 KB

CHANGELOG.md

File metadata and controls

277 lines (146 loc) · 15.7 KB

Changelog

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

0.1.18-1 (2022-09-06)

Others 🔧

  • change profile image (44093b9)
  • change the banner for metadata (27a8176)
  • update profile pic & metadata image (c1f9976)

0.1.18-0 (2022-07-24)

Styling 🎨

  • icons: change website logo, banner & favicons (4c79aed)

Others 🔧

  • assets: replace resume pdf with latest pdf (21ed6fb)
  • assets: update resume pdf file (34c7076)
  • data: update authordata json file with latest information (b3de94c)
  • domain: move to a different domain (aaf03ea)
  • image: update profile images across pages (848f752)
  • readme: update readme to reflect latest changes (f75824e)
  • update profile pic at various places (e88f783)

CI 🛠

  • versionrc: update versionrc file with nice emoji for various changelogs (22f4a3b)

Performance Improvements 🏎

  • removed unwanted components and misc changes related to that (0be9d12)
  • removed unwanted components from home page (3dbff4f)

Bug Fixes 🛠

  • routes/about: go to resume webpage instead of resume download (9cf8228)
  • routes/home: remove blog component from home for clean layout (c6e1b70)
  • views/home: fix about section by simplifying complex code (d654119)

Features 🔥

  • views/about/me: add a new button for downloading resume pdf (14efba0)
  • views/home: give play on youtube option in youtube player (8208cd9)

Code Refactoring 🖌

  • components: refactor bottom settings component (902d45f)
  • components: simplify complex code in various components (fba1295)
  • plugins: change the default primary color theme (07ac141)
  • routes: remove unwanted routes, rename route names to a proper name (347410b)
  • views/home: completely refactor the hero component in home page (7d0d7cc)
  • views/home: refactor feedback component in home page (503f854)
  • views/home: refactor various other components in home page (d02035b)

0.1.17 (2022-04-01)

Features

  • app: add google analytics for more insightfull data (5420f03)
  • routes: introduce blog posts from hashnode through graphql API (6f78738)

Bug Fixes

  • components: fix bottom settings dialog not rendering properly (7674efe)
  • routes: remove blog from routes, introduce more helper css and misc changes (e01f6fe)

0.1.16 (2022-03-26)

Features

  • routes/about: use tabs instead of sliders for certification gallery (2a5da33)
  • routes/home: add more categories to home services (f93c2bb)
  • routes/home: fix container, add background & add names and labels (1cedd0a)
  • routes/home: fix hero banner, move to flex layout, more ui/ux improvement (74bbff8)

Bug Fixes

  • global/components: some misc fixes in components which improves the experience (91ca7df)
  • router: fix router to route new urls (d3b0552)
  • routes/about: some misc fixed to improve ux (eb60e7b)

Code Refactoring

  • routes/about: move to more structured routes folder (00a4258)

Others

  • templates: reframe taglines in authordata (c0021c1)

0.1.16-1 (2022-03-20)

Features

  • routes/about: shuffle certificates before init, add more certifications (23a6d70)
  • routes/home: introduce category wise services in home (f1031a6)

Code Refactoring

  • app: optimize pdfs, remove obfuscator and misc changes (1ff2da5)
  • routes/project: remove subtitle from the top (80e3d01)

0.1.16-0 (2022-03-14)

Features

  • routes/about: add new certifications gallery card (ae27e04)
  • routes/about: add new skills to bio, add animation to photo carousel (eb8254d)
  • routes/about: add transition to photo carousel (6d6a40a)

Bug Fixes

  • components: fix css for youtube player component (587c60d)
  • components: fix youtube player not rendering description properly (1704d8d)
  • routes/home: fix home page feedback component (f46f285)

Code Refactoring

  • about-data: change author intro in home and about page (bba5f87)
  • home: change home hero pic (fcb3e73)
  • routes/about: remove wastefull css classes (accb86a)

0.1.15 (2022-03-03)

Features

  • home/stories: enable viewing stories in the same page for desktops (dfac667)

Bug Fixes

  • code-viewer: fix code-viewer displaying undefined (b625054)
  • this-project: fix code viewer displaying undefined on github api calls (358a9cd)

0.1.14 (2022-03-02)

Features

  • authordata: add more data to authordata.json (e59b826)
  • router: add animation to router changes (4843759)
  • views/about: more structured components, fix clutter in about route (63a71e2)

Bug Fixes

  • components/footer: fix many clutter in footer component (f4d00dc)
  • home/hero: fix typer not changing color on theme change (ad0aaba)
  • plugins/wakatime: fix language names not displaying in full (736d582)

0.1.13 (2022-02-23)

Features

  • components: add new images (35029a0)
  • home: add new cool typer animation to hero banner (1dcc2fb)
  • public: add new logos, favicons, images (72fc03d)
  • templates: add new data to author data (bb10062)

Bug Fixes

  • about: remove useless components (135a617)

0.1.12 (2022-02-22)

Features

  • fixed various vuetify components, add new wordings wherever required (175fb86)

0.1.11 (2022-02-22)

Bug Fixes

  • completely remove many useless components (06a22f9)
  • components: fix imports in markdown render component (62a2588)

Code Refactoring

  • public: refactor index.html file (27c807a)

Build System

  • packages: add various and remove useless packages (9b74233)

0.1.11-0 (2021-12-27)

Code Refactoring

  • all: refactor every variable to have camelCase style (6aa0a04)

0.1.10 (2021-11-18)

Bug Fixes

  • yarn: fix gitignore file ignoring yarn berry file (526dd20)

0.1.9 (2021-11-18)

Others

  • environment: move to linux dev environment (bca2190)

Build System

  • packages: upgrade all packages to latest versions (131a715)

0.1.8 (2021-08-09)

Bug Fixes

  • fix data obj in components which crashed router (860d87b)
  • router navigation bug data not a obj (4831ecb)

Tests

  • revert blog component changes (0f75d2a)

0.1.7 (2021-08-09)

Features

  • add standard-version and commitlint for consistent commits and changelogs (bcf400a)

Reverts

  • Revert "Update Travis" (dadb0f1)
  • Revert "build(husky): add commitlint, commitizen, husky for consistent commit messages" (da352f9)
  • Revert "chore(release): 0.1.1" (1a45981)
  • Revert "build: update Packages" (dabab6c)
  • Revert "chore(release): 0.1.3" (7372c6b)
  • Revert "chore(verionrc): add versionrc for changelogs" (3fc769a)
  • Revert "chore(release): 0.1.4" (365bc6e)
  • Revert "chore(release): 0.1.5" (8c920d3)
  • Revert "feat(test): remove test changelog checker file" (ad73052)
  • Revert "chore(release): 0.1.6" (ac2a78e)

Others

  • changelog: add versionrc for changelog generation (deea6e9)