Skip to content

Commit

Permalink
Bump version and small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Sep 9, 2022
1 parent 8789b60 commit 94e0c5a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 29 deletions.
8 changes: 6 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,14 +611,18 @@ const createWindows = () => {
positionWindow()
})

window_codes.on("resized", () => {
window_codes.on("resize", () => {
positionWindow()
})

window_codes.on("maximize", () => {
positionWindow()
})

window_codes.on("unmaximize", () => {
positionWindow()
})

// Enable remote module
remote.enable(window_security.webContents)
remote.enable(window_codes.webContents)
Expand Down Expand Up @@ -1449,7 +1453,7 @@ const logs = () => {
* About dialog
*/
const version = () => {
const text = `Authme: ${authme_version} \n\nElectron: ${electron_version}\nChrome: ${chrome_version} \n\nOS version: ${os_version}\nHardware info: ${os_info} \n\nRelease date: ${release_date}\nBuild number: ${build_number} \n\nCreated by: Lőrik Levente\n`
const text = `Authme: ${authme_version} \n\nElectron: ${electron_version}\nChromium: ${chrome_version} \n\nOS version: ${os_version}\nHardware info: ${os_info} \n\nRelease date: ${release_date}\nBuild number: ${build_number} \n\nCreated by: Lőrik Levente\n`

shell.beep()

Expand Down
52 changes: 28 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "authme",
"productName": "Authme",
"version": "3.3.3",
"version": "3.3.4",
"description": "Simple cross platform two-factor authentication app for desktop.",
"author": "Levminer",
"license": "GPL-3.0",
Expand Down Expand Up @@ -98,8 +98,8 @@
"devDependencies": {
"@playwright/test": "^1.25.1",
"@tailwindcss/forms": "^0.5.2",
"concurrently": "^7.3.0",
"electron": "^20.1.0",
"concurrently": "^7.4.0",
"electron": "^20.1.2",
"electron-builder": "^23.3.3",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
Expand Down

0 comments on commit 94e0c5a

Please sign in to comment.