Releases: krpors/gimlet
Releases · krpors/gimlet
Result copying, connection choosing and bug fixes
This release fixes some minor bugs and has some tiny enhancements
- Aliases are readonly by default when creating them
- General UI aesthetics
- Query description is now displayed in the result
Also some issues were addressed:
Scripting and query references
This release 1.2 contains the following changes/fixes:
- Beanshell scripting support added via the "Scripts" menu.
- Query results can now be colored (the tabs, that is).
- Query references can be added (to reuse existing queries).
- Example script and project added.
- Reloading schema's (database objects) is now a thing.
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
Initial public release.
This is the very first initial release. Even though much of it works (tested by eating my own dogfood), some things may still be buggy but it's good enough for demonstration purposes.