Supremo Remote Desktop 歷史版本列表 Page4

最新版本 Vita3K

Supremo Remote Desktop 歷史版本列表

Supremo 是遠程桌面控制和支持的強大,簡單和完整的解決方案。它允許您在幾秒鐘內訪問遠程 PC 或主持會議。沒有必要安裝或配置路由器。下載,訪問,控制.Supremo 輕便易用,但包含提供或接收技術支持所需的一切。它可以作為服務安裝,即使在代理服務器後面也不需要配置。Supremo Remote Desktop 功能:輕便易用 Supremo 是免費的遠程桌面軟件,為客戶提供遠程協助。 Sup... Supremo Remote Desktop 軟體介紹


Node.js 13.2.0 (64-bit) 查看版本資訊

更新時間:2019-11-22
更新細節:

FurMark 1.20.9.0 查看版本資訊

更新時間:2019-11-21
更新細節:

What's new in this version:

- Added support of NVIDIA Quadro RTX 3000/4000/5000 Mobile, GeForce GTX 1650 Mobile, GeForce GTX 1660 Ti Mobile, GeForce RTX 2060/2070/2080 Mobile, Quadro T1000/T2000 Mobile, and AMD Radeon RX 5500
- Fixed fan speed reading on NVIDIA GPUs
- Updated: GPU Shark 0.15.1.0
- Updated: GPU-Z 2.27
- Updated: ZoomGPU 1.24.2 (GPU monitoring library)

Node.js 13.1.0 (64-bit) 查看版本資訊

更新時間:2019-11-06
更新細節:

What's new in this version:

Changes:
cli:
- Added a new flag (--trace-uncaught) that makes Node.js print the stack trace at the time of throwing uncaught exceptions, rather than at the creation of the Error object, if there is any. This is disabled by default because it affects GC behavior

crypto:
- Added Hash.prototype.copy() method. It returns a new Hash object with its internal state cloned from the original one

dgram:
- Added source-specific multicast support. This adds methods to Datagram sockets to support RFC 4607 for IPv4 and IPv6

fs:
- Added a bufferSize option to fs.opendir(). It allows to control the number of entries that are buffered internally when reading from the directory

meta:
- Added Chengzhong Wu to collaborators

Commits:
- async_hooks: only emit after for AsyncResource if stack not empty
- buffer: improve performance caused by primordia
- build: fix detection of Visual Studio 2017
- build: add workaround for WSL
- build: allow Python 3.8
- build: find Python syntax errors in dependencies
- build: fix pkg-config search for libnghttp2
- build: vcbuild uses default Python, not Py2
- build: prefer python 3 over 2 for configure
- build: python3 support for configure
- cli: whitelist new V8 flag in NODE_OPTIONS
- (SEMVER-MINOR) cli: add --trace-uncaught flag
- crypto: guard with OPENSSL_NO_GOST
- (SEMVER-MINOR) crypto: add Hash.prototype.copy() method
- deps: V8: cherry-pick a7dffcd767be
- deps: V8: cherry-pick e5dbc95
- deps: update npm to 6.12.1
- deps: V8: backport 777fa98
- deps: V8: cherry-pick c721203
- deps: V8: cherry-pick ed40ab1
- (SEMVER-MINOR) dgram: add source-specific multicast support
- doc: add missing hash for header link
- doc: linkify .setupMaster() in cluster doc
- doc: explain http2 aborted event callback
- doc: linkify .fork() in cluster documentation
- doc: update AUTHORS list
- doc: improve doc Http2Session:Timeout
- doc: move inactive Collaborators to emeriti
- doc: add options description for send Apis
- doc: fix an error in resolution algorithm steps
- doc: fix numbering in require algorithm
- doc: remove incorrect and outdated example
- doc: adjust code sample for stream.finished
- doc: claim NODE_MODULE_VERSION=80 for Electron 9
- doc: remove "it is important to" phrasing
- doc: revise os.md
- doc: delete "a number of" things in the docs
- doc: remove dashes
- doc: add legendecas to collaborators
- doc: make YAML matter consistent in crypto.md
- doc,meta: prefer aliases and stubs over Runtime Deprecations
- doc,n-api: sort bottom-of-the-page references
- (SEMVER-MINOR) fs: add bufferSize option to fs.opendir()
- http: support readable hwm in IncomingMessage
- inspector: turn platform tasks that outlive Agent into no-ops
- meta: use contact_links instead of issue templates
- module: resolve self-reference
- n-api,doc: add info about building n-api addons
- src: isolate->Dispose() order consistency
- (SEMVER-MINOR) src: expose granular SetIsolateUpForNode
- src: change env.h includes for forward declarations
- src: split up InitializeContext
- src: fix crash with SyntheticModule#setExport
- src: allow inspector without v8 platform
- stream: extract Readable.from in its own file
- test: use arrow functions for callbacks
- test: verify npm compatibility with releases
- tools: fix Python 3 deprecation warning in test.py
- tools: fix Python 3 syntax error in mac_tool.py
- tools: use print() function in buildbot_run.py
- tools: undefined name opts -> args in gyptest.py
- tools: git rm -r tools/v8_gypfiles/broken
- tools: update ESLint to 6.6.0
- tools: doc: improve async workflow of generate.js

