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.
This commit is contained in:
19
CHANGELOG.md
19
CHANGELOG.md
@@ -1,8 +1,23 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
All major and minor updates should be tracked in this file. The covers any time a file/functionality/etc is added or removed.
|
||||
|
||||
## [0.0.1] - 2025-06-01
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.1.0] - 2024-06-01
|
||||
|
||||
### Added
|
||||
|
||||
- [utils/bookmarklets/tokenGrabber.js](src/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
|
||||
|
||||
- updated the file name of [utils/bookmarklets/rbc-di-featureflags.js](src/utils/bookmarklets/rbc-di-featureflags.js)
|
||||
- updated the file name
|
||||
|
||||
## [0.0.1] - 2024-06-01
|
||||
|
||||
### Added
|
||||
- [utils/bookmarklets/dag.js](src/utils/bookmarklets/dag.js)
|
||||
|
||||
Reference in New Issue
Block a user