Skip to content

Commit

Permalink
Updated CHANGELOG and Copyright bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Jan 19, 2024
1 parent 3104808 commit 0aff3af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[

== <unreleased> - <date>

=== Enhancements

* Player GUI displays playback time and recording duration ({uri-issue}467[#467])

=== Bug fixes

* Clipboard file transfers compatibility with non-mstsc clients ({uri-issue}464[#464])
* Some replay files when converted would be cut short ({uri-issue}466[#466])


== v2.0.0 - 2023-12-22
Expand Down
2 changes: 1 addition & 1 deletion pyrdp/player/Replay.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is part of the PyRDP project.
# Copyright (C) 2019-2021 GoSecure Inc.
# Copyright (C) 2019-2024 GoSecure Inc.
# Licensed under the GPLv3 or later.
#

Expand Down
2 changes: 1 addition & 1 deletion pyrdp/player/ReplayBar.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is part of the PyRDP project.
# Copyright (C) 2018-2023 GoSecure Inc.
# Copyright (C) 2018-2024 GoSecure Inc.
# Licensed under the GPLv3 or later.
#
import logging
Expand Down
2 changes: 1 addition & 1 deletion pyrdp/player/ReplayTab.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is part of the PyRDP project.
# Copyright (C) 2019-2023 GoSecure Inc.
# Copyright (C) 2019-2024 GoSecure Inc.
# Licensed under the GPLv3 or later.
#
from PySide6.QtCore import Qt
Expand Down

0 comments on commit 0aff3af

Please sign in to comment.