Skip to content

Commit

Permalink
update the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 17, 2022
1 parent bf0d129 commit c02eb1b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
15 changes: 8 additions & 7 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: xpra-html5
Version: 6.0-r1376-1
Version: 6.0-r1378-1
Source: xpra-html5
Maintainer: Antoine Martin <antoine@xpra.org>
Standards-Version: 3.9.3
Expand Down
5 changes: 3 additions & 2 deletions packaging/rpm/xpra-html5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -77,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Sun Sep 25 2022 Antoine Martin <antoine@xpra.org> 6.0-1372-1
* Mon Oct 17 2022 Antoine Martin <antoine@xpra.org> 6.0-1378-1
- refactorings, cleanups, github CI, etc - JanCVanB
- split decode from paint, PR202 - TijZwa
- experimental native decoding, PR200 - TijZwa
Expand All @@ -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 <antoine@xpra.org> 5.0-1237-1
- auto-fullscreen, alt-tabbing with window previews
Expand Down

0 comments on commit c02eb1b

Please sign in to comment.