Skip to content

Latest commit

 

History

History
84 lines (58 loc) · 2.24 KB

CHANGE-LOG.md

File metadata and controls

84 lines (58 loc) · 2.24 KB

Change Log

All notable changes to this project are documented in this file. This project adheres to Semantic Versioning.

v1.3.1

2018-11-15

This minor revision changes the cell in the hidden Sheet1 that is used to store version and date built information from A1 to Z1. This change does not change behavior in any way, was done to accommodate use of cell A1 by a different function outside this library.

v1.3.0

2018-09-06

Note: this release includes changes to the core modules.

Added

  • Two new helper macros to the bootstrap.bas module along with a new special update_core.bas module. Together, they provide a mechanism for developers that use this add-in framework to update the core modules in their toolkits when a new release of this framework contains changes to those core modules.

Fixed

  • Fixed issue #5. If a developer tries to save the Development edition of her toolkit in the VB Editor, she's informed that operation is not allowed, and instead, to use the "Export VBA code" item in the toolkit's "Developer Tools" menu.

v1.3.0 (release candidate 1)

2016-10-31

  • Fixed issue #4, so the toolkit's menu should work with languages other than English. (Note: still needs verified with a non-English version of Excel.)

v1.2.0

2016-09-30

Added

  • The CurrentEdition variable to the bootstrap.bas module (issue #2).
  • The BaseFileName variable to the toolkit.bas module (issue #3).

v1.1.1

2016-09-27

  • Added v1.1.0 (and this version) to this Change Log.

v1.1.0

2016-09-26

  • Fixed issue #1, so file properties can be changed on a toolkit's add-in.

v1.0.0

2016-05-12

  • Initial version with the Simple Toolkit add-in, which illustrates the dynamic bootstrapping of VBA modules.