Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Releases: someengineering/resoto-ui

v3.0.0rc3

30 Nov 18:18
c8f9942
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0rc2...3.0.0rc3

v3.0.0rc2

28 Nov 20:15
b9d9f3e
Compare
Choose a tag to compare

What's Changed

  • Update scroll inmediatly when a widget was added out of range by @azagaya in #143
  • Remove spaces from instant tsdb query by @azagaya in #144
  • Update example dashboard by @lloesche in #145
  • Fix collect run status when waiting for another workflow by @RPicster in #146
  • Add number as bytes to chart and indicator by @azagaya in #147

Full Changelog: 3.0.0rc1...3.0.0rc2

v3.0.0rc1

25 Nov 16:55
f5e4052
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0a4...3.0.0rc1

v3.0.0a4

24 Nov 22:15
bdd9a79
Compare
Choose a tag to compare

What's Changed

  • Set a cookie to auth the websocket connection by @RPicster in #127
  • Remove unnecesary parameter in save_dashboard() by @azagaya in #128
  • Fix crash when editing widget with color controller by @azagaya in #129
  • Added "About" tab in Settings, pushed version by @RPicster in #132
  • Time Series datasource: Filter rework by @RPicster in #131
  • Change check for refresh from process to timer and force refresh jwt … by @azagaya in #130
  • Fixed bug that caused dashboard deletion on closing by @RPicster in #133
  • Fix bug in explorer caused to navigation by @azagaya in #134

Full Changelog: 3.0.0a3...3.0.0a4

v3.0.0a3

23 Nov 19:38
471baeb
Compare
Choose a tag to compare

What's Changed

  • Clear data chunks, fixes a bug that the terminal repeats previous outputs by @azagaya in #119
  • Fix/improve the sum by field in the add widget dialog by @azagaya in #120
  • Fix setting the tooltip width automatically by @azagaya in #122
  • Add analytics events for Setup Wizard by @azagaya in #121
  • Added a "Global Filter" alert to the Add/Edit widget popup by @RPicster in #123
  • Fix excessive dashboard saving and saving bugs by @RPicster in #124
  • Fixed the capture of Shift+KEY by @RPicster in #125
  • Fix widget color controller (delete, update, reset) by @RPicster in #126

Full Changelog: 3.0.0a2...3.0.0a3

v3.0.0a2

22 Nov 18:11
5200821
Compare
Choose a tag to compare

What's Changed

  • Fixed websocket connection issue on TLS by @RPicster in #115
  • Change window title when navigating in browser by @azagaya in #110
  • Some fixes to Line Chart by @azagaya in #116
  • Added cmd/ctrl + plus / minus keybinds to zoom. by @RPicster in #117
  • Fix bug in offset and bug that prevented to do any query in timeseries datasources if the previous failed. by @azagaya in #118

Full Changelog: 3.0.0a1...3.0.0a2

v3.0.0a1

21 Nov 22:03
56f0c92
Compare
Choose a tag to compare

Welcome to the first release of Resoto UI 3.x

A lot of things has changed. One could say that it's not even the same software. 🥳

What's in 3.0?

  • Massively worked on how good everything looks and feels!
  • Dashboards are reworked, they receive a much more functional Dashboard Manager
  • Explore Mode was added. Explore your infrastructure like you never did before!
  • Configuration Edit got a massive rework.
  • Terminals (Now called Resoto Shell Lite) got some improvements.

Apart from that there were a ton of improvements all over the UI.
The next steps will be a lot of testing and writing documentation.

If you experience problems, we are looking forward seeing new Issues here on GitHub!

v2.0.0a24

05 Jul 09:17
74f6049
Compare
Choose a tag to compare

This release comes with many smaller UX improvements:

  • Changed terminal font
  • Changing driver to GLES2
  • Added a persistent terminal command history (saved in browsers local storage)
  • Improved UX of the terminal to match the behaviour of a "normal" terminal more
  • Fixed copy and pasting on Chrome + Safari (Firefox ❌ https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/readText#browser_compatibility)
  • Fixed shortcuts on MacOS
  • Improved timeout handling
  • Fixed a problem where extensions would steal input from Resoto UI

2.0.0a23

24 Jun 10:44
41ecbb9
Compare
Choose a tag to compare
  • Fixed a bug in the Configuration component that broke saving when the data was not inside a "Raw JSON" container.
  • Pushed the used Godot version to 3.5RC4 (was neccessary due to: godotengine/godot#54625 )

v2.0.0a22

20 Jun 19:57
6f83ce1
Compare
Choose a tag to compare

Resoto Configuration Editor