SAM Broadcaster PRO (64-bit) 歷史舊版本 Page3

最新版本 SAM Broadcaster PRO 2020.3 (64-bit)

SAM Broadcaster PRO (64-bit) 歷史版本列表

SAM 廣播公司 PRO 64 位是您的完整在線廣播解決方案!立即開始您的互聯網廣播事業– 專業素質在一小部分的價格。加入 150 個國家的 20 萬個電台! SAM Broadcaster PRO 內置先進的音頻處理器將使您的電台聽起來不可思議!具有均衡器,門控自動增益控制,立體聲擴展器,低音均衡器,5 波段處理器,2 波段處理器和削波器。多頻處理器包含每個頻段壓縮器,擴展器和限 S... SAM Broadcaster PRO (64-bit) 軟體介紹


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

UVI Workstation 3.0.6 查看版本資訊

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

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)

SAM DJ 2019.3 (64-bit) 查看版本資訊

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

What's new in this version:

SAM DJ 2019.3 (64-bit)
- Change log not available for this version


SAM DJ 2019.1 (64-bit)
- New "File Manager" within Playlist window allows you to browse your tracks by folder where tracks are stored (i.e. by file storage location)
- "File Manager" allows you to rescan a specific folder (and optionally sub-folders) to add new tracks and remove deleted tracks
- SmPlaylistOrder selection logic. Clockwheel can select items in ordered Playlist to play in that exact order
- Fade settings can be typed in for more accuracy
- Clock settings - change colors or switch to 24 hour mode (Right-click on clock)
- Fixed bug where items dropped on a Playlist name result with "sortID" calculated incorrectly. You may need to re-create your playlists you wish to use with smPlaylistOrder


SAM DJ 2018.10 (64-bit)
- Change log not available for this version


SAM DJ 2018.9 (64-bit)
- Change log not available for this version


SAM DJ 2018.8 (64-bit)
- Change log not available for this version


SAM DJ 2018.7 (64-bit)
- Fixed: pgrades in previous version caused some edge case problems with AAC/M4A/Ogg


SAM DJ 2018.6 (64-bit)
- Added M4A stream decoding support
- Added stream decoding support for SAM Cloud / Cheapest Stream servers
- Fixed AAC stream decoding support
- Added HTTP server playback of AAC/M4A files
- Updated AAC decoder library


