Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 2.34 KB

Changelog

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

0.1.1 (2024-08-18)

Bug Fixes

  • add predev script to build the actual script if /dist does not exist yet, only runs once (27f3dbc)

0.1.0 (2024-08-18)

Features:

  • match www.google.com by default (e24092d)
  • add index.html so app can be rendered without userscript if needed for testing (b520f1c)
  • add style script, update packages (b4b3d95)
  • add commit-and-tag-version (d1eb33f)
  • create require file from package.json info (fbe34fa)
  • add require script for installing require version of script (2d7a923)
  • first commit (5eba327)

Bug Fixes

  • remove require.user.js from git (eac3433)
  • add require.user.js to gitignore (0456585)
  • remove hardcoded link (8b87331)
  • use non forked vite-plugin-monkey (c04c6ee)

Docs: