mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-02-16 09:49:27 +00:00
Prepare v0.3.0
This commit is contained in:
parent
b04d0b324a
commit
8a1f170121
@ -1,6 +1,4 @@
|
|||||||
## [Unreleased]
|
## [v0.3.0]
|
||||||
|
|
||||||
* Bumped minimum reqiured Go version from 1.18 to 1.20.
|
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
@ -16,6 +14,7 @@ Patches:
|
|||||||
* Set a deadline for counting documents, and added a button to count documents if the deadline has been exceeded.
|
* Set a deadline for counting documents, and added a button to count documents if the deadline has been exceeded.
|
||||||
* Changed os.ModePerm (777) file permissions to 644 and 755.
|
* Changed os.ModePerm (777) file permissions to 644 and 755.
|
||||||
* UI improvements.
|
* UI improvements.
|
||||||
|
* Bumped minimum reqiured Go version from 1.18 to 1.20.
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
|
||||||
@ -56,3 +55,4 @@ Initial release.
|
|||||||
[v0.2.0]: https://github.com/garraflavatra/rolens/releases/tag/v0.2.0
|
[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
|
[v0.2.1]: https://github.com/garraflavatra/rolens/releases/tag/v0.2.1
|
||||||
[v0.2.2]: https://github.com/garraflavatra/rolens/releases/tag/v0.2.2
|
[v0.2.2]: https://github.com/garraflavatra/rolens/releases/tag/v0.2.2
|
||||||
|
[v0.3.0]: https://github.com/garraflavatra/rolens/releases/tag/v0.3.0
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"info": {
|
"info": {
|
||||||
"productName": "Rolens",
|
"productName": "Rolens",
|
||||||
"companyName": "Romein van Buren",
|
"companyName": "Romein van Buren",
|
||||||
"productVersion": "0.2.2",
|
"productVersion": "0.3.0",
|
||||||
"comments": "The intuitive MongoDB administration tool",
|
"comments": "The intuitive MongoDB administration tool",
|
||||||
"copyright": "© Romein van Buren 2023 (GNU GPL 3.0)."
|
"copyright": "© Romein van Buren 2023 (GNU GPL 3.0)."
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user