Skip to content

Releases: unixwzrd/venvutil

20250428_01 Update

28 Apr 20:31
Compare
Choose a tag to compare

This is a minor update with some bug fixes and other minor fixed

20250411_00-update Changes and fixes

11 Apr 11:29
Compare
Choose a tag to compare

20250411_00-update

New feature, specify a config file with -c and creates teh file.
Fixed the directory location for the paths/URLs in the docs for the scripts.

This is a minor update

11 Apr 02:16
Compare
Choose a tag to compare

Mostly changed the process markdown is generated and added token_count to the config file as a read-only value, this retains the token count in the metadata of the generated markdown.

20250409_00-release - refactoring and fixes

09 Apr 16:11
Compare
Choose a tag to compare

20250409_00-release

Major rewrite/refactor teh exclusion/inclusion handling
Fixed some odd handling of patterns in filetree

20250407_01-patch

07 Apr 19:35
Compare
Choose a tag to compare

Fixed genmd command line parameter handling for -e -f -i -p -s options

This is a good release major refactoring handled merging config options differently. Is now consistent.

Patch release - bug in genmd

07 Apr 06:36
Compare
Choose a tag to compare

genmd had no output file to put its config in when the file was missing. File gets created now. Moving the save_config to another standard function across all scripts in this repo was not passed a correct filename. Fixed now.

20250406_01-update

07 Apr 04:11
Compare
Choose a tag to compare

20250406_01-update Fixes and code consolidation

  • setup, some reorganization of steps
  • genmd, consolidation of functions
    • consistent config variable handling uses same functions as setup and generate_manifest
    • remove_duplicates into type_lib.sh
    • check_directory into config_lib.sh
    • save_config to dump_config in config_lib.sh
    • redid config information display and output
  • errno_lib.sh, function stack adjustment
  • errno_lib.sh, message formatting
    -type_lib.sh, functions mentioned moved into this library

Fixes and updates with some new features.

06 Apr 07:29
Compare
Choose a tag to compare

Core Library Enhancements

  • Enhanced variable handling with new update_variable function

  • Improved configuration management with better validation

  • Enhanced error handling and logging

  • Added support for configuration inheritance

  • Setup and Installation

  • Added new refresh option for updating from cloned repos

  • Fixed bashrc modification issues

  • Improved configuration handling

  • Enhanced error reporting

  • File Management

  • Improved pattern processing in filetree.py

  • Enhanced configuration file handling

  • Better handling of empty patterns

  • Added support for both file extensions and patterns

  • Documentation

  • Removed redundant debug level documentation

  • Enhanced help messages and usage documentation

  • Improved error messages and logging

  • Updated configuration documentation

Full Changelog: 20250313_00-patch...20250406_00-release

Enhances flags and fixed some bugs

19 Mar 19:32
Compare
Choose a tag to compare
  • Added documentation for som of the undocumented tools
  • Fixed a markdown conversion issue with the extract-chat
  • changes handling for filenames and added destination directory flag for rename-chat
  • Other minor enhancements and fixes, see CHANGELOG.md for more.

20250313_00-patch - Dependabot merge

23 Mar 15:46
Compare
Choose a tag to compare

Merged local branch with dependabot changes.