diff --git a/README.MD b/README.MD index 0497867..018913b 100644 --- a/README.MD +++ b/README.MD @@ -18,5 +18,5 @@ If you are developing you might want to use `npm run startDev` as it also builds - adds possibilty to support Windows's Open with feature ## Screenshots -![App when no game is loaded](https://github.com/TheGreyDiamond/open360viewer/blob/central/screenshots/noImageLoaded.png?raw=true) -![App when no game is loaded](https://github.com/TheGreyDiamond/open360viewer/blob/central/screenshots/imageLoaded.png?raw=true) +![App when no file is loaded](https://github.com/TheGreyDiamond/open360viewer/blob/central/screenshots/noImageLoaded.png?raw=true) +![App when file is loaded](https://github.com/TheGreyDiamond/open360viewer/blob/central/screenshots/imageLoaded.png?raw=true) diff --git a/package.json b/package.json index 4742edf..6ba9b90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open360viewer", - "version": "1.0.1", + "version": "1.0.2", "description": "An opensource 360° image viewer written in NodeJS using Electron and Marzipano", "keywords": [ "360", @@ -48,19 +48,16 @@ } }, "dependencies": { - "@fortawesome/fontawesome-free": "^5.15.4", - "@themesberg/flowbite": "^1.2.0", + "@fortawesome/fontawesome-free": "^6.2.0", "file-type": "^16.5.3", + "flowbite": "^1.5.3", + "glob": "^8.0.3", "marzipano": "^0.10.2" }, "devDependencies": { - "@electron-forge/cli": "^6.0.0-beta.61", - "@electron-forge/maker-deb": "^6.0.0-beta.61", - "@electron-forge/maker-rpm": "^6.0.0-beta.61", - "@electron-forge/maker-squirrel": "^6.0.0-beta.61", - "@electron-forge/maker-zip": "^6.0.0-beta.61", - "electron": "^16.0.6", - "minify": "^8.0.3", - "tailwindcss": "^3.0.11" + "electron": "^21.0.1", + "electron-packager": "^15.5.2", + "minify": "^9.1.0", + "tailwindcss": "^3.2.4" } } diff --git a/src/ui_templates/about.html b/src/ui_templates/about.html index b6daa81..32b6d6c 100644 --- a/src/ui_templates/about.html +++ b/src/ui_templates/about.html @@ -14,13 +14,14 @@
-

360 Viewer

-

1.0.1

+

open360viewer

+

1.0.2

Made by TheGreydiamond.

+ Thank you for using open360viewer!
We are using node , Chrome , - and Electron . + and Electron . \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index 871bd0d..f46b862 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,5 +4,5 @@ module.exports = { theme: { extend: {}, }, - plugins: [require("@themesberg/flowbite/plugin")], + plugins: [require("flowbite/plugin")], };