Node.js 13.0.1 (64-bit) 查看版本資訊

更新時間:2019-10-23
更新細節:

What's new in this version:

Changes:
- deps: fixed a bug in npm 6.12.0 where warnings are emitted on Node.js 13.x
- esm: changed file extension resolution order of --es-module-specifier-resolution=node to match that of the CommonJS loader

Node.js 12.13.0 (64-bit) 查看版本資訊

更新時間:2019-10-22
更新細節:

What's new in this version:

- This release marks the transition of Node.js 12.x into Long Term Support (LTS) with the codename 'Erbium'. The 12.x release line now moves into "Active LTS" and will remain so until October 2020. After that time, it will move into "Maintenance" until end of life in April 2022

Notable changes:
- Npm was updated to 6.12.0. It now includes a version of `node-gyp` that supports Python 3 for building native modules

Node.js 12.12.0 (64-bit) 查看版本資訊

更新時間:2019-10-13
更新細節:

What's new in this version:

Notable changes:
build:
- Add `--force-context-aware` flag to prevent usage of native node addons that aren't context aware

deprecations:
- Add documentation-only deprecation for `process._tickCallback()`

esm:
- Using JSON modules is experimental again

fs:
- Introduce `opendir()` and `fs.Dir` to iterate through directories

process:
- Add source-map support to stack traces by using `--source-map-support` #29564

tls:
- Honor `pauseOnConnect` option
- Add option for private keys for OpenSSL engines

Node.js 12.11.1 (64-bit) 查看版本資訊

更新時間:2019-10-02
更新細節:

What's new in this version:

Notable changes:
Build:
- This release fixes a regression that prevented from building Node.js using the official source tarball

Deps:
- Updated small-icu data to support "unit" style in the Intl.NumberFormat API

Commits:
- build: include deps/v8/test/torque in source tarball
- build,win: goto lint only after defining node_exe
- crypto: use byteLength in timingSafeEqual
- deps: enable unit data in small-icu
- doc: sync security policy with nodejs.org
- doc: fix output in inspector HeapProfile example
- doc: add KeyObject to type for crypto.createDecipheriv() argument
- doc: clarify description of readable.push() method
- doc: clarify stream errors while reading and writing
- doc: specify display=fallback for Google Fonts
- doc: fix some recent nits
- doc: fix 404 links
- doc: remove align from tables
- doc: document that iv may be null when using createCipheriv()
- doc: update AUTHORS list
- doc: clarify pipeline stream cleanup
- doc: clarify fs.symlink() usage
- doc: fix type of atime/mtime
- doc,http: indicate callback is optional for message.setTimeout()
- http2: optimize the altsvc Max bytes limit, define and use constants
- module: pass full URL to loader for top-level load
- module: move cjs type check behind flag
- src: rename --loader to --experimental-loader
- src: fix asan build for gcc/clang
- src: fix compiler warning in inspector_profiler.cc
- src: disconnect inspector before exiting out of fatal exception
- src: try showing stack traces when process._fatalException is not set
- test: fix flaky test-cluster-net-listen-ipv6only-none
- tls: simplify setSecureContext() option parsing
- tools: make mailmap processing for author list case-insensitive
- worker: fix process._fatalException return type
- worker: keep allocators for transferred SAB instances alive longer

