diff --git a/appveyor.yml b/appveyor.yml
index 026c4b4a..36c28b61 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -77,25 +77,19 @@ after_build:
- mkdir installer\packages\io.github.nhekoreborn.nheko
- mkdir installer\packages\io.github.nhekoreborn.nheko\data
- mkdir installer\packages\io.github.nhekoreborn.nheko\meta
- - mkdir installer\packages\io.github.nhekoreborn.nheko.cleanup\meta
# Copy installer data
- copy %BUILD%\resources\nheko.ico installer\config
- copy %BUILD%\resources\nheko.png installer\config
- copy %BUILD%\COPYING installer\packages\io.github.nhekoreborn.nheko\meta\license.txt
- - copy %BUILD%\COPYING installer\packages\io.github.nhekoreborn.nheko.cleanup\meta\license.txt
- copy %BUILD%\deploy\installer\config.xml installer\config
- copy %BUILD%\deploy\installer\controlscript.qs installer\config
- copy %BUILD%\deploy\installer\uninstall.qs installer\packages\io.github.nhekoreborn.nheko\data
- copy %BUILD%\deploy\installer\gui\package.xml installer\packages\io.github.nhekoreborn.nheko\meta
- copy %BUILD%\deploy\installer\gui\installscript.qs installer\packages\io.github.nhekoreborn.nheko\meta
- - copy %BUILD%\deploy\installer\cleanup\package.xml installer\packages\io.github.nhekoreborn.nheko.cleanup\meta
- - copy %BUILD%\deploy\installer\cleanup\installscript.qs installer\packages\io.github.nhekoreborn.nheko.cleanup\meta
# Amend version and date
- sed -i "s/__VERSION__/0.8.2/" installer\config\config.xml
- sed -i "s/__VERSION__/0.8.2/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
- - sed -i "s/__VERSION__/0.8.2/" installer\packages\io.github.nhekoreborn.nheko.cleanup\meta\package.xml
- sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
- - sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko.cleanup\meta\package.xml
# Copy nheko data
- xcopy NhekoData\*.* installer\packages\io.github.nhekoreborn.nheko\data\*.* /s /e /c /y
- move NhekoRelease\nheko.exe installer\packages\io.github.nhekoreborn.nheko\data
@@ -107,7 +101,8 @@ after_build:
- set PATH=%BUILD%\tools\bin;%PATH%
- binarycreator.exe -f -c installer\config\config.xml -p installer\packages nheko-installer.exe
- - mv nheko-installer.exe nheko-%APPVEYOR_REPO_TAG_NAME%-installer.exe
+ - copy nheko-installer.exe nheko-%APPVEYOR_REPO_TAG_NAME%-installer.exe
+ - copy nheko-installer.exe nheko-%APPVEYOR_PULL_REQUEST_HEAD_COMMIT%-installer.exe
- ps: .\.ci\upload-nightly.ps1
on_success:
@@ -127,3 +122,4 @@ deploy:
artifacts:
- path: nheko_win_64.zip
- path: nheko-$(APPVEYOR_REPO_TAG_NAME)-installer.exe
+ - path: nheko-$(APPVEYOR_PULL_REQUEST_HEAD_COMMIT)-installer.exe
diff --git a/deploy/installer/cleanup/installscript.qs b/deploy/installer/cleanup/installscript.qs
deleted file mode 100644
index 46f8012c..00000000
--- a/deploy/installer/cleanup/installscript.qs
+++ /dev/null
@@ -1,28 +0,0 @@
-function Component()
-{
-}
-
-Component.prototype.createOperations = function()
-{
- component.createOperations();
-
- try
- {
- if( installer.value("os") === "win" )
- {
- /**
- * Cleanup AppData and registry
- */
- component.addElevatedOperation("Execute","UNDOEXECUTE","cmd /C reg delete HKEY_CURRENT_USER\Software\nheko\nheko /f");
- var localappdata = installer.environmentVariable("LOCALAPPDATA");
- if( localappdata != "" )
- {
- component.addElevatedOperation("Execute","UNDOEXECUTE","cmd /C rmdir "+localappdata+"\nheko /f");
- }
- }
- }
- catch( e )
- {
- print( e );
- }
-}
diff --git a/deploy/installer/cleanup/package.xml b/deploy/installer/cleanup/package.xml
deleted file mode 100644
index f43e5b78..00000000
--- a/deploy/installer/cleanup/package.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
- Cleanup AppData and Registry
- Cleans up AppData and Registry when selected (logs you out) - Broken
- __VERSION__
- __DATE__
- 80
-
- false
-
diff --git a/resources/langs/nheko_et.ts b/resources/langs/nheko_et.ts
index 50b017cf..a8350213 100644
--- a/resources/langs/nheko_et.ts
+++ b/resources/langs/nheko_et.ts
@@ -843,22 +843,22 @@ Näiteks: https://server.minu:8787
Edit
- Muuda
+ MuudaReact
- Reageeri
+ ReageeriReply
- Vasta
+ VastaOptions
- Valikud
+ Valikud
@@ -926,41 +926,41 @@ Näiteks: https://server.minu:8787
%1 sent an encrypted message
- %1 saatis krüptitud sõnumi
+ %1 saatis krüptitud sõnumi* %1 %2Format an emote message in a notification, %1 is the sender, %2 the message
-
+ * %1 %2%1 replied: %2Format a reply in a notification. %1 is the sender, %2 the message
-
+ %1 vastas: %2%1: %2Format a normal message in a notification. %1 is the sender, %2 the message
- %1: %2
+ %1: %2%1 replied with an encrypted message
-
+ %1 vastas krüptitud sõnumiga%1 replied to a message
-
+ %1 vastas sõnumile%1 sent a message
-
+ %1 saatis sõnumi
@@ -1182,57 +1182,57 @@ Näiteks: https://server.minu:8787
Room Settings
-
+ Jututoa seadistused%1 member(s)
-
+ %1 liige(t)SETTINGS
-
+ SEADISTUSEDNotifications
-
+ TeavitusedMuted
-
+ SummutatudMentions only
-
+ Vaid mainimisedAll messages
-
+ Kõik sõnumidAnyone and guests
-
+ Kõik (sealhulgas külalised)Anyone
-
+ KõikInvited users
-
+ Kutsutud kasutajadEncryption
-
+ Krüptimine
@@ -1248,7 +1248,7 @@ Näiteks: https://server.minu:8787
Respond to key requests
-
+ Vasta krüptovõtmete päringutele
@@ -1262,22 +1262,22 @@ testimiseks seni, kuni terviklik seadmete verifitseerimine on implementeeritud.<
INFO
-
+ TEAVEInternal ID
-
+ Sisemine tunnusRoom Version
-
+ Jututoa versioonOK
- Sobib
+ Sobib
@@ -1792,12 +1792,12 @@ testimiseks seni, kuni terviklik seadmete verifitseerimine on implementeeritud.<
Global User Profile
-
+ Üldine kasutajaprofiilRoom User Profile
-
+ Kasutajaprofiil jututoas
@@ -1823,7 +1823,7 @@ testimiseks seni, kuni terviklik seadmete verifitseerimine on implementeeritud.<
Unverify
-
+ Võta verifitseerimine tagasi
diff --git a/resources/langs/nheko_hu.ts b/resources/langs/nheko_hu.ts
index 7fff2637..6feae03a 100644
--- a/resources/langs/nheko_hu.ts
+++ b/resources/langs/nheko_hu.ts
@@ -1237,7 +1237,7 @@ Példa: https://szerver.em:8787
End-to-End Encryption
- Végponttól végpontig titkosítás
+ Végponttól végpontig titkosítás
@@ -1248,65 +1248,67 @@ Példa: https://szerver.em:8787
Respond to key requests
-
+ Válasz kulcskérelmekreWhether or not the client should respond automatically with the session keys
upon request. Use with caution, this is a temporary measure to test the
E2E implementation until device verification is completed.
-
+ Válaszoljon-e kérés esetén a kliens munkamenetkulcsokkal automatikusan.
+Óvatosan használandó, mivel ez csak egy átmeneti megoldás a végponttól
+végpontig (E2E) titkosítás tesztelésére, amíg be nincs fejezve az eszközhitelesítés.INFO
-
+ INFÓInternal ID
-
+ Belső azonosítóRoom Version
-
+ Szoba verziójaOK
- OK
+ OKFailed to enable encryption: %1
- Nem sikerült a titkosítás aktiválása: %1
+ Nem sikerült a titkosítás aktiválása: %1Select an avatar
- Profilkép kiválasztása
+ Profilkép kiválasztásaAll Files (*)
- Minden fájl (*)
+ Minden fájl (*)The selected file is not an image
- A kiválasztott fájl nem egy kép
+ A kiválasztott fájl nem egy képError while reading file: %1
- Hiba a fájl olvasása közben: %1
+ Hiba a fájl olvasása közben: %1Failed to upload image: %s
- Nem sikerült a kép feltöltése: %s
+ Nem sikerült a kép feltöltése: %s
@@ -1314,53 +1316,53 @@ Példa: https://szerver.em:8787
Share desktop with %1?
-
+ Meg legyen osztva a képernyő %1 felhasználóval?Window:
-
+ Ablak:Frame rate:
-
+ Képkockasebesség:Include your camera picture-in-picture
-
+ A kamera is szerepeljen a kép-a-képbenRequest remote camera
-
+ Távoli kamera kéréseView your callee's camera like a regular video call
-
+ A hívó kamerájának megjelenítése, mint egy normál videóhívásbanHide mouse cursor
-
+ Egérkurzor elrejtéseShare
-
+ MegosztásPreview
-
+ ElőnézetCancel
- Mégse
+ Mégse
@@ -1471,6 +1473,7 @@ Példa: https://szerver.em:8787
Multiple users are typing. First argument is a comma separated list of potentially multiple users. Second argument is the last user of that list. (If only one user is typing, %1 is empty. You should still use it in your string though to silence Qt warnings.)%1%2 gépel.
+ %1 és %2 gépelnek.
@@ -1789,12 +1792,12 @@ Példa: https://szerver.em:8787
Global User Profile
-
+ Globális felhasználói profilRoom User Profile
-
+ Szobai felhasználói profil
@@ -1820,7 +1823,7 @@ Példa: https://szerver.em:8787
Unverify
-
+ Hitelesítés visszavonása