REAPER (64-bit) 歷史版本列表 Page6

最新版本 REAPER 7.11 (64-bit)

REAPER (64-bit) 歷史版本列表

REAPER 64 位是一個完整的 Windows 和 OS X 數字音頻製作應用程序,提供完整的多軌音頻和 MIDI 錄製,編輯,處理,混音和母版工具集。 REAPER 支持廣泛的硬件,數字格式和插件,並且可以全面擴展,腳本化和修改.REAPER 的全面靈活的功能集和著名的穩定性已經在數字音頻的使用中找到了家:商業和家庭工作室,廣播,位置錄音,教育,科學研究,音效設計,遊戲開發等等​​. 從任務... REAPER (64-bit) 軟體介紹


pgAdmin 4 7.8 查看版本資訊

更新時間:2023-10-20
更新細節:

What's new in this version:

New features:
- Add support for foreign table’s new functionality for PG 11 and above
- Allow setting custom username for shared servers, with default as username of server being shared
- Add ‘GENERATED ALWAYS AS..’ option while creating column constraints for Foreign Table
- GUI representation of the system’s activity using the ‘system_stats’ extension
- Added ‘load_balance_hosts’ connection string parameter for PG 16 and above

Housekeeping:
- Use PG16 as the default PostgreSQL version

Fixed:
- Fixed an issue in ERD tool where the downloaded images have a few links cut
- Fixed an issue where user was not able to assign new/old columns as primary key once column with primary key is deleted
- Add support for setting prepare threshold in server connection
- Fixed an issue where the wrong message “Current database has been moved or renamed” is displayed when debugging any function
- Fixed an issue where Processes tab displays wrong server name in some scenario
- Fix an issue where global/native keyboard shortcuts are not working when any cell of data output grid has focus
- Fixed query history slowness issue by storing query only for those having certain threshold max length
- Fix an issue where foreign table column name becomes “none” if the user changes any column data type
- Pin the cryptography version to fix PyO3 modules initialisation error
- Ensure that the backup works properly for PG 16 on the latest docker image
- Fixed an issue where the user is unable to select objects on the backup dialog due to tree flickering
- Fixed an issue where non-super PostgreSQL users are not able to terminate their own connections from dashboard
- Fix an issue where scale in columns is not allowed to have value as 0 or below
- Fix an issue in graphical explain plan where query tool crashes when the plan has parallel workers details and sort node is clicked for details
- Fix an issue where user login is not working if username/email contains single quote in server mode

REAPER 7.001 (64-bit) 查看版本資訊

更新時間:2023-10-17
更新細節:

What's new in this version:

- MIDI editor: fix setting channel dropdown
- Default theme updates, macOS font tweaks

