Skip to content

v4.0.30-beta (dev branch)

Pre-release
Pre-release
Compare
Choose a tag to compare
@joyfullservice joyfullservice released this 15 Dec 21:03
· 115 commits to dev since this release

IMPORTANT - Work in Progress

This version of the add-in was built from the dev branch, and contains the latest features currently under development. You are welcome to use this for testing or production use, depending on your needs. If you decide to use the dev version in production, please do your own testing to ensure you are getting the desired output for exported source and builds.

If you are building the dev branch from source, you will need version 4.* or newer to successfully build the add-in. (You can build v3 with v4, but you can't build v4 with v3.) In other words, you need this beta version to build the dev branch for the first time.

Features / Fixes (Partial List)

  • Improve support for exporting table data from large tables as XML. #474, #389
  • Refactor change detection for object represented by multiple source files. a767252, 2b37bdb, fc59ae1, dc8947e, #473, #471, #472
  • Improve handling of orphaned files/objects during export and merge operations. #471
  • Add documentation for Merge Build functionality. #471, #81
  • Fix break mode option after loading options from file. 7a4a44f
  • Check VCS version before export and build to avoid unexpected results. #465
  • Add support for detecting changes to, and setting instancing for class modules. 3f1c31d, dfaf5d9, 65f3499
  • Add default .git files if in repository root. 2bf3047
  • Log warning for UNC path access errors. Thanks, @ollypsilon! #461
  • Improve identification of system tables. Thanks, @ollypsilon! #462
  • Fix sorting of operation names with leading spaces. Thanks, @Tanarri! #463
  • Support unquoted paths in rare SQL query syntax. Thanks, @bclothier! #447
  • Add support for Access ! boundary character in SQL formatting. #457
  • Change index file to always use UTC dates in standardized ISO format. Thanks, @hecon5! #454
  • Ensure that the ribbon is active when installing or activating add-in. Thanks, @alanv73! #451
  • Refactor Sanitize module to class to aid future development. 8e70ad2
  • Improve character support in performance timing labels. Thanks, @Tanarri! 0beaee5, #450
  • Add functionality to split form layout definition from the VBA source code. (Many commits related to this.)
  • Improve function to log unhandled errors. Thanks, @hecon5!
  • Misc. bug fixes submitted by @bclothier for .git files, XML error handling, SQL formatting and more... Thanks, @bclothier! #448

Known Issues

  • Automatic export on save is currently experimental, and potentially has issues with older versions of Microsoft Access.

See commit history for details on other changes not listed here.