Skip to content

Latest commit

 

History

History
113 lines (71 loc) · 2.54 KB

File metadata and controls

113 lines (71 loc) · 2.54 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v6.1.1 - 2025-05-13

  • Fixed dates for Office Ally employment

v6.1.0 - 2025-04-30

  • Enabled controls via queryparams

v6.0.1 - 2025-04-30

  • Updated menu emojis
  • Improved print controls for Plain
  • Added menu collapse/expand
  • Improved button colors

v6.0.0 - 2025-04-30

  • Completely rewrote building mechanism using JS rather than Python
  • Added plain style resume

v5.4.4 - 2025-03-20

  • Fixed some typos

v5.4.3 - 2025-03-19

  • Minor wording changes

v5.4.2 - 2025-03-19

  • Fixed centering on buttons
  • Fixed font on buttons

v5.4.1 - 2025-03-19

  • Fixed style switching buttons

v5.4.0 - 2025-03-19

  • Added position label
  • Added summary text for staff & senior engineer positions
  • Added position switcher to change position and summary
  • Refactored html manipulation methods
  • Changed to staff engineer by default

v5.3.0 - 2025-03-14

  • Added additional sizes (medium, large)
  • Set medium size to default
  • Added size selector
  • Moved download button

v5.2.1 - 2025-03-09

  • Fixed typo on resume

v5.2.0 - 2025-03-07

  • Added theme selector script and buttons
  • Stripped down watch script a bit
  • Removed some unneeded dependencies

v5.1.0 - 2025-03-07

  • More work on the build and watch script
  • A little more styling
  • Added a print/download button
  • Working on deploy action

v5.0.0 - 2025-03-06

  • Converted to just building an HTML page (will figure out pdf later)
  • Added github action to deploy page

v4.0.0 - 2025-03-05

  • Added new "Projects" section to resume (in sidebar)
  • Centered header and improved contacts formatting
  • Added the "watch" command to allow live-reloading in a browser as you edit.
  • Renamed the "light" style to "blue" and created a new "light" style.
  • Removed the letter writing components, since that was moved to smart-letters.

v3.0.0 - 2025-02-27

  • Added utility to produce cover letter using job posting and LLM prompt

v2.1.1 - 2025-02-25

  • Widened border to 2px to eliminate rendering artifact

v2.1.0 - 2025-02-24

  • Refactored css
  • Revised color palettes including background colors
  • Added bold color and removed sizzle

v2.0.0 - 2025-02-21

  • Added sections (top, left, main) to layout
  • Introduced logic to inject divs based on section markers
  • Added additional styling
  • Condensed to 1 page

v1.0.0 - 2025-02-20

  • Added CI to build releases and artifacts