Lanes/Comping:
- support fixed-lane tracks, to arrange media items in fixed lanes
- support setting individual lanes to play back or not play back
- support automatically recording overlapping media to separate lanes, either layered (multiple lanes play back at once) or not (only the last recorded lane plays back)
- v6 option for overlapping recording to create new media items is replaced by option to add lanes; playback behavior is identical to v6
- support minimizing, maximizing, or collapsing track lanes
- support adding lanes by dragging media to a hashed 'parking area', automatically removing empty lanes
- support naming individual lanes, resizing lane name area
- support reordering fixed lanes by dragging lane buttons up/down
- support targeting a specific lane or free item position when pasting media items and razor edits
- add many actions to support editing, manipulating, playing back, comping, and coloring items in fixed lanes
- add mouse modifier contexts for fixed lane header buttons, fixed lane comp areas (including click/double-click contexts)
- add many theme elements for fixed lane and comp area display
- support recording into specific lanes or new lanes
- add actions to explode items in lanes to tracks, implode items on tracks to lanes, optionally creating comp areas
- existing actions to switch active take (T/shift-T by default) will switch the comp area under the mouse up or down as well
- add import option to add multiple media on fixed lanes on a single track
- tracks that are grouped for media/razor edits are also grouped for lane actions and edits
- when exiting fixed lane view, lanes that are not playing are hidden; hidden lanes are restored when re-entering fixed lane view
- create a comping lane by double-clicking or right-clicking the lane button, or clicking the comping button on a razor edit, or using arrange view mouse modifiers
- while comping, mouse-drag in source lanes to create comp areas; comped media is copied to the comping lane
- comp areas create editable copies of source media
- mouse modifiers for comp areas include behaviors to change comp area source lane, limit comp areas to media item edges, move media items along with comp areas, attach comp area edges to adjacent comp area edges, create time selection including pre-roll/post-roll for previewing
- while comping, edits to media item edges/fades/crossfades in comping lane will also affect comp areas (comp areas fades/crossfades can be individually edited this way)
- while comping, edits that cause comping-lane media to go out of sync with source-lane media will display a re-comp button on the comping lane media
- clicking re-comp button will copy edited media to a new source lane, to use as an alternative edit along with existing source media
- optionally support editing source media while comping (edits immediately affect the comping lane)
- add options to automatically create comp areas for new recording while comping
- ensure that new recording is in the same lane for all grouped tracks
- when recording with time selection auto-punch into a new lane, optionally add the entire new recording, but comp only within the time selection

Defaults:
- display media item volume knob, FX button, mute button by default
- enable preference to record media, copy imported media to project media directory by default
- MIDI editor defaults to one editor per project
- default to OpenGL for video output
- video media defaults to low-resolution audio peaks, for improved responsiveness
- disable automatic fadein/fadeout for imported media by default
- disable 'right-click deletes notes' MIDI editor preference by default
- mouse-drag on crossfade intersection moves the split point left/right by default, rather than adjusting fade curves
- use project peaks directory by default
- ReaComp defaults to 4:1 compression ratio
- ReaEQ adds default HPF band 5 (disabled by default)
- ReaEQ changes default bandwidth for low/high shelf
- built-in sliders respond to mouse click anywhere in the slider window, not just within the thumb image

FX:
- support processing multiple plug-ins in parallel
- support FX containers, sub-chains of FX with configurable input/output/processing channel sizes, configurable parameter mappings
- Containers support configurable channel feedback
- Containers support internal modulation of parameters, using parent modulation/automation as baseline for any container-local modulation
- flush plug-in buffers when bypassing VST or CLAP plugins
- always run track/track FX while playback is stopped, if the UI is visible
- always run input FX if the UI is visible
- optionally run FX when muted if the UI is visible
- fix many last-touched-parameter actions to work with per-take, input FX
- show more descriptive names for track/take channels in pin connector dialog
- support parameter modulation for input FX, monitor FX

API/ReaScript:
- support ShowConsoleMsg() from multiple threads
- add actions to toggle console window visiblity, clear console window; console window log persists when closing/reopening window
- add CleanItemLanes(), to recalculate fixed lane arrangement and remove unused lanes at bottom of track after moving or editing media items
- add FX_GetNamedConfigParm(container_count) for getting number of FX in container
- TrackFX_/TakeFX_ APIs can access container and sub-container FX via documented addressing scheme
- preserve FXID when cutting/pasting FX, saving/loading RfxChain
- add EnumInstalledFX()
- add GetTouchedOrFocusedFX(), support addressing FX containers, deprecate GetFocusedFX2() and GetLastTouchedFX()
- add MIDIEditorFlagsForTrack(), to get/set pitchwheel range and snap settings
- add set/getNamedConfigParm container_map.add, param.X.container_map.*
- add support for GetSetMediaTrackInfo() I_NUMFIXEDLANES, I_LANESCOLLAPSED, C_LANEPLAYS, I_SPACER
- add support for GetSetMediaItemInfo() I_FIXEDLANE, B_FIXEDLANE_HIDDEN
- much faster API validation for takes and envelopes
- fix gfx.drawstr() on multiline content drawing with negative Y offset
- GetTrackFromPoint() also returns the fixed lane under the mouse, if applicable
- gfx.setcursor() can specify named theme cursors without specifying numeric ID
- support using full (unlocalized) action description in Get/SetMouseModifier(), example: SetMouseModifier('Media item left drag', 0, 'Move item')
- update from Lua 5.3.5 to Lua 5.4.6 (may affect existing ReaScripts)
- update TakeFX/TrackFX_Get/SetPinMappings() to support more than 64 mappings
- add GetSetTrackGroupMembership() support for MEDIA_EDIT_LEAD, MEDIA_EDIT_FOLLOW

