Releases: aplteam/Compare
Version 8.1.0
Package updated: FilesAndDirs
To be consumed as a Tatin package from https://tatin.dev
Version 8.0.1
Bug fix: About showed an incorrectly sized form
To be consumed as a Tatin package from https://tatin.dev
Version 8.0.0
- Syntax change:
Versionreturns now a character vector with the version number according to the package config file Get_UUIDremoved as method- Packages updates
Makeimproved
To be consumed as a Tatin package from https://tatin.dev
Version 7.1.1
Bug fix in: Compare might produce a NONCE ERROR in case of no hits.
To be consumed as a Tatin package from https://tatin.dev
Plenty of improvements and fixes
- 7.1.0
- Improved GUI
- The "Find" now has a corresponding "Next" menu item, together with a "F3" short cut
- Rubbish report was buggy
- 7.0.0 (not published as a package)
- BREAKING CHANGE:
Mergereturns always a two-item vector, andreadOnly←¯2
is not valid anymore though it is simply ignored when specified - BREAKING CHANGE:
Mergenow requires a parameter space as an optional left
argument. Specifying one or two integers as⍺is now deprecated though
still supported for the time being. - There is now a function
CreateMergeParms - Can now ignore #._tatin / ⎕SE._tatin
- Bug fixes
Mergehad a problem
- BREAKING CHANGE:
To be consumed as a Tatin package from https://tatin.dev
Bug fix regarding dependencies
Wrong package dependency was published with 6.0.0 due to a bug in Tatin
To be consumed as a Tatin package from https://tatin.dev
Breaking change regarding actual comparison
- Dependency
CompareSimpleupdated - Does not do an actual comparison itself anymore. Instead it relies on
]CompareFiles
To be consumed as a package from https://tatin.dev/
Package config corrected; uses packages itself now
Consume as a Tatin package from https://tatin.dev
Now a Tatin package
- BREAKING CHANGES:
- Requires Dyalog 18.0 Unicode
- Requires all dependencies to be Tatin packages
- Does not include
APLTreeUtilsanymore but does require the classAPLTreeUtils2to be a sibling - Property
refToUtilsremoved: all dependencies must now be siblings ofCompare
Prompt for number of items to be removed from GUI improved.
For more than 10 items not a list with all items is presented any more but a question
"Sure you want to remove nn items?"
is asked.