Releases: ScottLogic/kdb-boothroyd
Releases · ScottLogic/kdb-boothroyd
1.6.0
chore(release): 1.6.0 [skip ci] # [1.6.0](https://github.com/ScottLogic/kdb-boothroyd/compare/v1.5.1...v1.6.0) (2021-11-11) ### Features * Update display and implement copy of query from history ([9111a43](https://github.com/ScottLogic/kdb-boothroyd/commit/9111a435d5581e132f07656aed5dd00cf95a529e))
1.5.1
chore(release): 1.5.1 [skip ci] ## [1.5.1](https://github.com/ScottLogic/kdb-boothroyd/compare/v1.5.0...v1.5.1) (2021-11-10) ### Bug Fixes * Make sure results window is properly listening to colour change event ([d3b6cf9](https://github.com/ScottLogic/kdb-boothroyd/commit/d3b6cf96a3d2cf3a3ab4e43cabe8af4bcfce2bd4))
1.5.0
chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/ScottLogic/kdb-boothroyd/compare/v1.4.0...v1.5.0) (2021-10-05) ### Bug Fixes * use enums for setting data properties ([3c0b8c8](https://github.com/ScottLogic/kdb-boothroyd/commit/3c0b8c8f0f056ec6265d8f591c621e4aa15572f9)) ### Features * Add support for different query hotkeys ([b80eb54](https://github.com/ScottLogic/kdb-boothroyd/commit/b80eb5477d23f453361974fa0eef37bebcb02359)), closes [#63](https://github.com/ScottLogic/kdb-boothroyd/issues/63)
1.4.0
chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/ScottLogic/kdb-boothroyd/compare/v1.3.0...v1.4.0) (2021-09-29) ### Bug Fixes * Fix open and save dialog filter options ([40e46a9](https://github.com/ScottLogic/kdb-boothroyd/commit/40e46a9f0d91fa892d55588c1e0f923c8c6f2e70)), closes [#78](https://github.com/ScottLogic/kdb-boothroyd/issues/78) ### Features * update all code references to KDB Studio 2 ([163ee2a](https://github.com/ScottLogic/kdb-boothroyd/commit/163ee2a5622ae1fe03f89379dcd67a9b6358a5a6))
1.3.0
chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/ScottLogic/kdb-boothroyd/compare/v1.2.0...v1.3.0) (2021-09-28) ### Features * indicate unsaved changes in window title ([e99a4bb](https://github.com/ScottLogic/kdb-boothroyd/commit/e99a4bb5ab5401cec9ad22bac17e1217c6649b98)) * indicate when the editor has unsaved changes ([3112b19](https://github.com/ScottLogic/kdb-boothroyd/commit/3112b195eae1d5dff41a2b51258069aafbaaddbe)) * using an icon to indicate unsaved changes ([4e09cce](https://github.com/ScottLogic/kdb-boothroyd/commit/4e09cce44d28b2aaa90b7d07a16db3c7bf8113af))
1.2.0
chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/ScottLogic/kdb-boothroyd/compare/v1.1.0...v1.2.0) (2021-09-28) ### Features * update window title to reflect current tab ([768e596](https://github.com/ScottLogic/kdb-boothroyd/commit/768e59658a70da6b764ac9b1fcd7018617cfb148))
1.1.0
chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/ScottLogic/kdb-studio-2/compare/v1.0.1...v1.1.0) (2021-09-26) ### Features * Increase default dimensions and save window state ([a60efaa](https://github.com/ScottLogic/kdb-studio-2/commit/a60efaa15cd3c0d1a8fd68bd092d9f46691ff9a5)), closes [#69](https://github.com/ScottLogic/kdb-studio-2/issues/69)
1.0.1
chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/ScottLogic/kdb-studio-2/compare/v1.0.0...v1.0.1) (2021-09-15) ### Bug Fixes * Add asarUnpack config to try and fix windows build ([a0eed07](https://github.com/ScottLogic/kdb-studio-2/commit/a0eed0730750f2ace3d947a513ffe4e92d8c61d5)) * Add padding to pre block ([0b4cdf2](https://github.com/ScottLogic/kdb-studio-2/commit/0b4cdf2dc38f458851b1517cbc44fd53e0697964)) * Add support for atoms ([4805bdd](https://github.com/ScottLogic/kdb-studio-2/commit/4805bdd8ed196ce50894b6b2ef677016bce2a54e)), closes [#60](https://github.com/ScottLogic/kdb-studio-2/issues/60) * Make sure currentView value isn't being reset ([34e617d](https://github.com/ScottLogic/kdb-studio-2/commit/34e617dda6f4a8c54f3df912aa9b37464ef28949)) * Move ipcRenderer calls into useEffect ([b8de6ea](https://github.com/ScottLogic/kdb-studio-2/commit/b8de6ea988c717a9709e52399e41c36c3c5d227f))
1.0.0
chore(release): 1.0.0 [skip ci] # 1.0.0 (2021-09-02) ### Bug Fixes * clean up some memory leaks ([4907184](https://github.com/ScottLogic/kdb-studio-2/commit/49071842a8be39b7b519b4416c54b7d217c5d0e9)) * Make sure array results are properly displayed ([828821c](https://github.com/ScottLogic/kdb-studio-2/commit/828821c9350e21642487dd220ddfb5964a5fe2e2)) * reduce render cycles ([8ed36ac](https://github.com/ScottLogic/kdb-studio-2/commit/8ed36ac084a71f4247d8aa55ad26fe4fc4eec226)) * reduce render cycles ([0f4d80f](https://github.com/ScottLogic/kdb-studio-2/commit/0f4d80fedc37a33d59f9dc3ca315817e1d235b3a)) * reducing the number of render cycles ([75442ea](https://github.com/ScottLogic/kdb-studio-2/commit/75442ead0254944779e18038fad59cf671ca3cc4)) * reducing the number of render cycles ([33ff6aa](https://github.com/ScottLogic/kdb-studio-2/commit/33ff6aa1ddaa68138a2ec195c71bafd35deb908f)) * removed redundant JSX ([62c0d06](https://github.com/ScottLogic/kdb-studio-2/commit/62c0d0615a28b9bb4351854e13c50d66e83ef83f)) ### Features * a few styling tweaks ([c288ea7](https://github.com/ScottLogic/kdb-studio-2/commit/c288ea70c79704e2c1b17a477e8780aecc9888af)) * applied a minimum splitter height ([3c1f5d6](https://github.com/ScottLogic/kdb-studio-2/commit/3c1f5d61a37c4e2a51ad6957a827a9207ef89fcd)) * more styling tweaks ([6780dcd](https://github.com/ScottLogic/kdb-studio-2/commit/6780dcd727f0e54f2ce9563ca9260e136c275322))
Initial prototype
First minimal version which uses WebSockets to communicate with kdb server and will display structured responses as an interactive table. Server must be listening on localhost port 5005. See the Wiki page ''Prototype' for installation and usage instructions.