MIDI Editor:
- add option for editor selection to follow track selection in arrange view
- add option to set the channel for new events when selecting a single note or CC event (improves MPE editing support)
- support vertical zoom/scroll in CC lanes
- support pitchwheel lane semitone range, snap-to-semitone
- improve support for renaming CC lanes
- add option to prevent mouse edits of single CC events from moving past other CC events
- add preference to display empty space at top/bottom of CC lanes
- display time/value in CC lanes
- improve options to allow/disallow CC curve shapes in sustain, bank, LSB lanes
- fix deselecting CC events when clicking lane outside envelope, when preference enabled to draw/edit immediately on mouse click
- if 'show only events that pass filter' disabled, allow setting any channel for new events
- remove snap-to-center for mouse edits in CC lanes (double-click a value to center it)
- when switching active MIDI item, adjust vertical scroll if all notes would be offscreen
- when using one editor per project or per track, reopen editor at the same screen location for all MIDI items that share the editor

Media Items:
- allow mouse editing take markers by clicking anywhere within the text, as well as on the marker itself
- avoid snapping to a grid point that is in a different direction from the mouse move
- do not autoscroll when adjusting media item contents
- improve interactions between auto-crossfade project setting and crossfade preferences when trimming content behind media item edits
- limit overlap and crossfade when splitting at time selection or razor edit
- improve multiple selection behavior when editing crossfade or shared media item edges
- limit crossfade edits consistently when moving left or right
- show special cursor (customizable) when mouse is over lower half of media item and user-defined mouse modifier exists
- show tooltip when hovering over pooled MIDI button
- store fade-in/fade-out length with greater precision in project files
- support healing items even if one or both contains empty takes
- support healing splits even if items do not have the same active take lane
- when option enabled to offset overlapping media items vertically, arrange media items that start at the same time in the order they were created

Preferences:
- add new Envelope Colors preferences page, support custom envelope colors based on envelope name
- add new Project/Backups preferences page
- add new Item Fade Defaults, Item Loop Defaults preferences pages
- add new ARA preferences page
- add new Scrub/Jog preferences page
- add new Zoom/Scroll preferences page
- add button to Preferences/Project to open project settings dialog
- add preference for envelope lane height as a percentage of track height, when zooming vertically (default 50%)
- add preference for adjusting scrub/jog volume gain
- add preferences for default fixed lane track configuration (big/small lanes, etc)
- add preferences for crossfade behavior for various contexts (splitting, reording, etc)
- add preferences for track meter display defaults
- remember last selected mouse modifier context when closing/restarting REAPER

Zoom/Scroll:
- consistently support small control device moves, such as from a trackpad or trackball
- map shift+alt+mousewheel to 'scroll vertically one page' by default
- rename actions to scroll horizontally/vertically to match behavior (scrolling forward vs reversed)
- do not change envelope height when resizing tracks via mouse drag
- support vertical scroll step as percentage of track height or percentage of arrange view height
- add actions to toggle track zoom height to default; cycle track zoom height between minimum, default, and maximum
- add actions to toggle or cycle track zoom to maximum, even if maximum is not 100% of arrange view height
- if maximum vertical zoom preference is 100% or less, keep the focused track entirely onscreen while zooming
- if track height is greater than screen height, mousewheel scroll on TCP scrolls by screen height
- allow mouse-centered vertical zoom to target the interior of a track

