aboutsummaryrefslogtreecommitdiff
path: root/infcloud.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-26 17:46:05 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-26 17:46:05 -0400
commit6328505804224fb551bf84068afde4ea58132ea9 (patch)
treeab8a958a7a28bf66c6d46a507c159669a35aa4db /infcloud.spec
parentdisable stub upload stuff (diff)
downloadradicaleinfcloud-6328505804224fb551bf84068afde4ea58132ea9.tar.gz
radicaleinfcloud-6328505804224fb551bf84068afde4ea58132ea9.tar.bz2
radicaleinfcloud-6328505804224fb551bf84068afde4ea58132ea9.zip
make keyboard navigation easier
Diffstat (limited to 'infcloud.spec')
-rw-r--r--infcloud.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/infcloud.spec b/infcloud.spec
index 2d70d01..f09a4e5 100644
--- a/infcloud.spec
+++ b/infcloud.spec
@@ -2,7 +2,7 @@
%define pname RadicaleInfCloud
Name: infcloud
Version: 0.13.1
-Release: 1stackrpms1.2%{?dist}
+Release: 1stackrpms1.3%{?dist}
Summary: Rich web client for carddav and caldav
BuildArch: noarch
@@ -43,6 +43,10 @@ ln -s %{_sysconfdir}/%{name}/cache.manifest %{buildroot}%{_datadir}/%{name}/radi
%doc README-stackrpms.md
%changelog
+* Thu May 26 2022 B. Stack <bgstack15@gmail.com> - 0.13.1-1stackrpms1.3
+- added visible outlines for keyboard navigation
+- enabled selectable and navigable input for login button
+
* Sat May 21 2022 B. Stack <bgstack15@gmail.com> - 0.13.1-1stackrpms1.2
- Disable upload button and stub functions which caused problems
bgstack15