- 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.
40 lines
1.8 KiB
Markdown
40 lines
1.8 KiB
Markdown
# 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](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)
|
|
- [utils/bookmarklets/hashid.js](src/utils/bookmarklets/hashid.js)
|
|
- [utils/bookmarklets/jira.js](src/utils/bookmarklets/jira.js)
|
|
- [utils/bookmarklets/moids.js](src/utils/bookmarklets/moids.js)
|
|
- [utils/bookmarklets/rbc-di-featureflags.js](src/utils/bookmarklets/rbc-di-featureflags.js)
|
|
- [utils/bookmarklets/workspace.js](src/utils/bookmarklets/workspace.js)
|
|
- [utils/others/jsToMsDate.js](src/utils/others/jsToMsDate.js)
|
|
- [utils/others/msToJsDate.js](src/utils/others/msToJsDate.js)
|
|
- [utils/others/showDebugInfo.js](src/utils/others/showDebugInfo.js)
|
|
- [ideas/newideashere.txt](src/ideas/newideashere.txt)
|
|
- [ideas/released/featureflagging.txt](src/ideas/released/featureflagging.txt)
|
|
- [data folder](src/data)
|
|
- [complete issue type list](src/data/completeissuetypelist.txt)
|
|
- [excel issue types srini found ](src/data/excelissuetypes.txt)
|
|
- [scratchpad folder](src/scratchpad)
|
|
- [list checker](src/scratchpad/listChecker.js)
|
|
- [README.md](README.MD)
|
|
- [CHANGELOG.md](CHANGELOG.md) |