forked from parkouss/funq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request parkouss#53 from parkouss/release-1.1.5
Release 1.1.5
- Loading branch information
Showing
3 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.1.5] - 2018-12-06 | ||
### Added | ||
- Support for macOS | ||
- Custom host for funq server | ||
- Trigger QAction | ||
- Enable middle/right click | ||
- Build system support for multiple platforms and Qt versions | ||
|
||
### Changed | ||
- Functional app from python, PySide or PyQt to Qt and C++ | ||
- Documentation improved | ||
|
||
### Removed | ||
|
||
### Fixed | ||
- Center calculation after clicking a QuickItem | ||
- Wrong message length in multibyte characters | ||
- Waiting for server data makes clients hang | ||
- Build system test failures |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,4 @@ | |
""" | ||
funq module, containing the __version__ string. | ||
""" | ||
__version__ = '1.1.4' | ||
__version__ = '1.1.5' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters