diff --git a/.env.template b/.env.template index 8907fb17..8c4baf43 100644 --- a/.env.template +++ b/.env.template @@ -1,5 +1,5 @@ # ==================================================== -# MiroTalk P2P v.1.6.80 - Environment Configuration +# MiroTalk P2P v.1.6.81 - Environment Configuration # ==================================================== # App environment diff --git a/app/src/config.template.js b/app/src/config.template.js index 0fad808b..6cd822dc 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -2,7 +2,7 @@ /** * ============================================== - * MiroTalk P2P v.1.6.80 - Configuration File + * MiroTalk P2P v.1.6.81 - Configuration File * ============================================== * * Branding and customizations require a license: diff --git a/app/src/server.js b/app/src/server.js index f72236b2..097adb71 100755 --- a/app/src/server.js +++ b/app/src/server.js @@ -45,7 +45,7 @@ dependencies: { * @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.6.80 + * @version 1.6.81 * */ diff --git a/package-lock.json b/package-lock.json index 74a543a4..6a8d6b78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "mirotalk", - "version": "1.6.80", + "version": "1.6.81", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirotalk", - "version": "1.6.80", + "version": "1.6.81", "license": "AGPL-3.0", "dependencies": { - "@mattermost/client": "11.1.0", + "@mattermost/client": "11.2.0", "@ngrok/ngrok": "1.6.1", "@sentry/node": "^10.30.0", "axios": "^1.13.2", @@ -30,7 +30,7 @@ "jsdom": "^27.3.0", "jsonwebtoken": "^9.0.3", "nodemailer": "^7.0.11", - "openai": "^6.10.0", + "openai": "^6.13.0", "qs": "^6.14.0", "socket.io": "^4.8.1", "swagger-ui-express": "^5.0.1", @@ -310,12 +310,12 @@ } }, "node_modules/@mattermost/client": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@mattermost/client/-/client-11.1.0.tgz", - "integrity": "sha512-zZnXnCq/WbWyyXTp8hQzQ/w9IcJZUO0546p5aZTTuFbXP2qeSGf8WpEwS1ym/c1vhhLxlMnV8vACem1F66QAFA==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/@mattermost/client/-/client-11.2.0.tgz", + "integrity": "sha512-Yi1JWU4ZPNDECTIr70T/kfbsbzKQb5nR4gGEp6mQTS1AYzT5K5Hd8jWWm/+DqKNghFbG5yi3FXsj+v7+TlMDYg==", "license": "MIT", "peerDependencies": { - "@mattermost/types": "11.1.0", + "@mattermost/types": "11.2.0", "typescript": "^4.3.0 || ^5.0.0" }, "peerDependenciesMeta": { @@ -325,9 +325,9 @@ } }, "node_modules/@mattermost/types": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@mattermost/types/-/types-11.1.0.tgz", - "integrity": "sha512-btLuyOHGs0WTB0SFVXzciS4awlyqfvptME6APQkInv1axffs3EhEej52qI+Q2QUgMsqrXRN2IY/VgBG7DjNnwg==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/@mattermost/types/-/types-11.2.0.tgz", + "integrity": "sha512-3Ee9Gm9EKtR40gydKTB8ZlvnVUN14lhY5dDnDB0y24Bvztxi59EOEtOZG5GBB5ipWYBMQSntZ+u5y1sswONNIQ==", "license": "MIT", "peer": true, "peerDependencies": { @@ -5051,9 +5051,9 @@ } }, "node_modules/openai": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/openai/-/openai-6.10.0.tgz", - "integrity": "sha512-ITxOGo7rO3XRMiKA5l7tQ43iNNu+iXGFAcf2t+aWVzzqRaS0i7m1K2BhxNdaveB+5eENhO0VY1FkiZzhBk4v3A==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-6.13.0.tgz", + "integrity": "sha512-yHbMo+EpNGPG3sRrXvmo0LhUPFN4bAURJw3G17bE+ax1G4tcTFCa9ZjvCWh3cvni0aHY0uWlk2IxcsPH4NR9Ow==", "license": "Apache-2.0", "bin": { "openai": "bin/cli" diff --git a/package.json b/package.json index da869184..b5ca5a1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.6.80", + "version": "1.6.81", "description": "A free WebRTC browser-based video call", "main": "server.js", "scripts": { @@ -41,7 +41,7 @@ "license": "AGPL-3.0", "homepage": "https://github.com/miroslavpejic85/mirotalk", "dependencies": { - "@mattermost/client": "11.1.0", + "@mattermost/client": "11.2.0", "@ngrok/ngrok": "1.6.1", "@sentry/node": "^10.30.0", "axios": "^1.13.2", @@ -62,7 +62,7 @@ "jsdom": "^27.3.0", "jsonwebtoken": "^9.0.3", "nodemailer": "^7.0.11", - "openai": "^6.10.0", + "openai": "^6.13.0", "qs": "^6.14.0", "socket.io": "^4.8.1", "swagger-ui-express": "^5.0.1", diff --git a/public/css/client.css b/public/css/client.css index 9884c500..fa6ed73e 100755 --- a/public/css/client.css +++ b/public/css/client.css @@ -357,7 +357,7 @@ body { position: absolute; left: 0; padding: 10px 5px; - bottom: calc(100% + 6px); + bottom: 45px; border: var(--border); background: var(--body-bg); box-shadow: var(--box-shadow); @@ -377,13 +377,14 @@ body { #bottomButtons #audioMenu button, #bottomButtons #videoMenu button { display: flex; + width: 100%; + height: 35px; align-items: center; justify-content: flex-start; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - width: 100%; transform: none !important; } diff --git a/public/js/brand.js b/public/js/brand.js index b8c415d0..6a97446d 100644 --- a/public/js/brand.js +++ b/public/js/brand.js @@ -77,7 +77,7 @@ let brand = { }, about: { imageUrl: '../images/mirotalk-logo.gif', - title: 'WebRTC P2P v1.6.80', + title: 'WebRTC P2P v1.6.81', html: `