Skip to content

Commit

Permalink
Change website URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
melianmiko committed Jul 21, 2023
1 parent 3f420c5 commit c54d9df
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Desktop application to manage your HUAWEI FreeBuds device.
Written in Python, available for Windows and Linux.

- [💿 **Download binaries**](https://melianmiko.ru/en/openfreebuds)
- [💿 **Download binaries**](https://mmk.pw/en/openfreebuds/)
- [🌍 Translate to your language](https://crowdin.com/project/openfreebuds)

Features:
Expand All @@ -30,16 +30,15 @@ Partially supported devices (some features are missing):
Installation
-------------

**Windows, Debian**:
get binary packages [here](https://melianmiko.ru/en/openfreebuds).
**Windows**:
get binary packages [here](https://mmk.pw/en/openfreebuds).

**Arch Linux**:
[available in AUR](https://aur.archlinux.org/packages/openfreebuds)

**Ubuntu 22.04-22.10**:
**Debian, Ubuntu 22.04-23.04**:
```shell
sudo add-apt-repository ppa:melianmiko/software
sudo apt update
curl -Sl https://deb.mmk.pw/setup | sudo bash -
sudo apt install openfreebuds
```

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
openfreebuds (0.12.3-1) bookworm jammy kinetic lunar; urgency=medium

* Fix update checker crash

-- MelianMiko <[email protected]>

openfreebuds (0.12.2-2) bookworm jammy kinetic lunar; urgency=medium

* Fix: Crash in Windows 10-11
Expand Down
2 changes: 1 addition & 1 deletion src/openfreebuds_applet/modules/hotkeys.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ def _parse_win32_key_vk(vk: int):

def _wayland_callback(result):
if result:
webbrowser.open("https://melianmiko.ru/posts/openfreebuds-faq/")
webbrowser.open("https://mmk.pw/posts/openfreebuds-faq/")
2 changes: 1 addition & 1 deletion src/openfreebuds_applet/ui/settings_ui/tab_about.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def website():
webbrowser.open(t("app_site_url"))

def source():
webbrowser.open("https://github.com/melianmiko/OpenFreebuds")
webbrowser.open("https://github.com/melianmiko/openfreebuds")

# TODO: Refactor report tool
# def do_report(_):
Expand Down
4 changes: 2 additions & 2 deletions src/openfreebuds_assets/locale/base.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app_site_url": "https://melianmiko.ru/en/openfreebuds/help",
"app_site_url": "https://mmk.pw/en/openfreebuds/",
"action_exit": "Leave application",
"action_settings": "Settings...",
"action_select_device": "Change device...",
Expand Down Expand Up @@ -28,7 +28,7 @@
"action_next_mode": "Change noise control mode",
"hotkeys_wayland": "Global hotkeys won't work correctly under Wayland.",
"hotkeys_wayland_link": "Alternative way",
"hotkeys_wayland_url": "https://melianmiko.ru/en/openfreebuds/help",
"hotkeys_wayland_url": "https://mmk.pw/en/openfreebuds/help",
"mgr_state_0": "Device don't exist",
"mgr_state_1": "Device don't connected",
"mgr_state_2": "Waiting for connect...",
Expand Down
4 changes: 2 additions & 2 deletions src/openfreebuds_assets/locale/ru_RU.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app_site_url": "https://melianmiko.ru/openfreebuds/help",
"app_site_url": "https://mmk.pw/openfreebuds/",
"action_exit": "Выйти из программы",
"action_settings": "Настройки...",
"action_select_device": "Сменить устройство...",
Expand Down Expand Up @@ -28,7 +28,7 @@
"action_next_mode": "Сменить режим шумоподавления",
"hotkeys_wayland": "Сочетания клавиш скорее всего не будут работать в Wayland.",
"hotkeys_wayland_link": "Другие решения проблемы",
"hotkeys_wayland_url": "https://melianmiko.ru/openfreebuds/help",
"hotkeys_wayland_url": "https://mmk.pw/openfreebuds/help",
"mgr_state_0": "Устройство не существует",
"mgr_state_1": "Не подключено",
"mgr_state_2": "Ждём подключения...",
Expand Down

0 comments on commit c54d9df

Please sign in to comment.