Skip to content

Commit

Permalink
Bump 0.73
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax89 committed Dec 30, 2015
1 parent 45f8afd commit 8f1725d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 deletions.
4 changes: 2 additions & 2 deletions SailorGram.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.5.0, 2015-12-28T17:35:18. -->
<!-- Written by QtCreator 3.5.0, 2015-12-29T22:20:23. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down Expand Up @@ -347,7 +347,7 @@
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">MerSDK-SailfishOS-armv7hl</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{2d4cc607-6c7e-492a-9632-58304ed59856}</value>
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">2</value>
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/davide/Programmazione/Progetti/SailfishOS/build-SailorGram-MerSDK_SailfishOS_armv7hl-Debug</value>
Expand Down
2 changes: 1 addition & 1 deletion harbour-sailorgram/qml/models/Context.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ QtObject
{
id: context

readonly property string version: "0.72"
readonly property string version: "0.73"
property bool sendwithreturn: false
property bool backgrounddisabled: false
property bool chatheaderhidden: false
Expand Down
20 changes: 20 additions & 0 deletions harbour-sailorgram/rpm/harbour-sailorgram.changes.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@
# * date Author's Name <author's email> version-release
# - Summary of changes

* Wed Dec 30 2015 Antonio Davide Trogu <trogu.davide@gmail.com> 0.73-1
- Backported UI enhancements from 0.8x branch
- Updated to the latest Cutegram libraries available
- Implemented Emoji support
- Implemented Bubbles
- Bubble can be removed, if needed
- Mentions are now highlighted (but not clickable)
- Improved message loading from history
- Updated Localizations
- Improved File Picker's UI
- Restored image previews in File Picker
- Swapped Settings <-> Contacts page
- Mentions, Links and Quotes are highlighted during conversations
- Links are clickable
- Adjusted and fixed UI glitches
- Redesigned conversation page
- Completely restructured source code
- Performance improvements
- Minor Fixes

* Sun Oct 11 2015 Antonio Davide Trogu <trogu.davide@gmail.com> 0.72-2
- Bug fixes in chat's background settings
- i486 support (tablet)
Expand Down
4 changes: 2 additions & 2 deletions harbour-sailorgram/rpm/harbour-sailorgram.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Name: harbour-sailorgram
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: SailorGram
Version: 0.72
Release: 15
Version: 0.73
Release: 1
Group: Qt/Qt
License: GPL3
URL: https://github.com/Dax89/harbour-sailorgram/
Expand Down
4 changes: 2 additions & 2 deletions harbour-sailorgram/rpm/harbour-sailorgram.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: harbour-sailorgram
Summary: SailorGram
Version: 0.72
Release: 15
Version: 0.73
Release: 1
# The contents of the Group field should be one of the groups listed here:
# http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
Group: Qt/Qt
Expand Down

0 comments on commit 8f1725d

Please sign in to comment.