@arminh Yes they have been added. But you only need to click the bank > category > preset manually.
The problem is Hise is not selecting first preset automatically. So the user think that there are no presets. But you can solve this issue with that;
Engine.loadNextUserPreset(true);
Just insert it in the on init code. The plugin select automatically first preset on every initialization ;)