Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
aae8cbf9
Commit
aae8cbf9
authored
Mar 08, 2016
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increased version and updated changelog
parent
69b5a27e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
59 additions
and
2 deletions
+59
-2
__info__.py
blink/__info__.py
+2
-2
changelog
debian/changelog
+57
-0
No files found.
blink/__info__.py
View file @
aae8cbf9
...
...
@@ -5,9 +5,9 @@ __project__ = "blink"
__summary__
=
"Blink Qt"
__webpage__
=
"http://icanblink.com/"
__version__
=
"
1.4.2
"
__version__
=
"
2.0.0
"
__date__
=
"
December 4th 2015
"
__date__
=
"
March 8th 2016
"
__author__
=
"AG Projects"
__email__
=
"support@ag-projects.com"
...
...
debian/changelog
View file @
aae8cbf9
blink (2.0.0) unstable; urgency=medium
* Use identity check for marker
* Use defaultweakobjectmap from python-application
* Multiple internal code improvements/cleanups and PEP-8 compliance fixes
* Open stdout/stderr in unbuffered mode when frozen
* Enhanced detection of the application resources directory
* Fixed file transfer status if not answer is received
* Don't rely on a failed transfer reason being set
* Simplified update_ringtone logic and made it more readable
* Show/hide stream icons in a single place in the code
* Automated incoming dialog slot allocation
* Simplified updating ringtones on session state changes
* Added new notification when a blink session is created
* Improved tracking of blink sessions from the session manager
* Refactored BlinkSession inheritance and event signaling
* Post the session creation notifications after instantiation only
* Fixed file transfer indicator minimum width
* Fixed condition for outgoing file transfers
* Fixed race condition in the automatic ZRTP SAS validation
* Fixed spurious ringtone delay in certain cases
* Do not allow dialing contacts without URIs
* Simplified logic of resetting statuses with limited lifetimes
* Added context attribute to status messages
* Prevent the status message from shifting left/right when duration changes
* Added a separate UI file for the dragged audio session
* Added a finished signal to incoming requests
* Prevent the dragged audio session widget's content from overflowing
* Fixed tooltip for reject button
* Adjusted note text breaking points
* Implemented call transfer
* Make sure the gradient color position is in the 0..1 range
* Removed export info from svg files
* Added icons for modifier keys
* Fixed conditions tested for displaying transfer status messages
* Fixed processing of the incoming dialog signals
* Optimized transfer failure status message for space
* Removed unnecessary character escaping
* Reset chat input text formatting between messages
* Removed Dark style variant from the Smooth Operator theme
* Synced widget height in code and the UI file
* Fixed ZRTP widget role properties to be not translatable
* Adjusted ZRTPWidget colors to be more readable
* Added encryption and OTR related attributes to ChatStreamInfo
* Added OTR encryption support for chat
* Added switch icon
* Show a modal dialog if the application gets a fatal error and exit
* Removed copyright and license notices from the top of every source file
* Fixed potentially uninitialized data variable
* Added __info__ module
* Updated docs
* Fixed error in debian changelog trailing lines
* Added debian files to MANIFEST.in
* Updated debian package dependencies
-- Dan Pascu <dan@ag-projects.com> Tue, 08 Mar 2016 17:19:38 +0200
blink (1.4.2) unstable; urgency=medium
* Fixed unicode problem with certain locales
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment