version bump Linux and Windows
This commit is contained in:
parent
522fb7a486
commit
f5756d5db6
4 changed files with 16 additions and 3 deletions
|
@ -1,3 +1,16 @@
|
||||||
|
bungloo (1.4.0) auantal; urgency=low
|
||||||
|
|
||||||
|
[ Jeena Paradies ]
|
||||||
|
* Added scroll to load more posts
|
||||||
|
* Added doubleclick for conversation in new window
|
||||||
|
* Added synchronized "read mentions" cursor
|
||||||
|
* Added "show next view" shortcut
|
||||||
|
* New possibilities for plugins
|
||||||
|
* Inverted "from" label position
|
||||||
|
* Bugfixes
|
||||||
|
|
||||||
|
-- Jeena <spam@jeenaparadies.net> Tue, 17 Apr 2013 07:50:00 +0100
|
||||||
|
|
||||||
bungloo (1.3.0) quantal; urgency=low
|
bungloo (1.3.0) quantal; urgency=low
|
||||||
|
|
||||||
[ Jeena Paradies ]
|
[ Jeena Paradies ]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION="1.3.0"
|
VERSION="1.4.0"
|
||||||
DEPLOYPATH="bungloo-${VERSION}"
|
DEPLOYPATH="bungloo-${VERSION}"
|
||||||
QTPATH="../Qt"
|
QTPATH="../Qt"
|
||||||
SHAREDPATH=".."
|
SHAREDPATH=".."
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define MyAppName "Bungloo"
|
#define MyAppName "Bungloo"
|
||||||
#define MyAppVersion "1.3.0"
|
#define MyAppVersion "1.4.0"
|
||||||
#define MyAppPublisher "Jabs Nu"
|
#define MyAppPublisher "Jabs Nu"
|
||||||
#define MyAppURL "http://jabs.nu/bungloo"
|
#define MyAppURL "http://jabs.nu/bungloo"
|
||||||
#define MyAppExeName "Bungloo.exe"
|
#define MyAppExeName "Bungloo.exe"
|
||||||
|
|
|
@ -15,7 +15,7 @@ for dirname, dirnames, filenames in os.walk('images'):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "Bungloo",
|
name = "Bungloo",
|
||||||
version = "1.3.0",
|
version = "1.4.0",
|
||||||
author = "Jeena Paradies",
|
author = "Jeena Paradies",
|
||||||
author_email = "spam@jeenaparadies.net",
|
author_email = "spam@jeenaparadies.net",
|
||||||
url = "http://jabs.nu/bungloo",
|
url = "http://jabs.nu/bungloo",
|
||||||
|
|
Reference in a new issue