ARA:
- support pooling edits by source media, so edits can automatically affect all media items that share the same source media
- support pooling or not pooling ARA edits by default (old projects will always load with edits unpooled)
- pooled edits will not be preserved when loading a project created with REAPER 7+ into an older version of REAPER (the old version will show a 'project token not recognized: ARAMOD' warning)
- display pooled edit button for media items that share ARA edits (similar to pooled MIDI behavior)
- list analyzed media files and pooled/unpooled count in FX + menu
- add actions to select media items with pooled ARA edits, remove items from edit pool, return items to edit pool
- improve stability of ARA edits when editing media items (splits, copies, cut/paste, etc)
- fix possible hang when ARA plugin analyzes media with negative start-in-source offset

Actions:
- add action to color all takes that share the same source media with the same color
- add action to select all media items that use the same source media
- add action to paste tracks/items at mouse position
- prevent healing an unlooped item with a copy of itself
- actions to move items up/down/top/bottom will act on razor edit areas, if any exist
- add actions to apply first track or take FX to items (can be used to render ARA FX)

Actions Window:
- hide actions like 'set default mouse modifier for [context] to [action]' from actions list, instead use ReaScript SetMouseModifier('context_name', keycombo, 'action_name'), deprecated actions will still work though
- add meta-actions to allow running (some) actions in background project tab contexts
- allow setting a parameter value for keys bound to MIDI CC/mousewheel actions
- show custom action toggle state as enabled/disabled if all component actions that report a toggle state are enabled/disabled
- store descriptive comments about shortcuts in ReaperKeyMap/reaper-kb.ini
- add 'Options' button to action window
- add menu items to import, export, reset, clear keyboard shortcuts for the current section

MIDI:
- support up to 128 MIDI buses per track
- add action to suppress midi note retrigger at start/end of specific media items
- add preference to suppress note retriggering when splitting media items
- add action to send explicit note-off messages for every channel/pitch combination to every MIDI output and plugin
- improve MIDI device preferences pane
- do not automatically re-color MIDI media items when doing pooled copy

Render:
- inform user when saved render format is not available
- fix persistence of preference to embed XMP markers
- respect preference to close render window when done, even when normalizing (but leave the window open when dry run rendering regardless of the preference)
- support forcing mono/stereo/multichannel render for master mix via region render matrix
- support rendering raw PCM (.sd2), including sidecar definition file
- support marker/region wildcards consisting of separated name=value pairs using $marker(name)[separator] and $region(name)[separator] (see wildcard help)

Track Folders:
- add preference to hide tracks in a folder when the folder is fully collapsed
- add option for track folder collapse button to cycle child track heights between various combinations of normal-sized, small, collapsed, and hidden
- add action to show/hide children of selected folder tracks
- consistently refer to collapsed folders as 'collapsed' rather than 'compacted'
- add actions, menu items to move tracks to new or existing folder track
- gray out folder tracks in track context menu if all selected tracks are already within that folder
- when inserting tracks after a folder whose children are all hidden, insert after children

Backups:
- add configuration for path to auto-save unsaved projects
- default to saving up to 50 timestamped projects in Backups directory for new users
- optionally save timestamped backup projects to Backups directory, auto-saved projects to AutoSaves directory
- optionally keep last X copies or X unique days of copies of timestamped backups

FX Oversampling:
- add preference to auto-disable oversampling for record arm-affected tracks
- avoid subsample delays in signal when delay compensating
- fix slight errors in passthrough MIDI timing when using per-instance oversampling and latency compensation
- improve accuracy of timing information passed to plug-ins when using chain oversampling

