v3.4.15: Major update #252
joyfullservice
announced in
Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
This has been a long time in coming, but today we are releasing the 3.4.x version of the add-in! Containing over 100 code commits, this version includes numerous bug fixes and enhancements. Some of the most notable changes include the transition to VBE format for code module exports, the ability to build a database containing non-compiling code, reduced change "noise" between builds, improved International language support, formatted XML, multiple embedded theme support, and export of extended table properties.
I won't attempt to describe each change in detail, but below are some of the highlights:
Enhancements
.cls
file extension. This is more consistent with the native VBE export, and provides an easy way to differentiate between standard and class modules in the source files. Legacy class modules are still imported correctly since the module type is determined from the content rather than the extension.SaveAsText/LoadFromText
. This allows us to export a more universal file format that you can drag and drop into a VBA project, or drag and drop from a VBA project to the file system. Additionally, this now support hidden VBE properties (such as default members or descriptions) not visible in the VBA source code.Bug Fixes
Other Changes
.cls
file extension going forward. (Git should automatically handle those as renames)This discussion was created from the release v3.4.15: Major update.
Beta Was this translation helpful? Give feedback.
All reactions