aboutsummaryrefslogtreecommitdiff
path: root/infcloud.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-01-03 11:56:54 -0500
committerB. Stack <bgstack15@gmail.com>2023-01-03 11:56:54 -0500
commit85d6a818f69676126490491cc9de2749c4ded0c9 (patch)
tree2a8bf3281dc1dab6259a6fb54a59669190392c0f /infcloud.spec
parentMerge branch 'add-ctrl-enter' into 'stackrpms' (diff)
downloadradicaleinfcloud-85d6a818f69676126490491cc9de2749c4ded0c9.tar.gz
radicaleinfcloud-85d6a818f69676126490491cc9de2749c4ded0c9.tar.bz2
radicaleinfcloud-85d6a818f69676126490491cc9de2749c4ded0c9.zip
version bump 0.13.5-1
Diffstat (limited to 'infcloud.spec')
-rw-r--r--infcloud.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/infcloud.spec b/infcloud.spec
index 30f80b3..b8b2dba 100644
--- a/infcloud.spec
+++ b/infcloud.spec
@@ -1,7 +1,7 @@
%define branch stackrpms
%define pname RadicaleInfCloud
Name: infcloud
-Version: 0.13.4
+Version: 0.13.5
Release: 1%{?dist}
Summary: Rich web client for carddav and caldav
BuildArch: noarch
@@ -46,6 +46,9 @@ ln -s %{_sysconfdir}/%{name}/cache.manifest %{buildroot}%{_datadir}/%{name}/radi
%doc README-stackrpms.md
%changelog
+* Tue Jan 03 2023 B. Stack <bgstack15@gmail.com> - 0.13.5-1
+- Add CTRL+Enter reaction on edit dialog, which presses save button
+
* Sun Aug 14 2022 B. Stack <bgstack15@gmail.com> - 0.13.4-1
- Add auto-login feature using manually-set localStorage values in browser
bgstack15