Metadata:
- support multi-line render metadata (right-click value cell to open multi-line editor)
- support unsynchronized lyrics metadata via ID3 and VORBIS tags
- cancel metadata edit entry box when user scrolls metadata list
- attempt to parse XMP markers for terse display in media source properties dialog

MIDI Devices:
- support up to 128 input/output devices
- add ability to create multiple native MIDI loopback devices (single audio block delay)
- allow ignoring devices to prevent them from using up device ID space
- add per-device option to not warn when unable to open device

MIDI Quantize:
- automatically quantize media content start position to PPQ when quantizing MIDI
- reset quantization for unselected notes when switching from 'all notes' to 'selected notes' in quantize dialog
- when creating new items, always snap media item position to PPQ
- improve behavior of no-chase playback modes to handle media items with non-quantized starting positions

Mouse Modifiers:
- add multiple arrange view mouse modifier override sections, to define new behaviors when left-mouse-dragging in arrange view
- set override A to marquee selection behaviors, override B to razor edit behaviors, override C to comping behaviors, override D to time selection behaviors by default (all are fully customizable though)
- add actions, toolbar buttons to activate/momentarily activate/toggle/clear mouse modifier overrides
- add menu action to export modifiers for the current context as a ReaScript
- support user-defined custom toolbar button tooltip for arrange view override contexts

Project:
- changing autocrossfade or overlapping-recording options also sets default setting for new projects
- use HMSF if set as a secondary project time unit
- show play/record indicators for background tabs
- add actions to reorder project tabs, actions to switch to specific or previously-selected tabs

Recording:
- display loop counter during recording
- optionally apply autocrossfade when new recording overlaps existing items and adding takes
- optionally apply autocrossfade when loop-punch recording and adding takes
- fix aligning takes when recording pass starts in the middle of a looped section
- when loop recording, do not split recorded media even if a full loop pass was not recorded

Track Spacers:
- add support for customizable spacers between tracks
- display track spacers in mixer when mixer tracks are displayed in the same order as TCP
- when multiple contiguous tracks are selected, spacers will be added at the start and end of the set
- support moving/copying track spacers with mouse, dragging tracks to before/after/within spacers

Video:
- add option to disable video per-media-item
- optionally display video from background projects if current project lacks video
- support project setting for YUV preview/conversion gamut: BT.601 (previous versions), BT.709, BT.2020
- add preference to use standard (accessible) OS editing controls for video code

WALTER:
- themes can create custom controls by using 'custom tcp.custom.xyz [label] [action ID] [accessibility description] [button_image_name]' in layouts
- custom controls can be text fields or buttons, may support .font, .color, .margin
- add various scalars/elements/images
- add warnings, enable via 'warnings all' or 'warnings pedantic' line (only supported when loading a non-zipped theme)

Audio:
- support up to 128 channels per track, 128 channels of I/O per plug-in
- allow mapping ReaRoute/loopback devices as regular channels

Batch Converter:
- allow user-entered file extension if it is compatible with the format (.m4v for .mp4, etc)
- correct extension handling when option enabled to overwrite source files

CLAP Plugins:
- automatically scan reaper_resource_path/UserPlugins/FX for .clap plug-ins
- fix recording automation in touch mode

Color Theme:
- new Default 7.0 theme
- add preference/theme element for small themed indicator on selected media items
- add theme elements for various fixed lane display features (buttons, text, etc)

FX Sidechain:
- allow drag/drop sidechain creation to FX in containers, floating windows
- when creating sidechain via drag/drop to FX, always add/route to new track channels, reconfigure pin mappings for sidechain if FX has 4 inputs

Grouping:
- add option (enabled by default) for track media item grouping to affect only items that start and end at the same time (rather than any enclosed media item)
- improve behavior when splitting media items on grouped tracks

JSFX:
- add ext_gr_meter to support reporting gain reduction to the host (set to non-positive values in @init and @block)
- make output metering pre-wet/dry/delta-solo
- support plug-in defined compile-time configuration parameters

