Skip to content

Commit

Permalink
Merge pull request parkouss#53 from parkouss/release-1.1.5
Browse files Browse the repository at this point in the history
Release 1.1.5
  • Loading branch information
rafaeldelucena authored Dec 10, 2018
2 parents bf39843 + ffad274 commit 68c1cba
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion client/funq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"""
funq module, containing the __version__ string.
"""
__version__ = '1.1.4'
__version__ = '1.1.5'
2 changes: 1 addition & 1 deletion server/funq_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
# The fact that you are presently reading this means that you have had
# knowledge of the CeCILL v2.1 license and that you accept its terms.

__version__ = '1.1.4'
__version__ = '1.1.5'

0 comments on commit 68c1cba

Please sign in to comment.