2023-07-01 18:32:41 +00:00
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
* Added log view (#53, #54).
|
2023-07-19 19:31:39 +00:00
|
|
|
* Added a shell script editor (#37), plus export/import feature.
|
2023-07-21 19:40:08 +00:00
|
|
|
* Added collection duplication feature (#63).
|
2023-07-09 10:56:44 +00:00
|
|
|
* Find view: paste ID and press Enter (#55).
|
2023-07-19 19:31:39 +00:00
|
|
|
* Preserve state after switching to another tab (#56).
|
|
|
|
* Find view: ask for confirmation before negligently deleting documents when the user has clicked the '-' button (#58).
|
2023-07-21 17:28:41 +00:00
|
|
|
* Build script recreates the build output directory after it has been removed (#62).
|
2023-07-01 18:32:41 +00:00
|
|
|
|
2023-06-29 12:40:48 +00:00
|
|
|
## [v0.2.2]
|
2023-06-24 13:50:46 +00:00
|
|
|
|
2023-06-26 19:22:23 +00:00
|
|
|
* Added Excel export format (#46).
|
|
|
|
* Improved the application menu.
|
2023-06-24 18:27:48 +00:00
|
|
|
* Improved error logging and dialogs.
|
2023-06-25 14:11:51 +00:00
|
|
|
* Made table headers stick to the top.
|
2023-06-26 19:22:23 +00:00
|
|
|
* 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).
|
2023-06-24 13:50:46 +00:00
|
|
|
|
2023-06-23 19:32:52 +00:00
|
|
|
## [v0.2.1]
|
2023-06-06 19:52:02 +00:00
|
|
|
|
2023-06-07 19:52:43 +00:00
|
|
|
* Display host and database statistics generated by the corresponding diagnostic MongoDB commands in addition to collection stats (#15).
|
2023-06-07 19:12:09 +00:00
|
|
|
* Added version number of the running Rolens instance in the about dialog (#25, #28).
|
2023-06-09 18:52:15 +00:00
|
|
|
* Added meaningful window titles, and actually show these in the title bar (macOS).
|
2023-06-10 07:40:38 +00:00
|
|
|
* Corrected link to documentation in the about box (#30).
|
2023-06-20 19:02:01 +00:00
|
|
|
* Fixed host/database selection bug in grid (#31, #32), involving a frontend refactoring.
|
2023-06-23 15:22:47 +00:00
|
|
|
* Replaced (some) harsh loading dialogs with smooth spinners, and replaced (some) capricious error dialogs with friendly error messages.
|
2023-06-06 19:52:02 +00:00
|
|
|
|
2023-06-07 19:12:09 +00:00
|
|
|
## [v0.2.0]
|
2023-06-02 16:43:52 +00:00
|
|
|
|
2023-06-02 19:30:47 +00: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 20:33:43 +00:00
|
|
|
* Find view: added the ability to make changes to single documents from within the object editor.
|
2023-06-02 16:43:52 +00:00
|
|
|
|
2023-06-07 19:12:09 +00:00
|
|
|
## [v0.1.0]
|
2023-06-02 16:43:52 +00:00
|
|
|
|
|
|
|
Initial release.
|
2023-06-07 19:12:09 +00:00
|
|
|
|
2023-06-24 13:50:46 +00:00
|
|
|
[Unreleased]: https://github.com/garraflavatra/rolens/tree/main
|
2023-06-07 19:12:09 +00:00
|
|
|
[v0.1.0]: https://github.com/garraflavatra/rolens/releases/tag/v0.1.0
|
2023-06-23 19:32:52 +00: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
|
2023-06-29 12:40:48 +00:00
|
|
|
[v0.2.2]: https://github.com/garraflavatra/rolens/releases/tag/v0.2.2
|