You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+56-11Lines changed: 56 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,46 @@
1
1
# Changelog
2
2
3
-
This is the change log for _unit2ns_ by DelphiDabbler.
3
+
This is the change log for DelphiDabbler_DUSE_.
4
4
5
5
All notable changes to this project are documented in this file. Releases are listed in reverse version number order. The file format adheres closely to the recommendations of the [keep a changelog](https://keepachangelog.com/) project.
6
6
7
-
The version numbering attempts to adhere to the principles of [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
## [0.3.0] - 2023-06-23
8
+
9
+
> Program renamed from _Unit2NS_ to _DUSE_ at this release.
10
+
11
+
### Fixed
12
+
13
+
* Unreported bug where reading empty map files would cause an exception.
14
+
15
+
### Added
16
+
17
+
* New option to read a unit mapping by reading the names of `.dcu` files from a given directory. Added new _Read Units From DCU Folder_ button to _New Mapping_ and _Edit Mapping_ dialogue boxes [issue #13].
18
+
* Added key board shorcuts [issue #28]:
19
+
* Ctrl+C to copy a selected fullly qualified unit name to clipboard.
20
+
* Ctrl+U to find unit scopes for a given unit.
21
+
* Added version number entry to `config.data` file, beginning with v1 [issue #26].
22
+
* New "Contents" section added to `README.md`.
23
+
24
+
### Changed
25
+
26
+
* Renamed program to _DUSE_[issue #20]:
27
+
* Changed names of 64 and 32 bit executable files to `DUSE.exe` and `DUSE32.exe` respectively.
28
+
* Updated program name that appears in GUI.
29
+
* Updated version information to use new program name.
30
+
* Changed header line of unit map files to use new name and bumped version number to v2.
31
+
* Updated all affected documentation.
32
+
* Updated deployment script re changed executable file names and to use new program name in generated zip file names.
33
+
* Updated UI and documentation with new repository name and URL following transfer to GitHub repository from `delphidabbler/unit2ns` to `ddabapps/duse`.
34
+
* Corrected UI, documentation and version information to refer to "unit scope names" instead of "namespaces" [issue #19]. Also revised program icon so it no longer contains the text "ns".
35
+
* Further minor corrections to GUI.
36
+
* "Mini-help" section of `README.md` updated:
37
+
* Re new features added in this release.
38
+
* Re new feature added in v0.2.0 [issue #21].
8
39
9
40
## [0.2.1] - 2022-11-03 [HOTFIX]
10
41
42
+
Released as _Unit2NS_.
43
+
11
44
### Fixed
12
45
13
46
* Fixed bugs in New Mapping and Edit Mapping dialogue boxes:
@@ -17,6 +50,8 @@ The version numbering attempts to adhere to the principles of [Semantic Versioni
17
50
18
51
## [0.2.0] - 2022-11-02
19
52
53
+
Released as _Unit2NS_.
54
+
20
55
### Fixed
21
56
22
57
* Fixed potential access to method of nil object in configuration code [issue #16]
@@ -27,7 +62,7 @@ The version numbering attempts to adhere to the principles of [Semantic Versioni
27
62
28
63
### Added
29
64
30
-
* New button on mapping editor & new associated new dialogue box to choose an installed version of Delphi from whose source code directory to read units into a mapping. [issue #8]
65
+
* New button on mapping editor & associated new dialogue box to choose an installed version of Delphi from whose source code directory to read units into a mapping. [issue #8]
31
66
32
67
### Changed
33
68
@@ -37,6 +72,8 @@ The version numbering attempts to adhere to the principles of [Semantic Versioni
37
72
38
73
## [0.1.2] - 2022-08-04
39
74
75
+
Released as _Unit2NS_.
76
+
40
77
### Fixed
41
78
42
79
* Memory leak caused by deleting mappings [issue #11].
@@ -50,22 +87,30 @@ The version numbering attempts to adhere to the principles of [Semantic Versioni
50
87
51
88
## [0.1.1] - 2021-10-01 [HOTFIX]
52
89
90
+
Released as _Unit2NS_.
91
+
53
92
### Fixed
54
-
* Memory leek [issue #1].
93
+
94
+
* Memory leak [issue #1].
55
95
56
96
### Added
57
-
* Debug builds now detect memory leeks.
97
+
98
+
* Debug builds now detect memory leaks.
58
99
59
100
### Changed
101
+
60
102
* Change compiler & `.dproj` file format to Delphi 11 Alexandria from Delphi 10.4.1 Sydney.
0 commit comments