Node.js 12.11.0 (64-bit) 查看版本資訊

更新時間:2019-09-26
更新細節:

What's new in this version:

crypto:
- Add oaepLabel option

deps:
- Update V8 to 7.7.299.11 #28918
- More efficient memory handling
- Stack trace serialization got faster
- The Intl.NumberFormat API gained new functionality
- For more information: https://v8.dev/blog/v8-release-77

events:
- Add support for EventTarget in once

fs:
- Expose memory file mapping flag UV_FS_O_FILEMAP

inspector:
- New API - Session.connectToMainThread

process:
- Initial SourceMap support via env.NODE_V8_COVERAGE

stream:
- Make _write() optional when _writev() is implemented

tls:
- Add option to override signature algorithms

util:
- Add encodeInto to TextEncoder

worker:
- The worker_thread module is now stable

Commits:
- benchmark: improve process.env benchmarks (Anna Henningsen)
- bootstrap: add exception handling for profiler bootstrap (Shobhit Chittora)
- bootstrap: provide usable error on missing internal module (Jeremiah Senkpiel)
- build: do not indent assignments in Makefile (Joyee Cheung)
- build: allow clang 10+ in configure.py (Kamil Rytarowski)
- build: re-run configure on node_version.h change (Anna Henningsen)
- build: improve make coverage (Anna Henningsen)
- build: add comment to .travis.yml on how to test Py3 (cclauss)
- build: update minimum AIX OS level (Michael Dawson)
- build: remove experimental Python 3 tests (Christian Clauss)
- (SEMVER-MINOR) build: reset embedder string to "-node.0" (Michaël Zasso)
- build,win: fix Python detection on localized OS (João Reis)
- console: skip/strip %c formatting (Gus Caplan)
- console,util: fix missing recursion end while inspecting prototypes (Ruben Bridgewater)
- crypto: use BoringSSL-compatible flag getter (Shelley Vohr)
- (SEMVER-MINOR) crypto: fix OpenSSL return code handling (Tobias Nießen)
- (SEMVER-MINOR) crypto: add oaepLabel option (Tobias Nießen)
- deps: patch V8 to 7.7.299.11 (Michaël Zasso)
- deps: V8: cherry-pick deac757 (Benjamin Coe)
- deps: patch V8 to 7.7.299.10 (Thomas)
- deps: V8: cherry-pick 35c6d4d (Sam Roberts)
- deps: update npm to 6.11.3 (claudiahdz)
- deps: upgrade to libuv 1.32.0 (cjihrig)
- deps: patch V8 to 7.7.299.8 (Michaël Zasso)
- (SEMVER-MINOR) deps: patch V8 to be API/ABI compatible with 7.4 (from 7.7) (Michaël Zasso)
- deps: patch V8 to be API/ABI compatible with 7.4 (from 7.6) (Michaël Zasso)
- (SEMVER-MINOR) deps: patch V8 to be API/ABI compatible with 7.4 (from 7.5) (Michaël Zasso)
- deps: V8: cherry-pick e3d7f8a (cclauss)
- (SEMVER-MINOR) deps: V8: fix linking issue for MSVS (Refael Ackermann)
- (SEMVER-MINOR) deps: V8: fix BUILDING_V8_SHARED issues (Refael Ackermann)
- (SEMVER-MINOR) deps: V8: add workaround for MSVC optimizer bug (Refael Ackermann)
- (SEMVER-MINOR) deps: V8: use ATOMIC_VAR_INIT instead of std::atomic_init (Refael Ackermann)
- (SEMVER-MINOR) deps: V8: forward declaration of Rtl*FunctionTable (Refael Ackermann)
- (SEMVER-MINOR) deps: V8: patch register-arm64.h (Refael Ackermann)
- (SEMVER-MINOR) deps: V8: update postmortem metadata generation script (cjihrig)
- (SEMVER-MINOR) deps: V8: silence irrelevant warning (Michaël Zasso)
- (SEMVER-MINOR) deps: V8: un-cherry-pick bd019bd (Refael Ackermann)
- (SEMVER-MINOR) deps: V8: fix filename manipulation for Windows (Refael Ackermann)
- (SEMVER-MINOR) deps: update V8 to 7.7.299.4 (Michaël Zasso)
- doc: update N-API version matrix (Gabriel Schulhof)
- doc: add code example to process.throwDeprecation property (Juan José Arboleda)
- doc: fix some signatures of .end() methods (Vse Mozhet Byt)
- doc: remove the suffix number of the anchor link (Maledong)
- doc: explain stream.finished cleanup (Robert Nagy)
- doc: fix require call for spawn() in code example (Marian Rusnak)
- doc: make minor improvements to stream.md (Robert Nagy)
- doc: fix nits in net.md (Vse Mozhet Byt)
- doc: correct trivial misspelling in AUTHORS (gcr)
- doc: update list style in misc README docs (Rich Trott)
- doc: add missing complete property to http2 docs (Javier Ledezma)
- doc: add leap second behavior notes for napi methods (Levhita)
- doc: explain esm options for package authors (Geoffrey Booth)
- doc: update experimental loader hooks example code (Denis Zavershinskiy)
- doc: use consistent unordered list style (Nick Schonning)
- doc: add Bethany to TSC (Michael Dawson)
- doc: add Tobias to the TSC (Michael Dawson)
- doc: mention unit for process.hrtime.bigint() (Anna Henningsen)
- doc: add documentation for stream readableFlowing (Chetan Karande)
- doc: indent child list items for remark-lint (Nick Schonning)
- doc: space around lists (Nick Schonning)
- doc: exitedAfterDisconnect value can be false (Nimit Aggarwal)
- doc: remove wrong escapes (XhmikosR)
- doc: prepare markdown files for more stringent blank-line linting (Rich Trott)
- doc: simplify wording in n-api doc (Michael Dawson)
- doc: update release guide with notes for major releases (James M Snell)
- doc: indent ordered list child content (Nick Schonning)
- doc: fix unsafe writable stream code example (Chetan Karande)
- doc: async_hooks.createHook promiseResolve option (Ben Noordhuis)
- doc: change urls directly from 'http' to 'https' (Maledong)
- doc: use consistent indenting for unordered list items (Nick Schonning)
- doc: start unorded lists at start of line (Nick Schonning)
- doc: change the 'txt' to 'console' for a command (Maledong)
- esm: make dynamic import work in the REPL (Bradley Farias)
- events: improve performance of EventEmitter.emit (Matteo Collina)
- (SEMVER-MINOR) events: add support for EventTarget in once (Jenia)
- fs: remove unnecessary argument check (Robert Nagy)
- gyp: make StringIO work in ninja.py (Christian Clauss)
- http: refactor responseKeepAlive() (Robert Nagy)
- http2: do not crash on stream listener removal w/ destroyed session (Anna Henningsen)
- http2: send out pending data earlier (Anna Henningsen)
- http2: do not start reading after write if new write is on wire (Anna Henningsen)
- (SEMVER-MINOR) inspector: new API - Session.connectToMainThread (Eugene Ostroukhov)
- lib: remove the use of util.isFunction (himself65)
- (SEMVER-MINOR) lib,test: fix error message check after V8 update (Michaël Zasso)
- module: error for CJS .js load within type: module (Guy Bedford)
- module: reintroduce package exports dot main (Guy Bedford)
- n-api: delete callback bundle via reference (Gabriel Schulhof)
- n-api: mark version 5 N-APIs as stable (Gabriel Schulhof)
- perf_hooks: remove non-existent entries from inspect (Kirill Fomichev)
- perf_hooks: ignore duplicated entries in observer (Kirill Fomichev)
- perf_hooks: remove GC callbacks on zero observers count (Kirill Fomichev)
- perf_hooks: import http2 only once (Kirill Fomichev)
- policy: minor perf opts and cleanup (Bradley Farias)
- (SEMVER-MINOR) process: initial SourceMap support via NODE_V8_COVERAGE (Benjamin Coe)
- process: use public readableFlowing property (Chetan Karande)
- repl: convert var to let and const (Lucas Holmquist)
- repl: fix bug in fs module autocompletion (zhangyongsheng)
- repl: add autocomplete support for fs.promises (antsmartian)
- repl: add missing variable declaration (Lucas Holmquist)
- src: perform check before running in runMicrotasks() (Jeremy Apthorp)
- src: discard remaining foreground tasks on platform shutdown (Anna Henningsen)
- src: fix closing weak HandleWraps on GC (Anna Henningsen)
- src: use libuv to get env vars (Anna Henningsen)
- src: re-delete Atomics.wake (Gus Caplan)
- src: print exceptions from PromiseRejectCallback (Anna Henningsen)
- src: modified RealEnvStore methods to use libuv functions (Devendra Satram)
- src: make ELDHistogram a HandleWrap (Anna Henningsen)
- src: check microtasks before running them (Shelley Vohr)
- src: fix ValidateDSAParameters when fips is enabled (Daniel Bevenius)
- (SEMVER-MINOR) src: update v8abbr.h for V8 7.7 (cjihrig)
- (SEMVER-MINOR) src,lib: expose memory file mapping flag (João Reis)
- stream: add test for multiple .push(null) (Chetan Karande)
- stream: cleanup use of internal ended state (Chetan Karande)
- (SEMVER-MINOR) stream: make _write() optional when _writev() is implemented (Robert Nagy)
- stream: apply special logic in removeListener for readable.off() (Robert Nagy)
- stream: do not call _read() after destroy() (Robert Nagy)
- stream: optimize creation (Robert Nagy)
- stream: simplify isUint8Array helper (Anna Henningsen)
- test: fix race condition in test-worker-process-cwd.js (Ruben Bridgewater)
- test: fix flaky test-inspector-connect-main-thread (Anna Henningsen)
- test: unmark test-worker-prof as flaky (Anna Henningsen)
- test: improve test-worker-message-port-message-before-close (Anna Henningsen)
- test: disable core dumps before running crash test (Ben Noordhuis)
- test: permit test-signalwrap to work without test runner (Rich Trott)
- test: remove flaky status for test-statwatcher (Rich Trott)
- (SEMVER-MINOR) test: update postmortem metadata test for V8 7.7 (cjihrig)
- timers: set _destroyed even if there are no destroy-hooks (Jeremiah Senkpiel)
- (SEMVER-MINOR) tls: add option to override signature algorithms (Anton Gerasimov)
- tools: cleanup getnodeversion.py for readability (Christian Clauss)
- tools: update ESLint to 6.4.0 (zhangyongsheng)
- tools: fix iculslocs to support ICU 65.1 (Steven R. Loomis)
- tools: python3 compat for inspector code generator (Ben Noordhuis)
- tools: delete v8_external_snapshot.gypi (Ujjwal Sharma)
- tools: fix GYP ninja generator for Python 3 (Michaël Zasso)
- (SEMVER-MINOR) tools: sync gypfiles with V8 7.7 (Michaël Zasso)
- tty: add color support for mosh (Aditya)
- util: include reference anchor for circular structures (Ruben Bridgewater)
- (SEMVER-MINOR) util: add encodeInto to TextEncoder (Anna Henningsen)
- (SEMVER-MINOR) worker: mark as stable (Anna Henningsen)
- worker: make terminate() resolve for unref’ed Workers (Anna Henningsen)
- worker: prevent event loop starvation through MessagePorts (Anna Henningsen)
- worker: make transfer list behave like web MessagePort (Anna Henningsen)

