mirror of
https://github.com/garraflavatra/rolens.git
synced 2024-11-22 10:25:48 +01:00
1.4 KiB
1.4 KiB
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.
v0.2.1
- Display host and database statistics generated by the corresponding diagnostic MongoDB commands in addition to collection stats (#15).
- Added version number of the running Rolens instance in the about dialog (#25, #28).
- Added meaningful window titles, and actually show these in the title bar (macOS).
- Corrected link to documentation in the about box (#30).
- Fixed host/database selection bug in grid (#31, #32), involving a frontend refactoring.
- Replaced (some) harsh loading dialogs with smooth spinners, and replaced (some) capricious error dialogs with friendly error messages.
v0.2.0
- Added some external links related to Rolens to the application menu.
- Fix an infinite loop bug when a document in the find view has been double clicked.
- Find view: added the ability to make changes to single documents from within the object editor.
v0.1.0
Initial release.