2023-06-24 15:50:46 +02:00
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
* Open dump in Explorer/Finder when finished (#43).
|
2023-06-24 16:05:33 +02:00
|
|
|
* Made it possible (again) to input loose JSON into find view inputs, i.e. `{ key: 'val' }` or `{ 'num': 2 }` besides `{ "strict": "json" }`.
|
2023-06-24 15:50:46 +02:00
|
|
|
|
2023-06-23 21:32:52 +02:00
|
|
|
## [v0.2.1]
|
2023-06-06 21:52:02 +02:00
|
|
|
|
2023-06-07 21:52:43 +02:00
|
|
|
* Display host and database statistics generated by the corresponding diagnostic MongoDB commands in addition to collection stats (#15).
|
2023-06-07 21:12:09 +02:00
|
|
|
* Added version number of the running Rolens instance in the about dialog (#25, #28).
|
2023-06-09 20:52:15 +02:00
|
|
|
* Added meaningful window titles, and actually show these in the title bar (macOS).
|
2023-06-10 09:40:38 +02:00
|
|
|
* Corrected link to documentation in the about box (#30).
|
2023-06-20 21:02:01 +02:00
|
|
|
* Fixed host/database selection bug in grid (#31, #32), involving a frontend refactoring.
|
2023-06-23 17:22:47 +02:00
|
|
|
* Replaced (some) harsh loading dialogs with smooth spinners, and replaced (some) capricious error dialogs with friendly error messages.
|
2023-06-06 21:52:02 +02:00
|
|
|
|
2023-06-07 21:12:09 +02:00
|
|
|
## [v0.2.0]
|
2023-06-02 18:43:52 +02:00
|
|
|
|
2023-06-02 21:30:47 +02:00
|
|
|
* 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.
|
2023-06-02 22:33:43 +02:00
|
|
|
* Find view: added the ability to make changes to single documents from within the object editor.
|
2023-06-02 18:43:52 +02:00
|
|
|
|
2023-06-07 21:12:09 +02:00
|
|
|
## [v0.1.0]
|
2023-06-02 18:43:52 +02:00
|
|
|
|
|
|
|
Initial release.
|
2023-06-07 21:12:09 +02:00
|
|
|
|
2023-06-24 15:50:46 +02:00
|
|
|
[Unreleased]: https://github.com/garraflavatra/rolens/tree/main
|
2023-06-07 21:12:09 +02:00
|
|
|
[v0.1.0]: https://github.com/garraflavatra/rolens/releases/tag/v0.1.0
|
2023-06-23 21:32:52 +02:00
|
|
|
[v0.2.0]: https://github.com/garraflavatra/rolens/releases/tag/v0.2.0
|
|
|
|
[v0.2.1]: https://github.com/garraflavatra/rolens/releases/tag/v0.2.1
|