10 Commits

Author SHA256 Message Date
f2797df60d Accepting request 1317859 from hardware
OBS-URL: https://build.opensuse.org/request/show/1317859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluetui?expand=0&rev=8
2025-11-17 11:14:44 +00:00
bc027f24c2 - Update to version 0.8.0
* Implement the rest of the auth methods
  * Add default icon to the devices that do not have one
  * Layout adjustements
  * Connect and trust automatically the new pair devices

OBS-URL: https://build.opensuse.org/package/show/hardware/bluetui?expand=0&rev=16
2025-11-14 19:02:12 +00:00
6544108ed6 Accepting request 1315899 from hardware
OBS-URL: https://build.opensuse.org/request/show/1315899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluetui?expand=0&rev=7
2025-11-06 17:14:29 +00:00
1a497eafd5 - Update to version 0.7.2
* Align icons
  * Ability to customize the layout
  * Ability to set the width for the window

OBS-URL: https://build.opensuse.org/package/show/hardware/bluetui?expand=0&rev=14
2025-11-05 22:01:23 +00:00
095d9a2fe8 Accepting request 1313682 from hardware
OBS-URL: https://build.opensuse.org/request/show/1313682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluetui?expand=0&rev=6
2025-10-27 13:40:12 +00:00
e0f5f6a63f Accepting request 1313681 from home:mantarimay:branches:hardware
- Update to version 0.7.1
  * Make helper banner responsive
  * Fix display issue on light theme terminal
  * Update the layout to center the centent

OBS-URL: https://build.opensuse.org/request/show/1313681
OBS-URL: https://build.opensuse.org/package/show/hardware/bluetui?expand=0&rev=12
2025-10-25 21:53:08 +00:00
765690c934 Accepting request 1312910 from hardware
OBS-URL: https://build.opensuse.org/request/show/1312910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluetui?expand=0&rev=5
2025-10-22 10:16:57 +00:00
2cc287ff1e - Update to version 0.7
* Use help banner instead of the popup
  * Fix crash when rfkill dir is not present
  * Add h/l nav controls
  * Add BackTab key handler

OBS-URL: https://build.opensuse.org/package/show/hardware/bluetui?expand=0&rev=10
2025-10-21 22:07:16 +00:00
d89bf1140c Accepting request 1232999 from hardware
OBS-URL: https://build.opensuse.org/request/show/1232999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluetui?expand=0&rev=4
2024-12-22 17:05:05 +00:00
74ed09a6ab - Update to version 0.6
* Updated the layout has been reorgonized to show paired devices
    section on the top
  * Fix fg color is fixed for light mode
- Removed cargo_audit from _service due that contains vendor now

OBS-URL: https://build.opensuse.org/package/show/hardware/bluetui?expand=0&rev=8
2024-12-21 21:34:09 +00:00
6 changed files with 51 additions and 9 deletions

View File

@@ -5,5 +5,4 @@
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual"/>
</services>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a96cbef7fc18064e42d7dbc890acb25c7685d8b9d6d9b17be0a1a25c396e928a
size 60909

3
bluetui-0.8.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c88a029499e54d00a8fcb528f7e510d8e3bff17e2e1aecda333d67b0ab395582
size 52543

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Fri Nov 14 02:46:19 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.8.0
* Implement the rest of the auth methods
* Add default icon to the devices that do not have one
* Layout adjustements
* Connect and trust automatically the new pair devices
-------------------------------------------------------------------
Tue Nov 4 18:25:22 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.7.2
* Align icons
* Ability to customize the layout
* Ability to set the width for the window
-------------------------------------------------------------------
Thu Oct 23 11:17:41 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.7.1
* Make helper banner responsive
* Fix display issue on light theme terminal
* Update the layout to center the centent
-------------------------------------------------------------------
Tue Oct 21 21:44:58 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.7
* Use help banner instead of the popup
* Fix crash when rfkill dir is not present
* Add h/l nav controls
* Add BackTab key handler
-------------------------------------------------------------------
Sat Dec 21 21:10:04 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.6
* Updated the layout has been reorgonized to show paired devices
section on the top
* Fix fg color is fixed for light mode
- Removed cargo_audit from _service due that contains vendor now
-------------------------------------------------------------------
Mon Jul 29 20:23:45 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>

View File

@@ -1,7 +1,7 @@
#
# spec file for package bluetui
#
# Copyright (c) 2024 mantarimay
# Copyright (c) 2025 mantarimay
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: bluetui
Version: 0.5.1
Version: 0.8.0
Release: 0
Summary: TUI for managing bluetooth devices
License: GPL-3.0-or-later
@@ -27,7 +27,7 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: cargo-packaging
BuildRequires: dbus-1-devel
BuildRequires: rust >= 1.75.0
BuildRequires: rust >= 1.78.0
Requires: bluez
%description

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6051dc467855c862a69176fb533ffa414a4577d2553c1cf91d3be61c2b1e117c
size 20586756
oid sha256:e7b9af6028b2d3e2e6872312023f22f5d9161bdb3aca969f28cb8ee23e4c126e
size 27404319