Releases: joyfullservice/msaccess-vcs-addin
Releases · joyfullservice/msaccess-vcs-addin
v3.1.32: Bug fixes
v3.1.26: Unicode support
v3.1.23 Install without Admin
Enhancements
- The add-in can now be installed for the current user with no admin rights required. #38 Thanks, @A9G-Data-Droid for your contributions!
- Removes legacy registry keys. 66c21d5
- Removed USysRegInfo table to prevent confusion with installation process. 3425144
v3.1.14: Bug fixes and enhancements
v3.1.8: Bug fixes and enhancements
v3.1.5 Build from Source
This release is a major rewrite of the Version Control add-in, providing a much more consistent code structure for ongoing updates and development. It also supports integrated functionality to build a database completely from source files that have been exported.
New Features/Enhancements
- Added encryption option to encrypt potentially sensitive information like file paths.
- Reorganized source code to use a class object to represent each type of data being exported/imported.
- Added several other types of objects that can be exported/imported.
- Numerous other enhancements and fixes.
Known Issues
- Build from source is still a work in progress for certain types of data. (See testing database for details.)
v2.0.3 Major Release - Runs as Microsoft Access add-in
This long-awaited release now supports running the export tool from the add-in menu item. Instead of having to add this project to every database you want to track, you can now run the export on any open database file without ever needing to go to the VBA code editor.
New Features
- Runs entirely as an add-in.
- Automated install process for installing and updating the add-in.
- New GUI interface for exporting source code.
- Customizable options in the UI that can be configured as defaults for new projects, and also saved as project-specific settings.
- You can provide the name of a VBA subroutine that you want to run before and/or after the export.
- Settings and text files are now being transitioned to .json format for greater readability and flexibility going forward.
Bug Fixes
Special thanks to @A9G-Data-Droid for submitting several pull requests with numerous bug fixes and enhancements to the export process.
Known Issues
- Import functionality has not yet been added to this version. (Pending some other core code refactoring.)