From 7043f2cf03f351692ecdc5473be76b317bb8a0f0 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sun, 28 Jan 2024 03:11:56 +0100 Subject: [PATCH 1/3] 2.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a94c55..e75a727 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "convertorizr", - "version": "2.0.0-dev.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "convertorizr", - "version": "2.0.0-dev.1", + "version": "2.0.0", "license": "MIT", "dependencies": { "@angular/animations": "^17.1.0", diff --git a/package.json b/package.json index 75a1dbb..d537dbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "convertorizr", - "version": "2.0.0-dev.1", + "version": "2.0.0", "description": "Decode or encode base64, punycode, HTML entities, URI components, ...", "keywords": [ "encode", From 6b32cdbb3bec143879e8fae5b4e7a9c054d8fa39 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sun, 28 Jan 2024 04:14:15 +0100 Subject: [PATCH 2/3] Add favigon (SVG). --- angular.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- src/favicon.svg | 12 ++++++++++++ src/index.html | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 src/favicon.svg diff --git a/angular.json b/angular.json index 1ac34ad..407f10d 100644 --- a/angular.json +++ b/angular.json @@ -26,7 +26,7 @@ "tsConfig": "tsconfig.app.json", "inlineStyleLanguage": "scss", "assets": [ - "src/favicon.ico", + "src/favicon.svg", "src/assets" ], "styles": [ @@ -86,7 +86,7 @@ "tsConfig": "tsconfig.spec.json", "inlineStyleLanguage": "scss", "assets": [ - "src/favicon.ico", + "src/favicon.svg", "src/assets" ], "styles": [ diff --git a/package-lock.json b/package-lock.json index e75a727..ba46595 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "convertorizr", - "version": "2.0.0", + "version": "2.0.1-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "convertorizr", - "version": "2.0.0", + "version": "2.0.1-dev.0", "license": "MIT", "dependencies": { "@angular/animations": "^17.1.0", diff --git a/package.json b/package.json index d537dbd..2ebfbf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "convertorizr", - "version": "2.0.0", + "version": "2.0.1-dev.0", "description": "Decode or encode base64, punycode, HTML entities, URI components, ...", "keywords": [ "encode", diff --git a/src/favicon.svg b/src/favicon.svg new file mode 100644 index 0000000..2efc1a9 --- /dev/null +++ b/src/favicon.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/src/index.html b/src/index.html index a8dc30f..b791d63 100644 --- a/src/index.html +++ b/src/index.html @@ -7,7 +7,7 @@ Convertorizr - Convert whatever you want! - +

Convert it all

From 34ace16aa4bf36118e73e82438b0480b02927ed7 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sun, 28 Jan 2024 04:28:32 +0100 Subject: [PATCH 3/3] Fix build badge in readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bc8be8..8785685 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ This is a short introduction to the awesome Convertorizr hosted at https://conv.friedli.info/. -Continuous integration is automated with Drone CI ([![Build Status](https://ci.gittr.ch/api/badges/manuel/converter/status.svg)](https://ci.gittr.ch/manuel/converter)). Usage is self-explanatory. What else do you need to know? +Continuous integration is automated with Drone CI ([![Build Status](https://ci.gittr.ch/api/badges/manuel/converter/status.svg?ref=refs/heads/main)](https://ci.gittr.ch/manuel/converter)). Usage is self-explanatory. What else do you need to know? The source code is hosted at https://gittr.ch/manuel/converter.git. -Contact the author at manuel-convertorizr|at|fritteli.ch. +Contact the author at manuel|at|fritteli.ch. Cheers!