Node.js 12.10.0 (64-bit) 查看版本資訊

更新時間:2019-09-05
更新細節:

What's new in this version:

Notable changes:
deps:
- Update npm to 6.10.3 (isaacs)

fs:
- Add recursive option to rmdir() (cjihrig)
- Allow passing true to emitClose option (Giorgos Ntemiris)
- Add *timeNs properties to BigInt Stats objects (Joyee Cheung)

net:
- Allow reading data into a static buffer

Commits:
- bootstrap: run preload prior to frozen-intrinsics
- buffer: correct indexOf() error message
- buffer: consolidate encoding parsing
- buffer: correct concat() error message
- buffer: improve equals() performance
- Revert "build: add full Python 3 tests to Travis CI"
- build: add full Python 3 tests to Travis CI
- build: hard code doctool in test-doc target
- build: integrate DragonFlyBSD into gyp build
- build: make --without-snapshot imply --without-node-snapshot
- build: test Python 3.6 and 3.7 on Travis CI
- build: move tooltest to before jstest target
- build: add Python 3 tests to Travis CI
- build,win: accept Python 3 if 2 is not available
- build,win: find Python in paths with spaces
- console: use getStringWidth() for character width calculation
- crypto: don't expose openssl internals
- crypto: simplify DSA validation in FIPS mode
- deps: V8: cherry-pick 597f885
- (SEMVER-MINOR) deps: update npm to 6.10.3
- doc: escape elements swallowed as HTML in markdown
- doc: add extends for derived classes
- doc: add blanks around code fences
- doc: format http2 anchor link and reference
- doc: remove multiple consecutive blank lines
- doc: add devnexen to collaborators
- doc: inconsistent indentation for list items
- doc: heading levels should only increment by one
- doc: add dco to github pr template
- doc: add https.Server extends tls.Server
- doc: fix nits in esm.md
- doc: add missing extends Http2Session
- doc: indicate that Http2ServerRequest extends Readable
- doc: indicate that Http2ServerResponse extends Stream
- (SEMVER-MINOR) doc: add emitClose option for fs streams
- doc,crypto: add extends for derived classes
- doc,errors: add extends to derived classes
- doc,fs: add extends for derived classes
- doc,http: add extends for derived classes
- doc,tls: add extends for derived classes
- errors: provide defaults for unmapped uv errors
- esm: support loading data URLs
- events: improve once() performance
- (SEMVER-MINOR) fs: add recursive option to rmdir()
- (SEMVER-MINOR) fs: allow passing true to emitClose option
- fs: fix (temporary) for esm package
- fs: document the Date conversion in Stats objects
- (SEMVER-MINOR) fs: add *timeNs properties to BigInt Stats objects
- gyp: remove semicolons (Python != JavaScript)
- gyp: futurize imput.py to prepare for Python 3
- http: simplify timeout handling
- lib: add ASCII fast path to getStringWidth()
- lib: consolidate lazyErrmapGet()
- module: avoid passing unnecessary loop reference
- (SEMVER-MINOR) net: allow reading data into a static buffer
- process: improve nextTick performance
- querystring: improve performance
- src: do not crash when accessing empty WeakRefs
- src: turn GET_OFFSET() into an inline function
- src: inline SLICE_START_END() in node_buffer.cc
- src: allow --interpreted-frames-native-stack in NODE_OPTIONS
- src: expose MaybeInitializeContext to allow existing contexts
- src: add large page support for macOS
- stream: don't deadlock on aborted stream
- stream: improve read() performance
- stream: async iterator destroy compat
- stream: do not emit drain if stream ended
- test: remove Windows skipping of http keepalive request GC test
- test: fix test-benchmark-net
- test: fix flaky test-http-server-keepalive-req-gc
- test: use print() function in both Python 2 and 3
- (SEMVER-MINOR) test: add emitClose: true tests for fs streams
- tools: update ESLint to 6.3.0
- tools: use 'from io import StringIO' in ninja.py
- tools: fix mksnapshot blob wrong freeing operator
- tools: update ESLint to 6.2.2
- tools: update babel-eslint to 10.0.3
- tools: fix Python 3 issues in inspector_protocol
- tools: fix mixup with bytes.decode() and str.encode()
- tools: fix Python 3 issues in tools/icu/icutrim.py
- tools: fix Python 3 issues in gyp/generator/make.py
- util: do not throw when inspecting detached ArrayBuffer

