Changelog for
xpra-html5-5.0+git20220718.17c39ca-14.1.noarch.rpm :
* Tue Jul 19 2022 scott.bradnickAATTsuse.com- Update to version 5.0+git20220718.17c39ca:
* Fix for #188
* simplify
* fix broken legacy clipboard
* use the version agnostic package name
* #188 need arrow function to use \'this\'
* Tue Jun 21 2022 scott.bradnickAATTsuse.com- Update to version 5.0+git20220610.56f906c:
* brotli return value needs casting
* remove leftover bencode support
* more useful error: log protocol flags and packet data
* show builds from \'git master\' as \'beta\' builds
* Remove bencode lib
* fix sound-data buffer check
* these packet encoder workarounds are no longer necessary
* fix beep
* require \'rencodeplus\' and remove bencode + plain rencode
* remove zlib
* Allow up to 3 repeats of strings
* De-index-ify for loops without using `[index, element]` syntax
* Format .json files in pre-commit hook
* Silence warnings from format script
* Extract all packet types into constants
* Organize client string constants
* Simplify prototype calls with `Object.hasOwn`
* Rename image variable for clarity
* Simplify trivial (& error-prone) indexing operations
* Rename keystring variable for clarity
* Downgrade remaining GitHub lint errors to warnings, for future fixing
* Simplify confusing function declaration
* Flatten nested template string
* Fix auto-fixable GitHub lint errors
* Add GitHub lint plugin to find & fix code smells
* Downgrade remaining unicorn lint errors to warnings, for future fixing
* Rename all JS files to PascalCase for consistency
* Simplify constructed booleans
* Prefer `.querySelector()` for consistency
* Remove \"use strict\" directives to embrace JS modules
* Expand abbreviations in variable names
* Fix auto-fixable unicorn lint errors
* Turn off a rule with broken auto-fix
* Turn off a rule that caused problems in the past
* Add unicorn lint plugin to find & fix code smells
* Simplify duplicate functions to soften redundancy
* Simplify boolean expressions
* De-duplicate debug/error/log utility methods
* Merge trivially-nested if statements
* Consolidate url construction into a Window class method
* Deduplicate string literals with new constants
* Add SonarJS lint plugin to find code smells
* Upgrade turned-off (but useful) lint rules to warnings
* Lint-ignore sw.js
* Undo sw.js formatting from #178
* #189 guard against client being unset, somehow
* Wed Jun 01 2022 scott.bradnickAATTsuse.com- Update to version 5.0+git20220601.d52ebb5:
* #188 only consume the event when over a window
* Tue May 31 2022 scott.bradnickAATTsuse.com- Update to version 5.0+git20220531.9ebe126:
* access client via \'this\'
* fix another non-offscreen paint error
* we don\'t check but we do support these
* fixup c534ab0d839c7b5501fd83f96a6da6af69aaea5a
* fix challenge response handler
* Update VideoDecoder.js
* #190 running install is usually enough
* #190 make it clearer one can just run install
* #183 fix non-decode worker paints
* Remove all commented-out code
* Wed May 25 2022 Scott Bradnick
- Adding a few more \'Requires\' to cleanup runtime warnings/errors.
* Mon May 23 2022 scott.bradnickAATTsuse.com- Updating uglifyjs to \'3.15.5\'.- Update to version 5.0+git20220516.caf9971:
* Last known commit working w/o error(s).
* Wed Apr 27 2022 scott.bradnickAATTsuse.com- Update to version 4.5.2+git20220421.ecc3a08:
* Added keycloak authentication- Switching UglifyJS source from npmjs source url to github source url.
* Tue Apr 19 2022 Scott Bradnick - Updating uglifyjs to \'3.15.4\'.
* Tue Apr 19 2022 scott.bradnickAATTsuse.com- Update to version 4.5.2+git20220413.dc3077b:
* tell the server to use \'scroll\' encoding less
* Tue Apr 05 2022 Scott Bradnick - Adjusting top copyright comments.
* Tue Mar 29 2022 Scott Bradnick - Adding \'git-core\' as a BuildRequires.
* Tue Mar 29 2022 Scott Bradnick - Inadvertently left out \'BuildRequires: python3\'.
* Tue Mar 29 2022 scott.bradnickAATTsuse.com- Update to version git20220322.82199bc:
* make debug logging clearer
* do log the decode worker instance
* reduce the amount of audio codec logging
* add GHA
* #162 don\'t use join with a potentially empty root
* #162 create install dir if needed
* we already lookup cwd just once, do it early
* show help if subcommand is invalid
* Tue Mar 29 2022 Scott Bradnick - Initial version for xpra-html5 pulled out of \'xpra.spec\'.