Skip to content

Releases: joyfullservice/msaccess-vcs-addin

v3.1.32: Bug fixes

30 May 02:52
Compare
Choose a tag to compare

Bug Fixes

  • Fix API declarations for use in 64-bit code. a6d51e6, #43
  • Fix problem with embedded image filenames. a6b615f
  • Restore testing database binary to version control. 4576664
  • Code cleanup and other optimizations. 8f2c7f3, dc7a7ff, 02bdcef

v3.1.26: Unicode support

28 May 22:10
Compare
Choose a tag to compare

Bug Fixes

  • Unicode support added by @cenx1 . #38 Thanks, Casper! That will be a big help for all those working with Unicode text. Closes #35

v3.1.23 Install without Admin

27 May 21:51
Compare
Choose a tag to compare

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

27 May 14:22
Compare
Choose a tag to compare

Enhancements

  • Automatically create binary zip file on deploy. 8af19d2
  • Other code improvements. 81700cd
  • Use compatible GUID for Access 2010. 0b127e6

Bug Fixes

  • Add error handling to VBE properties. #32
  • Fix issue with creating IMEX tables for linked table connections. 41d6aff

v3.1.8: Bug fixes and enhancements

25 May 20:09
Compare
Choose a tag to compare

Enhancements

  • Added support for Unicode characters in Json export files. #30
  • Ignore backup files in Git. febfcb7, 63cf08e
  • Don't export redundant VCS properties. 61f574f
  • Add version number to release file.

Bug Fixes

  • Removed replication property from relation export. #29
  • Preload VBE to avoid crash in certain situations. 78df48d

v3.1.5 Build from Source

22 May 23:02
Compare
Choose a tag to compare

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

22 Apr 16:47
Compare
Choose a tag to compare

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.)