Supremo Remote Desktop 4.0.1.1984 查看版本資訊

更新時間:2019-09-04
更新細節:

What's new in this version:

Supremo Remote Desktop 4.0.1.1984
New features:
- Introduced a popup notification system for new updates

Fixed bugs:
- Improved error messages occurring to USilio login
- Fixed some issues with login to the Address Book
- Fixed potential Access Violation clicking on the Tools tab


Supremo Remote Desktop 4.0.0.1964
- New User Interface
- Big UX improvements
- New and powerful Online Address Book
- It will be possible to share Groups of your Online Address Book
- New Online Reports
- New “Screen Resize” feature
- Improved connection performances due to the geolocation of dedicated servers


Supremo Remote Desktop 3.4.1.1161
- Fixed bug when opening the Address Book due to the presence of characters into Supremo ID field
- Improved informative on commercial use
- Fixed issue using Copy/Paste
- Minor bug fixes


Supremo Remote Desktop 3.4.0.1141

New features:
- Introduced Terminal Server support: in a Terminal Server environment a different ID will be created for each user It will make possible to use Supremo simultaneously and independently
- It is now possible to check the On/Off-Line status of contacts in the address book

Fixed bugs:
- Fixed bug using Drag&Drop for file transfer on Windows Server 2003R2
- Fixed bug using Copy/Paste on Windows Server 2003R2
- Minor bug fixes


