Skip to content

Commit

Permalink
New upstream version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fvcr committed Jan 27, 2023
1 parent fb392e1 commit 729517b
Show file tree
Hide file tree
Showing 17 changed files with 844 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
version=$(cat "build/release/generated/VERSION")
echo "RELEASE_VERSION=${version}" >> "$GITHUB_ENV"
echo "RELEASE_TAG=v${version}" >> "$GITHUB_ENV"
sed -i -E "s/\((.*?)\)/(${version})/g" debian/changelog
- name: Build Debian Package
id: dpkg-buildpackage
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
onlyLastTag: true
unreleased: false
stripGeneratorNotice: true

- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12)
project(
whatsapp-for-linux
VERSION 1.5.1
VERSION 1.5.2
DESCRIPTION "An unofficial WhatsApp desktop application for Linux"
HOMEPAGE_URL "https://github.com/eneshecan/whatsapp-for-linux"
LANGUAGES C CXX
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ make update-translation
make install
```

### Uninstall

```bash
# Run inside the build directory if you want to uninstall all files
# install_manifest.txt file is created when you run make install
xargs rm < install_manifest.txt
```


## Packaging

Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ whatsapp-for-linux (0) stable; urgency=medium

* See https://github.com/eneshecan/whatsapp-for-linux/releases

-- Enes Hecan <[email protected]> Sun, 20 Jun 2021 10:30:00 +0200
-- Enes Hecan <[email protected]> Sun, 20 Jun 2021 10:30:00 +0200
11 changes: 7 additions & 4 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/bin/bash
#!/usr/bin/make -f
# -*- makefile -*-

echo "Setting version to ${RELEASE_VERSION}"
sed -i -E "s/\((.*?)\)/(${RELEASE_VERSION})/g" debian/changelog
override_dh_builddeb:
dh_builddeb -- -Zxz -z9

%:
dh $@
dh $@

.PHONY: override_dh_builddeb
2 changes: 2 additions & 0 deletions debian/source/options
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
compression = xz
compression-level = 9
3 changes: 3 additions & 0 deletions po/LINGUAS
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Keep this file sorted alphabetically, one language code per line
it
ka
nl
pt-br
ru
tr
es
187 changes: 187 additions & 0 deletions po/en.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,187 @@
msgid ""
msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: POEditor.com\n"
"Project-Id-Version: whatsapp-for-linux\n"
"Language: en\n"

#: ../src/ui/MainWindow.cpp:287 ../src/ui/TrayIcon.cpp:46
#: ../resource/ui/MainWindow.ui.h:4
msgid "About"
msgstr "About"

#: ../src/ui/MainWindow.cpp:289 ../resource/ui/MainWindow.ui.h:6
msgid "WhatsApp for Linux"
msgstr "WhatsApp for Linux"

#: ../src/ui/MainWindow.cpp:290
msgid "An unofficial WhatsApp desktop application for Linux"
msgstr "An unofficial WhatsApp desktop application for Linux"

#: ../src/ui/MainWindow.cpp:292
msgid "GitHub Repository"
msgstr "GitHub Repository"

#: ../src/ui/PreferencesWindow.cpp:35
msgid "On Demand"
msgstr "On Demand"

#: ../src/ui/PreferencesWindow.cpp:36
msgid "Always"
msgstr "Always"

#: ../src/ui/PreferencesWindow.cpp:37
msgid "Never"
msgstr "Never"

#: ../src/ui/TrayIcon.cpp:45
msgid "Show"
msgstr "Show"

#: ../src/ui/TrayIcon.cpp:47 ../resource/ui/MainWindow.ui.h:5
#: ../resource/ui/ShortcutsWindow.ui.h:8
msgid "Quit"
msgstr "Quit"

#: ../src/ui/WebView.cpp:34
msgid "Notification Request"
msgstr "Notification Request"

#: ../src/ui/WebView.cpp:35
msgid "Would you like to allow notifications?"
msgstr "Would you like to allow notifications?"

#: ../src/ui/WebView.cpp:69
msgid "Save File"
msgstr "Save File"

#: ../src/ui/WebView.cpp:70
msgid "Ok"
msgstr "Ok"

#: ../src/ui/WebView.cpp:71
msgid "Cancel"
msgstr "Cancel"

#: ../src/ui/WebView.cpp:307
msgid "Unresponsive"
msgstr "Unresponsive"

#: ../src/ui/WebView.cpp:308
msgid "The application is not responding. Would you like to reload?"
msgstr "The application is not responding. Would you like to reload?"

#: ../resource/ui/MainWindow.ui.h:1
msgid "Fullscreen"
msgstr "Fullscreen"

#: ../resource/ui/MainWindow.ui.h:2 ../resource/ui/PreferencesWindow.ui.h:18
msgid "Preferences"
msgstr "Preferences"

#: ../resource/ui/MainWindow.ui.h:3 ../resource/ui/ShortcutsWindow.ui.h:7
msgid "Keyboard Shortcuts"
msgstr "Keyboard Shortcuts"

#: ../resource/ui/MainWindow.ui.h:7
msgid "Refresh"
msgstr "Refresh"

#: ../resource/ui/MainWindow.ui.h:8 ../resource/ui/PhoneNumberDialog.ui.h:1
msgid "Open chat by phone number"
msgstr "Open chat by phone number"

#: ../resource/ui/PhoneNumberDialog.ui.h:2
msgid "Enter phone number (only digits)"
msgstr "Enter phone number (only digits)"

#: ../resource/ui/PreferencesWindow.ui.h:1
msgid "Close to Tray"
msgstr "Close to Tray"

#: ../resource/ui/PreferencesWindow.ui.h:2
msgid "Start in Tray"
msgstr "Start in Tray"

#: ../resource/ui/PreferencesWindow.ui.h:3
msgid "Start Minimized"
msgstr "Start Minimized"

#: ../resource/ui/PreferencesWindow.ui.h:4
msgid "Autostart"
msgstr "Autostart"

#: ../resource/ui/PreferencesWindow.ui.h:5
msgid "Enable tray icon"
msgstr "Enable tray icon"

#: ../resource/ui/PreferencesWindow.ui.h:6
msgid "Start application as closed to tray"
msgstr "Start application as closed to tray"

#: ../resource/ui/PreferencesWindow.ui.h:7
msgid "Start application as minimized"
msgstr "Start application as minimized"

#: ../resource/ui/PreferencesWindow.ui.h:8
msgid "Start application after system boots"
msgstr "Start application after system boots"

#: ../resource/ui/PreferencesWindow.ui.h:9
#: ../resource/ui/ShortcutsWindow.ui.h:2
msgid "General"
msgstr "General"

#: ../resource/ui/PreferencesWindow.ui.h:10
msgid "Prefer Dark Theme"
msgstr "Prefer Dark Theme"

#: ../resource/ui/PreferencesWindow.ui.h:11
msgid "Prefer dark theme for the application if system theme includes a dark variant"
msgstr "Prefer dark theme for the application if system theme includes a dark variant"

#: ../resource/ui/PreferencesWindow.ui.h:12
msgid "Appearance"
msgstr "Appearance"

#: ../resource/ui/PreferencesWindow.ui.h:13
msgid "Hardware Acceleration"
msgstr "Hardware Acceleration"

#: ../resource/ui/PreferencesWindow.ui.h:14
msgid "Allow Permissions"
msgstr "Allow Permissions"

#: ../resource/ui/PreferencesWindow.ui.h:15
msgid "Set hardware acceleration policy used by webkit"
msgstr "Set hardware acceleration policy used by webkit"

#: ../resource/ui/PreferencesWindow.ui.h:16
msgid "Allow permissions on application startup"
msgstr "Allow permissions on application startup"

#: ../resource/ui/PreferencesWindow.ui.h:17
msgid "Web"
msgstr "Web"

#: ../resource/ui/ShortcutsWindow.ui.h:1
msgid "Shortcuts"
msgstr "Shortcuts"

#: ../resource/ui/ShortcutsWindow.ui.h:3
msgid "Refresh Page"
msgstr "Refresh Page"

#: ../resource/ui/ShortcutsWindow.ui.h:4
msgid "Enter/Exit Fullscreen"
msgstr "Enter/Exit Fullscreen"

#: ../resource/ui/ShortcutsWindow.ui.h:5
msgid "Show/Hide Header Bar"
msgstr "Show/Hide Header Bar"

#: ../resource/ui/ShortcutsWindow.ui.h:6
msgid "Open Preferences"
msgstr "Open Preferences"
Loading

0 comments on commit 729517b

Please sign in to comment.