Skip to content

Commit

Permalink
release 4.0.0.dev12
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Aug 8, 2022
1 parent 68bf41f commit 3066a9a
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 12 deletions.
41 changes: 41 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# v4.0.0.dev12 (2022-08-09)

## Features

### User Interface

- Show detailed information about each available serial port in the machine configuration dialog. (#1510)
- Add support for styling the Qt GUI: automatically load and apply a custom stylesheet from `plover.qss` (in the configuration directory) when present. (#1514)
- Capture and log Qt messages. (#1534)
- Change the paper tape / suggestions widget selection mode to "extended" (allow selecting multiple items, support shift/control), and allow copying the current selection to clipboard using the standard copy shortcut. (#1539)

### Linux

- Use `/dev/serial/by-id/xxxx` links for each available serial port in the machine configuration dialog. (#1510)

## Bugfixes

### Core

- Fix possible exception when calling `Engine.clear_translator_state(undo=True)`. (#1547)

### User Interface

- Fix "add translation" dialog "Ok" button not being enabled when the strokes field is automatically populated from the latest untranslate. (#1527)
- Fix `{PLOVER:ADD_TRANSLATION}` implementation when using the headless GUI (`-g none`). (#1546)

### Linux

- Fix fallback to Qt if the D-Bus log handler cannot be initialized. (#1545)

### Windows

- Fix some key combinations being sent incorrectly. (#1274)

## API

### Breaking Changes

- Drop support for Python 3.6. (#1538)


# v4.0.0.dev11 (2022-05-15)

## Features
Expand Down
1 change: 0 additions & 1 deletion news.d/api/1538.break.md

This file was deleted.

1 change: 0 additions & 1 deletion news.d/bugfix/1274.windows.md

This file was deleted.

1 change: 0 additions & 1 deletion news.d/bugfix/1527.ui.md

This file was deleted.

1 change: 0 additions & 1 deletion news.d/bugfix/1545.linux.md

This file was deleted.

1 change: 0 additions & 1 deletion news.d/bugfix/1546.ui.md

This file was deleted.

1 change: 0 additions & 1 deletion news.d/bugfix/1547.core.md

This file was deleted.

1 change: 0 additions & 1 deletion news.d/feature/1510.linux.md

This file was deleted.

1 change: 0 additions & 1 deletion news.d/feature/1510.ui.md

This file was deleted.

1 change: 0 additions & 1 deletion news.d/feature/1514.ui.md

This file was deleted.

1 change: 0 additions & 1 deletion news.d/feature/1534.ui.md

This file was deleted.

1 change: 0 additions & 1 deletion news.d/feature/1539.ui.md

This file was deleted.

2 changes: 1 addition & 1 deletion plover/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# want to translate anyway.
_ = lambda s: s

__version__ = '4.0.0.dev11'
__version__ = '4.0.0.dev12'
__copyright__ = '(C) Open Steno Project'
__url__ = 'http://www.openstenoproject.org/'
__download_url__ = 'http://www.openstenoproject.org/plover'
Expand Down

0 comments on commit 3066a9a

Please sign in to comment.