Loopback:
- add audio loopback support (Preferences/Audio) for up to 256 channels
- when recording from loopback MIDI/audio channels, do not compensate audio device latency

macOS:
- improve menu item modifier descriptions for various menus
- optionally display last user-run action in REAPER title bar

Meters:
- add per-track option to display gain reduction from VST or JSFX plug-ins that report gain reduction to the host
- add gain reduction metering preferences in Appearance/Track Control Panels

Multiproject:
- if =REF markers specified in both projects, use as a manual synchronization point
- use project time offsets to synchronize video and playback between project tabs

Pitch Shift/Timestretch:
- add multi-mono and multi-stereo options for applicable algorithms
- support more than 48 channels with Elastique

Takes:
- add actions to mark previous recording pass for deletion, delete takes that are marked for deletion
- avoid potential crash when editing take markers and media item source file is not available

Tempo/Time Signature:
- inserting time at start of project uses initial tempo marker rather than project tempo setting
- if project timebase for tempo/time signature envelope is set to beats, action to insert time will preserve existing tempo/time signature changes

Toolbars:
- support optional animation or blinking for toolbar buttons
- animate ripple-edit, mouse modifier override toolbar buttons by default
- support up to 32 main toolbars, 16 MIDI toolbars

Transport:
- add support for Measures.Beats as secondary time unit
- when parsing user-input time, always treat 8-digit numbers as hhmmssff

Windows:
- do not try to style-match tab-child windows
- update manifest to declare UAC configuration and compatibility for new Windows 8+ features (improves support for some plug-ins)

Click Source:
- fix glitch at start of playback with take FX that use PDC

Dynamic Split:
- properly handle leading/trailing pad when splitting grouped tracks

JSFX/ReaScript/Video:
- % (modulus) operator supports 64-bit values on arm64

Keyboard:
- add multiple alternate main keyboard sections, add actions to switch between them persistently or momentarily

License:
- display license valid-through version in About/Purchase window

Raw PCM Media:
- add button to source properties to reload media after editing .rsrc sidecar file

Razor Edit:
- copy selected part of fade-in/fade-out if any part of the fade is included in the razor edit

RX2:
- fix memory leak when exploding items

Samplerate Conversion:
- update r8brain-free to v6.3

Super8:
- support 1-48 channels (default 8)

Web Control Surface:
- reduce web server latency

REAPER 6.83 (64-bit) 查看版本資訊

更新時間:2023-10-12
更新細節:

What's new in this version:

MIDI editor:
- reset note start time when switching quantization to note end or length only
- do not display inactive takes after switching takes
- enable solo feature for position-in-measure and length settings in MIDI filter
- fix undo when editing left edge of parent item
- improve color matching when coloring notes by track or media item
- various note-length setting actions now auto-extend MIDI items according to preference

CLAP:
- fix recording automation in touch mode
- round MIDI velocity values returned from plugins

macOS:
- fix potential metal drawing glitches when changing from retina to non-retina layouts
- fix minor retina drawing errors

Preferences:
- if the current color theme overrides media item coloring preferences, display the theme-set preferences (grayed out) in Preferences/Appearance/Peaks/Waveforms
- use actions window synonyms option when searching

ReaScript:
- properly syntax highlight Lua hex-fp numbers
- update parameter modulation window when changing parameter link settings
- preserve FXID (if unique to project) when pasting FX/importing track templates

Track panels:
- improve cursor feedback when reordering tracks/making folders
- tweak folder drag destination area to be middle third of left fifth of TCP

VST:
- order MIDI output from plugins to prioritize plugin-generated bank select messages
- support VST3 preset paths on Linux

Crossfades:
- fix grouped crossfade edits potentially coming ungrouped in certain situations

Drag and drop:
- fix potential crash

JSFX/EEL2:
- fix function return value passing to variadic functions on arm

lv2:
- fix support for patches defined in manifest

