1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-18 13:07:58 +00:00

Updated changelog

This commit is contained in:
Romein van Buren 2023-06-26 21:22:23 +02:00
parent 7cd68d3280
commit 685ea78376
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -1,11 +1,12 @@
## [Unreleased]
* Open dump in Explorer/Finder when finished (#43).
* Made it possible (again) to input loose JSON into find view inputs, i.e. `{ key: 'val' }` or `{ 'num': 2 }` besides `{ "strict": "json" }`.
* Improved error logging and dialogs.
* Fixed host editing bug.
* Made table headers stick to the top.
* Added Excel export format (#46).
* Improved the application menu.
* Improved error logging and dialogs.
* Made table headers stick to the top.
* Made it possible (again) to input loose JSON into find view inputs, i.e. `{ key: 'val' }` or `{ 'num': 2 }` besides `{ "strict": "json" }`.
* Fixed host editing bug.
* Open dump in Explorer/Finder when finished (#43).
## [v0.2.1]