Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.3.1 #44

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion harbour-sailslack.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ QT += concurrent dbus websockets

include(vendor/vendor.pri)

VERSION = "0.3"
VERSION = "0.3.1"
DEFINES += APP_VERSION=\\\"$${VERSION}\\\"

# Check slack config
Expand Down
5 changes: 5 additions & 0 deletions rpm/harbour-sailslack.changes.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
# * date Author's Name <author's email> version-release
# - Summary of changes

* Wed Dec 28 2022 0.3.1-1 Vlad G. <[email protected]>
- Fix longstanding milliseconds bug
- asyncfuture as submodule
- CI build

* Mon May 03 2021 Daniel Vrátil <[email protected]> 0.3-1
- Automatically scroll to last unread message (b100dian)
- Port to Qt QWebSocket (b100dian)
Expand Down
8 changes: 4 additions & 4 deletions rpm/harbour-sailslack.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.32
#
#

Name: harbour-sailslack

Expand All @@ -13,7 +13,7 @@ Name: harbour-sailslack
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Unoffical Slack client for Sailfish
Version: 0.3
Version: 0.3.1
Release: 1
Group: Network
License: GPLv3
Expand Down Expand Up @@ -45,7 +45,7 @@ Sailslack is an unoffical Slack client for Sailfish
# >> build pre
# << build pre

%qtc_qmake5
%qtc_qmake5

%qtc_make %{?_smp_mflags}

Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-sailslack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: harbour-sailslack
Summary: Unoffical Slack client for Sailfish
Version: 0.3
Version: 0.3.1
Release: 1
Group: Network
URL: https://github.com/danvratil/harbour-sailslack
Expand Down