Version 1.1 with bugfixes and small features
This release contains the following changes:
- Button for executing a manually typed query
- Aliases can now be duplicated via the UI
- Add .gml extension (if not given) when saving a new project
- Rendering of specific JavaFX controls with colon-based parameter input (ex.
:paramName[DATE]
) - Support for custom JDBC properties in aliases
- Add LICENSE file to distribution
- Maven build:
mvn exec:java
can be used to quickly run Gimlet - Maven build: add zip dist target t o assembly
- Maven build: HSQLDB isn't packaged along the assembly by default, unless the Maven profile
with-hsqldb
is activated