Supremo Remote Desktop 3.3.4.995
- Change log not available for this version


Supremo Remote Desktop 3.3.3.971

New features:
- It’s now possible to check Supremo ID and version using the registry key “HKLMSOFTWAREWOW6432NodeSupremo” for 64 bit or “HKLMSOFTWARESupremo” for 32 bit systems
- Connections to Supremo servers use now DNS names to facilitate any firewall configurations (read here)

Fixed bugs:
- Fixed a bug that did not allow the Ctrl-Alt-C and AltGr-C keys to be sent
- Minor bug fixes


Supremo Remote Desktop 3.3.2.955

New features:
- Improved compatibility with some proxies
- Removed the limits of length to the notes of the reports
- Added new languages: Japanese, Hindi and Hungarian

Fixed bugs:
- Fixed some Access Violations errors
- Fixed problem of truncated notes during the CSV export of reports
- Fixed problem with blocking some keys into VMware or Virtual Box machines


Supremo Remote Desktop 3.3.1.944
- Change log not available for this version


Supremo Remote Desktop 3.3.1.943
- Change log not available for this version


Supremo Remote Desktop 3.3.1.935
- Change log not available for this version


Supremo Remote Desktop 3.3.1.921
- Change log not available for this version


Supremo Remote Desktop 3.3.1.912

