Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| de44a593c0 | |||
| 4aadb0cd4f | |||
| cf033d7344 | |||
| 77415ef09c |
BIN
noVNC-1.4.0.tar.gz
LFS
BIN
noVNC-1.4.0.tar.gz
LFS
Binary file not shown.
3
noVNC-1.6.0.tar.gz
Normal file
3
noVNC-1.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5066103959ef4e9b10f37e5a148627360dd8414e4cf8a7db92bdbd022e728aaa
|
||||
size 724137
|
||||
@@ -13,5 +13,5 @@ Index: utils/novnc_proxy
|
||||
-#!/usr/bin/env bash
|
||||
+#!/bin/bash
|
||||
|
||||
# Copyright (C) 2018 The noVNC Authors
|
||||
# Copyright (C) 2018 The noVNC authors
|
||||
# Licensed under MPL 2.0 or any later version (see LICENSE.txt)
|
||||
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 18:15:48 UTC 2025 - Manu Maier <mmanu84@outlook.de>
|
||||
|
||||
- Update to 1.6.0
|
||||
Application:
|
||||
* Updated GUI with a more modern styling
|
||||
* Settings can now be configured via defaults.json and mandatory.json
|
||||
* Support for relative WebSocket URLs
|
||||
Library:
|
||||
* Session will resize faster, making the client feel more responsive
|
||||
* Support for back and forward mouse buttons
|
||||
* Support for H.264 encoding
|
||||
* Support for Zlib encoding
|
||||
- Fix patch novnc-1.5.0-fix-interpreter.patch
|
||||
* Renamed to patch novnc-1.6.0-fix-interpreter.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 22 20:08:46 UTC 2024 - Manu Maier <mmanu84@outlook.de>
|
||||
|
||||
- Update to 1.5.0
|
||||
Library:
|
||||
* Added support for the Tight gradient encoding, improving compatibility with servers like QEMU
|
||||
* Added basic support for keeping lock keys in sync with the server
|
||||
- Renamed to patch novnc-1.4.0-fix-interpreter.patch to novnc-1.5.0-fix-interpreter.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 26 15:52:16 UTC 2023 - Manu Maier <mmanu84@outlook.de>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: novnc
|
||||
Version: 1.4.0
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: VNC client using HTML5 (Web Sockets, Canvas) with encryption support
|
||||
License: LGPL-3.0-only AND MPL-2.0
|
||||
@@ -25,7 +25,7 @@ Group: System/Daemons
|
||||
URL: https://github.com/novnc/noVNC
|
||||
Source0: noVNC-%{version}.tar.gz
|
||||
Patch1: novnc-0.3-manpage.patch
|
||||
Patch2: novnc-1.4.0-fix-interpreter.patch
|
||||
Patch2: novnc-1.6.0-fix-interpreter.patch
|
||||
Requires: python3-websockify >= 0.9.0
|
||||
Requires: which
|
||||
BuildArch: noarch
|
||||
|
||||
Reference in New Issue
Block a user