SAM DJ 2018.5 (64-bit)
- Streaming decoding support from HTTPS sources
- Streaming decoding support from sources protected by HTTP Basic Authentication. (Include credentials in URL, i.e. http://user:[email protected]/file.mp3
- Added FLAC streaming support
- Improved Ogg streaming support
- Fixed bug where AGC settings failed to load properly in certain cases


SAM DJ 2018.4 (64-bit)
- Smarter 6-phase stream content-type detection for improved stream decoding
- Stream redirect support
- Fixed spelling mistake on Audio config screen


SAM DJ 2018.3 (64-bit)
- Change log not available for this version


SAM DJ 2018.2 (64-bit)
- New HTTP library used which adds improvements + SSL/HTTPS support


SAM DJ 2017.11 (64-bit)
- Change log not available for this version


SAM DJ 2017.9 (64-bit)
- Record DJ sets to Ogg Vorbis format. See SAM->Player->Recording in main menu


SAM DJ 2017.7 (64-bit)
- Added support for additional PCM WAV formats (24bit, 32bit, 64bit in IEEE_FLOAT and PCM)


SAM DJ 2017.6 (64-bit)
- Database export to CSV. Use /EXPORT parameter or Export command from Program Files
- Database import from pevious CSV export. Use /IMPORT parameter or Import command from Program Files
- Updated database structure for FireBird and MySQL to be more consistent across databases


SAM DJ 2017.5 (64-bit)
- Updated Help links to new Help Center location
- Fixed some images not loading for Amazon Album Cover search
- Fixed SAM DJ pre-release timeout issue

EarthView 6.0.3 查看版本資訊

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

What's new in this version:

EarthView 6.0.3
- New: updated city database


EarthView 6.0.2
- Fix: update of screen preview when moving viewpoint in map preview


EarthView 6.0.1
Fixed:
- restored function of line justification tags in city labels
- better randomized camera positions


EarthView 6.0.0
New:
- multiple view system
- different (and multiple) views on each monitor on multi-monitor systems
- improved background image handling
- updated city lights and urban areas
- weather optionally usinging METAR data based on ICAO code
- added more than 10.000 locations with ICAO code (airports, weather stations, etc.)
- minimum weather download interval reduced to 10 minutes
- more units for wind speed (m/s, km/h, mph, knots)
- more weather related tokens for display text (e.g. long weather description, wind chill, etc.)
- METAR string (or parts of it) can be displayed in the city boxes
- improved weather symbols
- flexible weather symbol sizes (size in pixels)
- separately adjustable city box colors for day and night
- city dialog usability improvements
- updated timezone and city databases

Fix:
- many internal improvements and bug fixes


EarthView 5.21.3
- New: updated city database


EarthView 5.21.2
- New: updated city database


EarthView 5.21.1
- New: updated city database


EarthView 5.21.0
New:
- updated city database
- removed Windows XP support (please download v5.20.1 if you want to use the program under Windows XP)
- Visual Studio 2019 recompilation for better compatibility to new systems
- adjustments for the latest updates of Windows 10


EarthView 5.20.1
- Fix: small cosmetical changes to some dialogs


EarthView 5.20.0
- New: support for improved cloud data quality
- New: updated city database
- Fix: issue with file write privileges under standard user accounts


EarthView 5.19.1
- New: updated city database


EarthView 5.19.0
- New: updated timezone and city databases


EarthView 5.18.1
- New: updated city database
- Fix: dialog and menu positions when screen configuration changes
- Fix: small fixes regarding user account access (data folder, etc.)
- Fix: adjustments for the latest updates of Windows 10


EarthView 5.18.0
- New: updated city database
- New: improved unattended setup
- Fix: various small fixes and improvements

Victoria 4.76b 查看版本資訊

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

What's new in this version:

- Added drive configuration via Device Configuration Overlay - a special non-volatile memory in which you can turn off unnecessary functions, turn on previously turned off or change the available volume. The DCO tab appeared, which also has a mini-instruction (external file dcomemo.rtf )
- Improved work with the Extended Comprehensive SMART Error log SMART log : as it turned out, different models have different register addresses. This could lead to erroneous data interpretation on some Seagate and Fujitsu HDDs. The algorithm has been adapted to various manufacturers
- The correct operation was tested on Fujitsu MHZ, HGST 3.5, Seagate / Maxtor 3.5 ″ (7200.11), WD, Samsung STxxx 35 ″, Seagate STxxx 2.5 ″, Toshiba 2.5 ″. While it does not work on all HTSxxx 2.5 ″ - I will investigate the cause
- Added compatibility mode for the table of contents of magazines with old drives. So far - manual daw switching under the table of contents (for experiments). In the future - automatically, according to passport data
- Interface elements (port and device number) are moved to the right, the “ Hints ” daw has been moved to the basement
- In the defect remap mode, the Auto Reassign event detection function is added when the hard drive itself reassigns the defective sector. In this case, instead of the word Remap , a message of the form “ LBAxxx auto reassign ... OK ” is displayed in the log
- Fixed a bug where an automatic screenshot was not taken from the Tests tab

SAM Broadcaster PRO 2019.3 (64-bit) 查看版本資訊

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

What's new in this version:

SAM Broadcaster PRO 2019.3 (64-bit)
- Change log not available for this version


SAM Broadcaster PRO 2019.2 (64-bit)
- MariaDB support


SAM Broadcaster PRO 2019.1 (64-bit)
- New "File Manager" within Playlist window allows you to browse your tracks by folder where tracks are stored (i.e. by file storage location)
- "File Manager" allows you to rescan a specific folder (and optionally sub-folders) to add new tracks and remove deleted tracks
- SmPlaylistOrder selection logic. Clockwheel can select items in ordered Playlist to play in that exact order
- Fade settings can be typed in for more accuracy
- Clock settings - change colors or switch to 24 hour mode (Right-click on clock)
- Fixed bug where items dropped on a Playlist name result with "sortID" calculated incorrectly. You may need to re-create your playlists you wish to use with smPlaylistOrder


SAM Broadcaster PRO 2018.10 (64-bit)
- Fixed "future date" error inside Event Scheduler
- Prevent race condition inside Event Scheduler
- Display bigger event numbers


SAM Broadcaster PRO 2018.9 (64-bit)
- Event Scheduler improved to show ETA of next event execution
- Ability to enable/disable scheduled events


SAM Broadcaster PRO 2018.8 (64-bit)
- Ability to change background color and set background image for Main and Dual screen. (Right-click on desktop)
- Improvements to Windows Media decoding


SAM Broadcaster PRO 2018.7 (64-bit)
- Fixed: pgrades in previous version caused some edge case problems with AAC/M4A/Ogg


SAM Broadcaster PRO 2018.6 (64-bit)
- Added M4A stream decoding support
- Added stream decoding support for SAM Cloud / Cheapest Stream servers
- Fixed AAC stream decoding support
- Added HTTP server playback of AAC/M4A files
- Updated AAC decoder library


SAM Broadcaster PRO 2018.5 (64-bit)
- Streaming decoding support from HTTPS sources
- Streaming decoding support from sources protected by HTTP Basic Authentication. (Include credentials in URL, i.e. http://user:[email protected]/file.mp3)
- Added FLAC streaming support
- Improved Ogg streaming support
- New THttpClient.EffectiveUrl in PAL scripting. Provides final URL after all redirects
- Fixed bug where AGC settings failed to load properly in certain cases


Broadcaster PRO 2018.4 (64-bit)
- Statistic Relays using new HTTP library
- Removed obsolete Statistic Relays


SAM Broadcaster PRO 2018.3 (64-bit)
- Change log not available for this version


SAM Broadcaster PRO 2018.2 (64-bit)
- Statistic Relays using new HTTP library
- Fixed memory leak with updated Wowza statistic relay
- Fixed memory leak with THttpClient PAL script class
- Better redirect support inside HTTP library
- THttpClient.MaxRedirects property in PAL script to enable/disable redirect support or set limits
- Fixed documentation issue in PAL Scripting reference for TPAL.WaitForTime


SAM Broadcaster PRO 2017.11 (64-bit)
- Ability to label statistic relays to easily identify them. (Right-click on relay and select "Change Label")
- Lock layout so it cannot be changed accidentally
- Layout Snap-to-Grid mode that makes sure windows are located and sized on a 4x4 grid
- New default layouts for various screen sizes that is also Snap-to-Grid optimized


SAM Broadcaster PRO 2017.10 (64-bit)
- Added ability to drag&drop a Directory into Queue, Playlist or Drop target
- Added ability to drag&drop a Playlist File into Queue, Playlist or Drop target
- Fix bug where cross-fade settings did not restore to factory defaults
- History opened track search window when using Ctrl+A and Ctrl+I shortcuts
- Improved Scheduled Events to use 24h time in all cases to avoid regional setting issues


SAM Broadcaster PRO 2017.9 (64-bit)
- Ability to label encoders to easily identify them. (Right-click on encoder and select "Change Label")


SAM Broadcaster PRO 2017.8 (64-bit)
- PAL Studio object can now control studio muted state, Virtual DJ mode and Auto-recovery settings (Refer to PAL scripting reference)
- PAL THttpClient class allows you to interface with external APIs or make more advanced web requests. (Refer to PAL scripting reference)
- PAL static variable DATA_PATH that points to SAM working directory. (i.e. SAM->Tools->Jump to->Data path)
- PAL static variable PROGRAM_PATH that points to SAM programs directory. (i.e. SAM->Tools->Jump to->Program path)
- Execute external commands via PAL script (Example: ExecuteCmd('notepad.exe',[DATA_PATH+'EventLog.log']); )
- PAL can now log messages to Event Log (Example: PAL.Log('Notice message',ltNotice);)
- HTTP Basic authentication support in both PAL scripting and audio streaming (Use http://user:[email protected]/document?query format)
- Added AnsiQuotedStr function to PAL for easier ExecuteCmd parameter quoting


SAM Broadcaster PRO 2017.7 (64-bit)
- Added support for additional PCM WAV formats (24bit, 32bit, 64bit in IEEE_FLOAT and PCM)


SAM Broadcaster PRO 2017.6 (64-bit)
- Database export to CSV. Use /EXPORT parameter or Export command from Program Files.
- Database import from pevious CSV export. Use /IMPORT parameter or Import command from Program Files.
- Updated database structure for FireBird and MySQL to be more consistent across databases.
- Reverted URLEncode to use "%20" instead of plus ("+") for encoding spaces. This affected Shoutcast v1 titles.


SAM Broadcaster PRO 2017.5 (64-bit)
- Updated Help links to new Help Center location
- Fixed hint on Cancel Switch button
- Improved UTF-8 support for CheapestStream and SAMBC Cloud encoders
- Fixed some images not loading for Amazon Album Cover search
- Fixed SAM DJ pre-release timeout issue


SAM Broadcaster PRO 2017.4 (64-bit)
- Removed Dual Channel as option from CheapestStream and SpacialNet encoders due to HTML5 playback incompatibility
- Removed Dual Channel as option from MP3 (LAME) and SpacialNet encoders
- Fixed missing images in online changelog
- Added log message for PRE-RELEASE versions (QA/BETA)
- Updated EULA
- Updated CodeSign certificate


SAM Broadcaster PRO 2017.3 (64-bit)
- New Jingles & Drops window
- Fixed error when deleting custom category


SAM Broadcaster PRO 2017.2 (64-bit)
- Fixed bug where Skip Track button was enabled when DJ did not have the permission, causing DJ to be logged out when clicked
- Event Scheduler up/down buttons removed as state was not persisted
- Added "graceful back-off" logic to SAMCloud Encoder to avoid stampede scenarios and to allow "kick" functionality to work better
- Encoder now more gracefully handle case where two tried to DJs connect to same slot at same time
- CheapestStream Encoder improvements to prevent rare crash when switching users while encoding


SAM Broadcaster PRO 2017.1 (64-bit)
- Fixed Amazon Album Cover search
- Removed unsupported profiles from WM Encoder
- WebSocket message parsing improvements
- Improved DEBUG edition code and tracing
- Upgraded network library


SAM Broadcaster PRO 2016.5 (64-bit)
- Fixed in-app upgrade download
- Added "Keep me signed in" option to SAM Broadcaster Cloud sign in screen
- Fixed playlist import into SAM Broadcaster Cloud while logged in as owner
- Improved installer checking for running application instances
- Fixed station permission issue when switching users after initial password failure
- Improved websocket message parser to handle edge cases that caused stability problems


SAM Broadcaster PRO 2016.4 (64-bit)
- Broadcast Control now displays currently playing track information for Cloud source
- Do not return requests on Touch if requests are disabled on software side
- Enable HTTP port only for legacy requests (which helps minimize any firewall issues)
- Fix bug where Cloud static relay could fail to update on Statistic Relay window after user switch
- Changed cloud statistic relay URL and also AudioRealm listing improvements
- Splash screen improvements


SAM Broadcaster PRO 2016.3 (64-bit)
- Fixed bug in M4A decoder which could cause application to crash
- Improve handling of corrupt M4A files
- Fixed PAL script reset to always restart script
- Updated PAL Scripting Reference guide with new available PAL commands
- Changed hidden exception tracing parameters (Only works with DEBUG build)
- /LogOnHidden - create debug file for hidden exceptions (recommended and also default if no parameter specified)
- /FailOnHidden - show bug report window on each hidden exception
- /DisableHidden - disable hidden exception tracing


SAM Broadcaster PRO 2016.2 (64-bit)
- Request playlist will now also sync on changes to Playlists (if enabled)
- Improved trace logging for easier issue resolution
- Fixed thread safety on some core objects
- Fixed problem with library import for requests via SAM Broadcaster Cloud
- Parameters added to trace hidden exceptions: (Only works with DEBUG build)
- /LogOnHidden - create debug file for hidden exceptions (recommended)
- /FailOnHidden - show bug report window on each hidden exception


SAM Broadcaster PRO 2016.1 (64-bit)
- SAM Broadcaster PRO and Live-DJ now supports importing requests directly from Cloud
- PAL scripting updates: TCloudApi, RequestPolicy.Mode. See PAL scripting reference for details
- Fixed issues with SAM crashing when no sound device is present while using VoiceFX
- Fixed rare floating point overflow issue inside VU meters
- Fixed issues with UTF-8 Encoding in STWCUE HTML Output events and instream STWCUE packets
- SAMCloud: Prompt when logging in to an active session. Also fixed signout bug
- SAMCloud: Refresh Request List Button will pull current request from API
- Clockwheel debugging option added to Category Rotation Module
- Product version added to activation window
- GUI improvements
- New version detection improvements
- Fixed weird issue with seeing track on decks if you clicked on it with both left and right mouse buttons
- SAM Broadcaster Cloud branding changes
- Licensing system updates