Skip to content

v4.0.34 Major Update

Latest
Compare
Choose a tag to compare
@joyfullservice joyfullservice released this 06 Feb 19:41

After a couple years in the making, we are rolling out version 4 as a general release! This is a major update incorporating hundreds of enhancements, bug fixes, and performance improvements as the dev branch was merged into main. Below are some of the major highlights in moving from version 3.x to version 4.x:

  • Ribbon Toolbar interface - So much more intuitive and easier to use for beginners and daily users alike.
  • XML Formatting - Table definitions are exported in XML format, and XSLT transformation provides an improved and consistent output.
  • Split VBA code from designer layouts - VBA code from forms and reports can now be managed separately from the designer layouts, providing easier collaboration between developers and less "noise" when reviewing code changes.
  • Merge Support - Merge modified source files into an existing database without having to rebuild the entire database from scratch.
  • SQL Formatting - Automatically add formatting and indenting to Access SQL queries to improve readability and consistency.
  • Improved Indexing - Reworked the change detection process to use an internal index file to track changes to source files and database components. Change dates are stored as UTC, allowing better collaboration for remote developers.
  • Performance Improvements - Source export and change detection is faster than ever, and detailed performance reports are logged with each operation.
  • External Databases - Export SQL object definition files for external database components such as SQL Server tables. For those that don't use other VCS tools to manage changes to SQL objects, this provides a really simple way to track those changes within your Access project repository.
  • Conflict Resolution - Warn before overwriting unsaved changes in database objects, or source files that have changed since the last export.

If you encounter a bug or problem, please feel free to open an issue. Thanks again to all those that contributed towards the version 4 release over the past couple of years! My hope is that version 4 will empower many Access developers with even greater efficiency as they tap into the benefits of using version control.