diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a65cb8f9..08160068 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,16 +2,17 @@ All notable changes to this project will be documented in this file. -## [6.0] 2022-09-24 +## [6.0] 2022-10-15 - refactorings, cleanups, github CI, etc - JanCVanB -- split decode from paint, PR202 - TijZwa -- experimental native decoding, PR200 - TijZwa -- require ES6 +- [split decode from paint](https://github.com/Xpra-org/xpra-html5/pull/202) - TijZwa +- [experimental native decoding](https://github.com/Xpra-org/xpra-html5/pull/200) - TijZwa +- [require ES6](https://github.com/Xpra-org/xpra-html5/issues/175) +- [support `hjsmin` minifier](https://github.com/Xpra-org/xpra-html5/pull/174) - arrowd +- [updated installer script](https://github.com/Xpra-org/xpra-html5/issues/190) +- [support for chunked file transfers of large files](https://github.com/Xpra-org/xpra-html5/issues/120) +- [modal windows should not be minimized](https://github.com/Xpra-org/xpra-html5/issues/204) - move to structured `hello` packet data -- support `hjsmin` minifier - arrowd -- updated installer script: #190 -- support for chunked file transfers (large files): #120 ## [5.0] 2022-05-11 diff --git a/packaging/debian/changelog b/packaging/debian/changelog index fa7f5ac4..4bf34ce0 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,4 +1,4 @@ -xpra-html5 (6.0-r1376-1) UNRELEASED; urgency=low +xpra-html5 (6.0-r1378-1) UNRELEASED; urgency=low * refactorings, cleanups, github CI, etc - JanCVanB * split decode from paint, PR202 - TijZwa * experimental native decoding, PR200 - TijZwa @@ -7,8 +7,9 @@ xpra-html5 (6.0-r1376-1) UNRELEASED; urgency=low * support `hjsmin` minifier - arrowd * updated installer script: #190 * support for chunked file transfers (large files): #120 + * modal windows should not be minimized - -- Antoine Martin antoine@xpra.org Sun, 25 Sep 2022 10:07:29 +0700 +700 + -- Antoine Martin antoine@xpra.org Mon, 17 Oct 2022 15:44:18 +0700 +700 xpra-html5 (5.0-r1275-1) UNRELEASED; urgency=low * auto-fullscreen, alt-tabbing with window previews diff --git a/packaging/debian/control b/packaging/debian/control index 9a39066c..cd22e2fb 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -1,5 +1,5 @@ Package: xpra-html5 -Version: 6.0-r1376-1 +Version: 6.0-r1378-1 Source: xpra-html5 Maintainer: Antoine Martin Standards-Version: 3.9.3 diff --git a/packaging/rpm/xpra-html5.spec b/packaging/rpm/xpra-html5.spec index 4dab9eb7..7b6de1b9 100644 --- a/packaging/rpm/xpra-html5.spec +++ b/packaging/rpm/xpra-html5.spec @@ -4,7 +4,7 @@ # later version. See the file COPYING for details. %define version 6.0 -%define release 1.r1376%{?dist} +%define release 1.r1378%{?dist} %define minifier uglifyjs %define python python3 @@ -77,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog -* Sun Sep 25 2022 Antoine Martin 6.0-1372-1 +* Mon Oct 17 2022 Antoine Martin 6.0-1378-1 - refactorings, cleanups, github CI, etc - JanCVanB - split decode from paint, PR202 - TijZwa - experimental native decoding, PR200 - TijZwa @@ -86,6 +86,7 @@ rm -rf $RPM_BUILD_ROOT - support `hjsmin` minifier - arrowd - updated installer script: #190 - support for chunked file transfers (large files): #120 +- modal windows should not be minimized * Wed May 11 2022 Antoine Martin 5.0-1237-1 - auto-fullscreen, alt-tabbing with window previews