Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danvratil committed Jan 23, 2021
1 parent c0bd834 commit cf0a8f9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion harbour-sailslack.pro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ QT += concurrent dbus

include(vendor/vendor.pri)

VERSION = "1.4.2"
VERSION = "0.2"
DEFINES += APP_VERSION=\\\"$${VERSION}\\\"

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

* Sat Jan 23 2021 Daniel Vrátil <me@dvratil.cz> 0.2-1
- Fix login (thanks to b100dian)
- Initial support for threads (thanks to b100dian)
- Improve displaying of images (thanks to Decon)
- Fix detecting and displaying some emojis (thanks to s.marinov)
- Improved notifications (thanks to s.marinov)
- Small fixes and improvements

* Tue Apr 16 2019 Daniel Vrátil <me@dvratil.cz> 0.1-1
- Forked from harbour-slackfish
- Fixed connecting to Slack
Expand Down
10 changes: 5 additions & 5 deletions rpm/harbour-sailslack.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.27
# Generated by: spectacle version 0.32
#

Name: harbour-sailslack
Expand All @@ -13,11 +13,11 @@ Name: harbour-sailslack
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Unoffical Slack client for Sailfish
Version: 1.4.2
Version: 0.2
Release: 1
Group: Qt/Qt
License: LICENSE
URL: http://example.org/
Group: Network
License: GPLv3
URL: https://github.com/danvratil/harbour-sailslack
Source0: %{name}-%{version}.tar.bz2
Source100: harbour-sailslack.yaml
Requires: sailfishsilica-qt5 >= 0.10.9
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.1
Version: 0.2
Release: 1
Group: Network
URL: https://github.com/danvratil/harbour-sailslack
Expand Down

0 comments on commit cf0a8f9

Please sign in to comment.