Delphi Package Installer (DelphiPI) is a tool which aids you installing components to your Delphi IDE. DelphiPI automatically resolves dependencies between packages, compiles, installs and adds source paths to your IDE.
There has been a long gap between 0.4x versions and 0.5x versions. So I have decided to wrap up what I've done so far. I am planning to make consecutive releases until it gets to the point what I have in my mind. So enjoy!
DelphiPI 0.56
- Minor improvements and bug fixes.
- Compiled with STRINGCHECK OFF compiler option for better string performance
- Package names are inferred from file names rather than package content, because some packages don't have this value set.
- Added new sub strings for better Delphi version detection of packages. (I am going to change this detection method with a better algorithm soon)
DelphiPI 0.55 (What's new)
- Tree, List and Delphi Version views for package list
- fixed many UI bugs
- This is a major step before I change user interface to what I have in my mind
- fixed issue 28
- fixed issue 29
You can take a look at changes in previous versions, screenshots or read how to use instructions. If you encounter any bug or malfunctioning please fill an issue or drop me an e-mail.