New features:
- Improved stability and performance

Fixed bugs:
- Fixed a bug preventing Supremo from sending the CTRL+ALT+DEL command on Windows Vista/Server 2008, Server 2012 R2 and Hyper-V 2012 R2 CORE
- Fixed several Access Violation errors
- It’s now possible to activate a Supremo client running on Ubuntu Linux with WINE


Supremo Remote Desktop 3.3.0.864

New features:
- It’s now possible to configure an access password to the Supremo settings

Fixed bugs:
- “Blank password field” bug affecting some Supremo installations: password and ID won’t change anymore
- Fixed several Access Violation errors
- Minor bug fixes


Supremo Remote Desktop 3.2.3.759

New:
- Improved and more reliable copy / paster
- Better logs

Fixed bugs:
- Minor bug fixes


Supremo Remote Desktop 3.2.2.739

New features:
- It’s now possible to switch the sides of the remote control session
- It’s now possible to add Notes to the Reports (only for subscribers)
- Added Chinese translation

Fixed bugs:
- Drag ‘n’ drop is now far more reliable
- Minor bug fixes


Supremo Remote Desktop 3.2.1.674
- It’s now possible to browse local files through Supremo as the active user, not the SYSTEM one
- It’s now possible to move fullscreen control windows to secondary displays of the controller machine
- Minor bug fixes


Supremo Remote Desktop 3.2.0.650
- Change log not available for this version


Supremo Remote Desktop 3.2.0.647
- Change log not available for this version


Supremo Remote Desktop 3.2.0.644
- Change log not available for this version


Supremo Remote Desktop 3.2.0.642
- Remote reboot
- Fully bi-directional drag and drop with support to files and folders
- Fully bi-directional copy/paste with support to rich text, Office content and images
- The custom executable can now be updated, even from the control window
- You can now update in real time your custom brand/logo from the Reserved Area