Marker/region manager:
- support importing multiple markers/regions with the same time position

Media items:
- improve multiple selection behavior when editing crossfade or shared media item edges

Project metadata:
- do not commit metadata if user presses escape key while editing

Project tabs:
- improved tooltip positioning

Razor edits:
- copy fade-in/fade-out if any part of the fade is included in the razor edit

Recent projects:
- if holding alt/opt when opening a recent project from menu, load with FX offline

Recording:
- fix take record pass related functionality when loop recording

Render:
- improve error message when saved render format is not available

Takes:
- do not auto-force-offline inactive takes which are surrounded by one or more empty takes

Track manager:
- improve resizing behavior on macOS

Track reordering:
- improve drag and drop behavior when dragging a track in-place

Track templates:
- fix incorrect loading of certain track template content (e.g. some video processors)

Windows:
- fix keystrokes potentially being ignored immediately after alt+mousedrag

Replay Music 11.10.9.14 查看版本資訊

更新時間:2023-10-10
更新細節:

What's new in this version:

- Update Extraction Engine to version 2023.10.09

Replay Media Catcher 10.10.9.14 查看版本資訊

更新時間:2023-10-10
更新細節:

What's new in this version:

- Update Extraction Engine to version 2023.10.09

pgAdmin 4 7.7 查看版本資訊

更新時間:2023-09-21
更新細節:

What's new in this version:

New features:
- Show object breadcrumbs path along with its comment on object hover
- Allow on demand record count setting to be changed per user using preferences
- Added support to show statistics for materialized views
- Added support to create an unnamed index

Housekeeping:
Fixes:
- Fixed an issue where query tool hangs for some time when multiple columns are selected to open geometry viewer
- Fixed an issue where the browser tree state is not remembered when reopening pgAdmin
- Fixed an issue where collation was set to none if we remove it while creating partitioned table
- Ensure that when pasting a row in query tool grid, default value is used for autogenerated/serial columns
- Show proper message if the debugger is stopped by the user
- Ensure that the save button is enabled when registering a new server fails due to an API error
- The search object, query tool, and psql tool menu should not be displayed for pgAgent
- Fixed error occurring while logging out from pgAdmin keeping a query tool opened
- Fix a SQL error occurring on roles dependents SQL
- Ensure to quote the primary key value if needed while deleting rows from the table
- Fixed error occurring while dumping the servers from CLI
- Throw an appropriate error when a table for which View/Edit data is open, is deleted, and query is executed
- Ensure that internal users are able to login when auth sources are [ldap, internal]
- Fixed an issue with the properties tab not getting updated if the user updates the selected node
- Ensure that the ERD tool should work with the external database after moving to psycopg3
- Fixed an issue where PSQL is not working if the PGUSER env variable is set and service file is used for server connection details
- Mac crash when you press Command-Shift-C
- Fix an issue in View SQL when column level privileges are set with multiple roles
- Fixed an issue where Reset Password is not working after upgrading to latest flask-security-too
- Usernames/roles with special character are not double quoted when assigning privileges

Replay Music 11.9.14.12 查看版本資訊

更新時間:2023-09-15
更新細節:

What's new in this version:

Fixed:
- the “The system cannot find the file specified” issue at the end of stream capturing
- tagging issues at the end of stream capturing

Replay Media Catcher 10.9.14.12 查看版本資訊

更新時間:2023-09-15
更新細節:

What's new in this version:

Fixed:
- the “The system cannot find the file specified” issue at the end of stream capturing
- tagging issues at the end of stream capturing

Replay Music 11.9.7.11 查看版本資訊

更新時間:2023-09-08
更新細節:

What's new in this version:

- Updated copyright in EULAs
- Added M4A conversion preset
- Output file name normalization
- Latest release of yt-dlp 2023.07.06 for Extraction Engine

Replay Media Catcher 10.9.7.11 查看版本資訊

更新時間:2023-09-08
更新細節: