Fixes
-
Fixed issue when adding files. 84556f8
-
Fixed missing requirement in GH action. 42bab83
-
Fixed regression regarding multiple changes in one file. e7a7629
Changed the method of marking changes from a dict keyed by the file name to a list of FileChanges.
FileChanges encapsulate a single change to a file.
-
Refactored logging to provide indented output. 4e68214
-
Refactored FileConfig to FileChange. 249a999
This better describes what the class does: describe a file change.
Also moved
get_search_pattern
to the class, since it is specific to each instance -
Refactored config file management. a4c90b2
Moved the INI format stuff into files_legacy.py
-
Fixes generate-requirements.sh to upgrade. 121ef69
New
-
Added caching to the resolved filemap. c96e0bd
-
Added custom GitHub action. 4ce17a9
-
Added indented logger to improve console output. d1d19e3