Skip to content

Latest commit

 

History

History
112 lines (66 loc) · 6.86 KB

CHANGELOG.md

File metadata and controls

112 lines (66 loc) · 6.86 KB

Changelog

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

0.1.1 (2024-05-09)

🐛 Bug Fixes

  • ci: add output for download step in release workflow (fa95eb9)
  • ci: update asset name in upload step (8fea71e)

🔧 CI/CD

  • fix file name when packaging using web-ext (45f29e5)
  • update usage of firefox addon action (47c3ded)

0.1.0 (2024-05-08)

✨ Features

  • Add customization for selected color. (b1c0346)
  • Add option to whether or not search is opened in new tab. (2d67ad0)
  • Add padding for search bar. (a8f42cd)
  • Add search bar customization options (f80e912)
  • Add visibility toggle for clock. (f6da5bc)
  • Auto select text in search bar on focus. (a7d419e)
  • Larger labels in settings. (ee317e5)

🐛 Bug Fixes

  • Button group left border was twice as thick. (a253f0d)
  • ci: correct config format for release please (c0d2443)
  • have appropriate release please manifest (af04fef)
  • No search bar animation on load. (bc6287c)
  • Save default settings to local if one is not found. (dd8f689)
  • Typo in settings show seconds toggle. (9adb5a1)

🚚 Chores

📝 Documentation

  • Add developing section to README.md. (41f0e4b)
  • fix typo in README.md. (7cf4892)
  • Format relative paths. (5d55658)
  • Udpate README.md. (48ff8b8)

💄 Styling

  • add basic .editorconfig (d596b6c)

♻️ Code Refactoring

  • ci: simplify release please github workflow (abc5126)
  • Move clock visibility check to component. (b6dc78e)
  • Rename settings manipulation functions. (6d9100e)

🔧 CI/CD

  • add bootstrap-sha for release please (71737c4)
  • add commitlint (#1) (1a25306)
  • add empty release please manifest (5a45c71)
  • add release workflow with asset upload (#5) (6d891a1)
  • add section for ci (371e1f8)
  • have release please update manifest.json (f2356bf)
  • migrate from standard version to release please (#2) (bfe3641)
  • use commitlint action instead (3f78794)

0.0.1 (2023-12-24)

♻️ Code Refactoring

  • Better settings structure. (659682b)

✨ Features

  • Add and apply formatting. (496b95f)
  • Add settings for clock. (057725a)
  • Add settings modal and basic start page functionality. (85db3f0)
  • more project setup. (e76e7c5)
  • Opacity for placeholder. (b17ccad)
  • project setup. (c5bf186)
  • workaround for script detecting. (c819eaf)

🐛 Bug Fixes

  • Set button type to 'button' to prevent form submission (5bcf0c0)

📝 Documentation

  • Add build instructions in README.md (82311d8)

🚚 Chores

  • Add Standard Version (c77a8d1)
  • Add web-ext destination to gitignore. (4fe4def)
  • Remove debugging console.log. (2397a1f)