Skip to content

Latest commit

 

History

History
187 lines (110 loc) · 12.3 KB

CHANGELOG.md

File metadata and controls

187 lines (110 loc) · 12.3 KB

Changelog

3.0.0 (2024-11-28)

⚠ BREAKING CHANGES

  • new resume page

Features

  • add hardcoded contact info (e30fcea)
  • add pt-BR translations to resume (ec8e8d3)
  • new resume page (e30fcea)
  • update copy of job descriptions (2324ff2)
  • update uses page (f9fa78a)

2.10.0 (2024-10-27)

Features

  • improves copy of pr evaluations post (7a5e447)
  • increase size of home images for larger screens (ba228c8)
  • sort posts from new to old (2e27b47)

Bug Fixes

  • resizes cover image for pr-evaluation post (8d52108)

2.9.0 (2024-06-03)

Features

  • blog post on pr evaluations (a5ee6da)
  • small formatting tweaks (ebc6907)

2.8.0 (2024-04-11)

Features

2.7.0 (2024-04-10)

Features

2.6.0 (2024-01-20)

Features

  • add posts link to homepage (6b433b7)
  • add posts page to list all posts (7623987)
  • add programming languages to uses page (3594c09)
  • add website to resume items (e12b2a3)
  • change top bar color (3710f58)
  • increate margig between post title and date (98d1b99)
  • replace ref with dangerouslySetInnerHTML for SSR blog posts (2711b31)
  • update next to v13 (71480c9)
  • update node to v18 (af19050)

Bug Fixes

  • fixes typo on summary for about next (3c42be7)
  • shows correct dates on the resume page (a5bc51c)

2.5.0 (2023-05-31)

Features

  • add opengraph information to blog posts (c9e330b)
  • blog post about the tech stack of this website (0d2b9b2)

2.4.0 (2023-03-18)

Features

  • add robots.txt (c69dc12)
  • include schema descriptor for blog posts (a3dc8ee)

2.3.1 (2023-02-26)

Bug Fixes

2.3.0 (2022-11-02)

Features

2.2.0 (2022-10-19)

Features

  • create symlinks for assets in case they exist (8bed795)
  • displays cover image for post when available (038745f)
  • writes post about arithmetic progressions (ff65df1)

2.1.1 (2022-10-05)

Bug Fixes

  • deploy: changes trigger action (015d121)

2.1.0 (2022-10-04)

Features

  • adds RSS autodiscovery to header section (33774c9)
  • basic resume page (b1a8004)
  • implement basic resume (3a455a2)
  • implements deploy action (b0fbebe)
  • implements rss feed (7c3a259)
  • removes hard-coded english on resume page (135d9ba)

Bug Fixes

  • sets maximum width for code blocks (f8b89f5)

2.0.1 (2022-09-17)

Bug Fixes

2.0.0 (2022-09-17)

Features

  • add titles to pages (f88dc6d)
  • adds to post-it's (02d6dc5)
  • adds blog post page (fe1f1cb)
  • adds static path for blog posts (e200c81)
  • adds tags to bottom of post (051572d)
  • brings common UI items to _app.tsx (a8f952b)
  • changes bio, post-it, removes my photo (5d2e020)
  • changes copy and header layout (4fc356f)
  • converts basic html to next.js (174084d)
  • fixes external links and adds linkedin (be0cbea)
  • formats code blocks on blog posts (eb24ef9)
  • implements basic reading of all posts (f6b2e06)
  • implements post page serving content from markdown (aecb740)
  • implements slugs for posts (ad17a32)
  • improved text and added goodreads (a67a328)
  • improves styling for post page (cdef375)
  • lists posts on the home by looking at posts folder (f0a99fc)
  • mock: removes old resources (a094eb2)
  • mock: starts new mock (711bbac)
  • post-it: creates component and starts using it (778daa2)
  • redesigned the whole top layout (e3dbb0c)
  • replaces header h1 with normal p (2f6844b)
  • section: implements component and starts using it (15e5132)
  • sends full post to post page (c11f819)
  • style tables on posts and code font siz4 (e42d682)
  • write blog post on destructuring performance (1003258)

Bug Fixes

  • hammer typescript error (6526ef7)
  • parsing of dates to string (4e0f9ae)

Miscellaneous Chores