From 103ff9f8ce7b421428ee5b24467fb39584358390 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Tue, 18 May 2021 13:03:28 +0200 Subject: [PATCH] feat(tool): added random port generator --- CHANGELOG.md | 4 +- .../tools/sys-admin/random-port-generator.vue | 61 +++++++++++++++++++ 2 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 pages/tools/sys-admin/random-port-generator.vue diff --git a/CHANGELOG.md b/CHANGELOG.md index f19a135f..839c52e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Next ### Changed - Switched to [Nuxt.js](//nuxtjs.org) - - Server-Side rendered static app - - Better SEO - Switched to Typescript using class components decorators from [nuxt-property-decorator](https://github.com/nuxt-community/nuxt-property-decorator) - UI and theme reworked - URL path changed @@ -18,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added [/how-to-report-bug-or-request](/how-to-report-bug-or-request) route to explain how to report bug and request features - Added i18n support +- Added new tools + - [Random port generator](https://it-tools.tech/random-port-generator) ### Removed - Removed markdown editor diff --git a/pages/tools/sys-admin/random-port-generator.vue b/pages/tools/sys-admin/random-port-generator.vue new file mode 100644 index 00000000..859ba9a2 --- /dev/null +++ b/pages/tools/sys-admin/random-port-generator.vue @@ -0,0 +1,61 @@ + + + + +