Skip to content

Releases: unixwzrd/venvutil

20250406_01-update

07 Apr 04:11

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

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

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

Choose a tag to compare

Merged local branch with dependabot changes.

Fix for binary files in chunkfile

05 Mar 19:38

Choose a tag to compare

This fixed a character set handling issue in chunkfile.

20250226_00-update Patches and fixes

25 Feb 23:16

Choose a tag to compare

This is an update with all changes and fixes found since original release on 20250212_00-rel

Tthis has all updates and patches since riolled into it, including some new flags for compiling numpy in numpy-comp

Patched version - minor items fixed

18 Feb 13:45

Choose a tag to compare

This has a couple fo fixes for issues noticed before announcing new release.

20250212_00-rel

12 Feb 12:48

Choose a tag to compare

Minor changes in README, and debug statement left in generate_manifest removed.

20250210_01-rel: Merge pull request #20 from unixwzrd/dev

11 Feb 06:36
7c5b707

Choose a tag to compare

This is the latest version of the Virtual Environment Utilities.

  • Please let me know if you have any problems.

Cleanup and requirements

03 Jan 09:30

Choose a tag to compare

Help System Improvements and Documentation Updates

  • Fixed directory handling in help_sys.sh process_scripts function
  • Improved variable naming and error handling for directory operations
  • Updated function documentation in docs/shdoc
  • Enhanced markdown generation and cross-referencing
  • Replaced missing requirements.txt
  • Updated manifest.lst

This commit focuses on improving the help system's directory handling
and enhancing documentation generation across the project.