From d789447661f1a81821d51a068d07237a78c766a4 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sat, 3 Jul 2021 10:02:25 +0200 Subject: [PATCH 1/4] readme: remove yay mention --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 1c217b2..353c7f0 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,7 @@ sudo apt install linux-wifi-hotspot #### Arch based distributions -Install with: - -```bash -yay -S linux-wifi-hotspot -``` +Linux Wifi Hotspot is available as a package on the [AUR](https://aur.archlinux.org/packages/linux-wifi-hotspot/). ### Dependencies From 9fadf91ed83478a5ec5eb280cb5e4b848fe89f95 Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Tue, 19 Oct 2021 00:55:30 +0530 Subject: [PATCH 2/4] Change version to v4.3.2 --- debian/changelog | 2 +- debian/copyright | 2 +- src/ui/glade/about.glade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index fd81fc1..e9c1070 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -linux-wifi-hotspot (4.3.1) UNRELEASED; urgency=low +linux-wifi-hotspot (4.3.2) UNRELEASED; urgency=low * Add qr code generate support * Fix error when listing connected devices diff --git a/debian/copyright b/debian/copyright index da6836f..402f61e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Files: * Copyright: 2013 oblique - 2019 lakinduaksh + 2021 lakinduaksh License: BSD-2-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/ui/glade/about.glade b/src/ui/glade/about.glade index 0b3cdec..24489da 100644 --- a/src/ui/glade/about.glade +++ b/src/ui/glade/about.glade @@ -9,7 +9,7 @@ dialog center Linux Wifi Hotspot - 4.2.1 + 4.3.2 (c) lakinduakash 2021 For more info visit https://github.com/lakinduakash/linux-wifi-hotspot From 08a7a07623f1bb94a6af7284717e8b1a9217cb43 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sun, 24 Oct 2021 15:52:54 +0200 Subject: [PATCH 3/4] readme: update Arch instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 353c7f0..5f9f7bf 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,9 @@ sudo apt install linux-wifi-hotspot #### Arch based distributions -Linux Wifi Hotspot is available as a package on the [AUR](https://aur.archlinux.org/packages/linux-wifi-hotspot/). +Linux Wifi Hotspot is available as an [AUR package](https://aur.archlinux.org/packages/linux-wifi-hotspot/). You can install it manually or with your favourite AUR helper. +For example, if you use `yay` you can do: +`yay -S linux-wifi-hotspot` ### Dependencies From c2f19da6559a96e6181033b387475779981215b2 Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Tue, 26 Oct 2021 07:54:11 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6eba781..e619504 100644 --- a/README.md +++ b/README.md @@ -8,20 +8,20 @@ ### Update * Share wifi via QR code * UI improvements -* Fallback to same channel when same wifi interface does not support for multiple channels * Show the connected devices -* Add MAC filter ### Features * Share your wifi like in Windows - Use wifi and enable hotspot at the same time. -* Share access point from any network interface +* Share a wifi access point from any network interface +* Share wifi via QR code * MAC filter +* View connected devices * Includes Both command line and gui. * Support both 2.4GHz and 5GHz (Need to be compatible with your wifi adapter). Ex: You have connected to the 5GHz network and share a connection with 2.4GHz. -* Select Channel. +* Customise wifi Channel, Change MAC address, etc. * Hide SSID -* Show the connected devices +* Enable IEEE 80211n, IEEE 80211ac modes ![screenshot](docs/sc4.png)