Files
cf-memorypalace/CHANGELOG.md
Greg Jacobs f7d928506a feat: Add Chrome Network Monitor extension with popup UI and request handling
- Implemented popup.html for user interface with search functionality and request display.
- Developed popup.js to manage search items, matched requests, and clipboard operations.
- Created mergeConflictManager.js for automated git operations in specified repositories.
- Added projects.txt to maintain a list of relevant projects.
- Introduced pushReleaseBranches.js for managing release branches across multiple projects.
- Developed releasePrepper.js to prepare projects for release with branch management.
- Created stashUpdater.js to update git origins for projects.
- Added updatedProjects.txt to track projects that have been updated.
2026-01-26 16:18:42 -05:00

1.8 KiB

Changelog

All major and minor updates should be tracked in this file. The covers any time a file/functionality/etc is added or removed.

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

[0.1.0] - 2024-06-01

Added

  • utils/bookmarklets/tokenGrabber.js
  • Updated all bookmarklets to just be js files and the npm run bookmark [arg1] can be used to make bookmarklets that are copied to the clipboard. Arg1 is the path to the bookmarklet js file

Patched

[0.0.1] - 2024-06-01

Added