Update version

This commit is contained in:
Lakindu Akash 2024-07-08 05:26:24 +05:30
parent a73b7c9f80
commit 3d586dd2ff
2 changed files with 21 additions and 12 deletions

27
debian/changelog vendored
View File

@ -1,11 +1,20 @@
linux-wifi-hotspot (4.7.1) UNRELEASED; urgency=low
linux-wifi-hotspot (4.7.2) focal; urgency=low
* Update frequency parsing for iw 6.7
* Add 802.11ax(wifi6) ability
* Fix clean-up of unmanaged devices in NetworkManager.conf
* [SECURITY] remove insecure TKIP from configurations
* Fix FREQ_BAND for config files
* Use 'aa-complain' instead of 'complain' to remove dnsmasq restriction
* UI improvements
## What's Changed
* Update README.md by @lakinduakash in https://github.com/lakinduakash/linux-wifi-hotspot/pull/369
* Add option to log DNS requests to a file with dnsmasq by @Zedeldi in https://github.com/lakinduakash/linux-wifi-hotspot/pull/375
* adding support of WPA3 Transition Mode by @Chapoly1305 in https://github.com/lakinduakash/linux-wifi-hotspot/pull/376
* fix(ui): typo for tv_mac_filter. by @safocl in https://github.com/lakinduakash/linux-wifi-hotspot/pull/391
* Update README.md by @souhaib100 in https://github.com/lakinduakash/linux-wifi-hotspot/pull/384
* Set program name to fix wayland icon issue by @Integral-Tech in https://github.com/lakinduakash/linux-wifi-hotspot/pull/409
-- Lakindu Akash <lakinduakash@users.noreply.github.com> Mon, 01 Jan 2024 19:07:00 +0530
## New Contributors
* @Zedeldi made their first contribution in https://github.com/lakinduakash/linux-wifi-hotspot/pull/375
* @Chapoly1305 made their first contribution in https://github.com/lakinduakash/linux-wifi-hotspot/pull/376
* @safocl made their first contribution in https://github.com/lakinduakash/linux-wifi-hotspot/pull/391
* @souhaib100 made their first contribution in https://github.com/lakinduakash/linux-wifi-hotspot/pull/384
* @Integral-Tech made their first contribution in https://github.com/lakinduakash/linux-wifi-hotspot/pull/409
**Full Changelog**: https://github.com/lakinduakash/linux-wifi-hotspot/compare/v4.7.1...v4.7.2
-- Lakindu Akash <lakinduakash@gmail.com> Mon, 08 Jul 2024 19:07:00 +0530

View File

@ -9,13 +9,13 @@
<property name="type_hint">dialog</property>
<property name="gravity">center</property>
<property name="program_name">Linux Wifi Hotspot</property>
<property name="version">4.7.1</property>
<property name="copyright" translatable="yes">(c) lakinduakash 2023</property>
<property name="version">4.7.2</property>
<property name="copyright" translatable="yes">(c) lakinduakash 2024</property>
<property name="comments" translatable="yes">For more info visit
https://github.com/lakinduakash/linux-wifi-hotspot</property>
<property name="website">https://github.com/lakinduakash/linux-wifi-hotspot</property>
<property name="website_label" translatable="yes">Star on Github</property>
<property name="license" translatable="yes">Copyright (c) 2023, lakinduaksh
<property name="license" translatable="yes">Copyright (c) 2024, lakinduaksh
All rights reserved.
Redistribution and use in source and binary forms, with or without