Jump to content

geodasoft

Contributors
  • Posts

    1,145
  • Joined

  • Last visited

  • Days Won

    72

Posts posted by geodasoft

  1. AIMP v4.51, build 2075 (01.05.2018)

    • Common: Localizations have been updated
    • Plugins: Compatibility with plugins from v2.60 has been improved
    • Fixed: Audio Converter - tracks are skipped in some cases if the "one folder to one file" mode is used
    • Fixed: Player - Replay Gain - preamp for values from tags affects to default replay gain value
    • Fixed: Playlist - click at group header selects all tracks in group including tracks that have been hidden by quick search filter
    • Fixed: Tags - ID3v2 - data from the USLT tag field is interpreted incorrectly in some cases
    • Fixed: Music Library - Grouping Tree Preset Editor - default sorting value is displayed incorrectly
  2. Microsoft Visual 2005-2017/C++ Redistributable x86/x64 26/04/2018

    Included
    ► Microsoft Visual C++ 2005 Redistributable Package (32/64 bit)
    ► Microsoft Visual C++ 2008 Redistributable Package   9.0.30729.7523 (32/64 bit)
    Microsoft Visual C++ 2010 Runtimes 10.0.40219.5(32/64 bit)
    Microsoft Visual C++ 2012 Runtimes 11.0.61135.401     (32/64 bit)
    Microsoft Visual C++ 2013 Redistributable 12.0.40664(32/64 bit)
    Microsoft Visual Studio VSTOR new version 10.0.60830.5  (32/64 bit)
    Also includes "extra" Visual Basic and C runtimes
    change_log.png
    Microsoft Visual C++ 2017 Runtimes 14.14.24405(32/64 bit)

    - Replaced Microsoft Visual C++ 2015 (x86) v14.0.24406 With Microsoft Visual C++ 2017 Redistributable (x86) 14.14.24405
    - Replaced Microsoft Visual C++ 2015 (x64) v14.0.24406 With Microsoft Visual C++ 2017 Redistributable (x64) 14.14.24405
    * incorporated enhanced batch script to handle the process (originally created by @burfadel).
    * added Universal CRT update KB3118401 for Vista/7/8/8.1 (installed only if ucrt is missing).
    * updated extra.exe with the rest of files listed here as VB6 redistributable runtimes.

    - The script will check and remove existing non-compliant Visual C++ Runtimes, these are the original EXE or MSI setups, or older MSI packages versions.

    - Note
    Windows XP support is partial, the pack will install and detect latest runtimes versions, but it will not check and remove non-compliant versions.

    - Default behavior:
    batch script runs automatically hidden in the background, without prompt
    installation/uninstallation operations progress will be shown
    non-compliant packages will be removed, and all runtime packages will be installed

    - You can extract the pack with 7-zip or WinRar, and run Installer.cmd as administrator

    - For command-line options run <installer_name>.exe /?
    original command line switches are kept
    Size: 29.8 Mb
    Date: 26/04/2018

    [AIO]  Microsoft Visual C++ Redistributable 2005-2017 C++ x86/x64 By Ricktendo 26/04/2018

    Quote

     

  3. Changes between 3.0.1 and 3.0.2:
    --------------------------------

    Core:
     * Fix snapshotting with subtitles when using hardware acceleration
     * Fix green/missing line/column when the picture dimensions are odd

    Decoders:
     * Important improvements in hardware decoding for macOS, notably faster,
       supporting more samples and removing crashes/deadlocks
     * Improve compatibility for DxVA2 and D3D11 decoding, fix crashes when seeking
       and fix blacklisting of broken drivers
     * Fix SSA subtitles forced alignment
     * Fix E-AC-3 stuttering
     * Fix MIDI playback on macOS
     * Add playback support for ProRes 4444 XQ

    Demux:
     * Fix wrong colors in some AVI files
     * Fix IFO files playback to start DVDs
     * Fix a crash with missing/invalid MPEG SDT
     * Update VP8/9/10 ISOBMFF bindings and improve HDR for those cases
     * Fix TTML inside MP4
     * Improve MP4 read of color information
     * Fix flac seeking and improve flac parsing
     * Improve mkv opening & seeking speed
     * Fix display of chapters with no name defined
     * Miscellaneous MKV crash fixes
     * Fix crash with multi-region DVDs
     * Fix audio being muted on DVD chapter change
     * Fix audio being muted when seeking in a BluRay disc

    Access:
     * Avoid a crash/assert in FTP after seeking

    Audio output:
     * Fix mmdevice default audio device handling
     * Fix "reset audio volume" being forcefully deactivated
     * Allow a default device to be used by VLC
     * Only warn once about misconfiguration for AUhal devices on macOS
     * Improve resampling and latency computation for CoreAudio
     * Passthrough is now disabled by default

    Audio filters:
     * Fix audio stutter after unpausing with headphones
     * Fix silence when dolby-surround was mis-selected in preferences

    Video output:
     * Fix OpenGL crashes or bad display with semi-planar chromas
     * Fix OpenGL interop (zero-copy) disabled for tvOS
     * Major rewrite of the iOS video output to fix numerous crashes
     * Important improvements of the D3D11 video output to use less memory
       and less GPU for HDR tone-mapping
     * Fix crop on vertical videos with Direct3D11
     * Fix Direct3D9 filters settings not being applied properly
     * Fix transform filters with hardware decoding
     * Fix snapshot and filters with HEVC hardware decoding
     * Fix a buffer overrun during GPU/CPU image copy
     * Fix glitches on DVD menus with Direct3D11
     * Fix non-HDR content playback on HDR screens with Direct3D11
     * Fix YUV full range displayed incorrectly in Direct3D11
     * Fix miscellaneous crashes in Direct3D11
     * Fix potential black screen with 10bits videos on Direct3D11

    macOS:
     * Fix Growl notifications on recent macOS versions
     * Fix conversion output file name encoding
     * Fix crash reporting on macOS 10.7 and 10.8
     * Fix crash on exit
     * Fix remember playback position
     * Fix Blu-ray disc Java menu
     * Fix swiping on time slider to change position
     * Fix problems with restoring user name from keychain
     * Fix localization issues

    Qt:
     * Fix last folder used in open dialogs
     * Allow to customize the seek jump when using the mousewheel
     * Fix fullscreen controller positionment on multiscreen setups
     * Fix pasted URLs not being trimmed
     * Fix jump size not being configurable
     * Fix missing time labels updates
     * Fix playback speed slider not accepting 1.0x value
     * Fix raw input dump
     * Fix window size after a fullscreen playback

    Misc:
     * Fix lua rc & oldrc interfaces host specification
     * Fix crashes when searching for renderers
     * Relocate localedir for Linux (improves snap i18n support)
     * Fix VDPAU GLX usage on Linux
     * Improve support for NetBSD
     * Fix MSI script for Windows
     * Fix libvlc_media_list not going to next media
     * Fix character encoding on win32 consoles
     * Miscellaneous chromecast improvements
     * Fix missing OSD navigation feedback
     * Various VLSub improvements
     * lua: Fix scripts not being loaded on some filesystems
     * lua: Add vlc.io APIs to handle UTF-8 paths

  4. * V 2.3.29.5287 (2018/04/24))
       [Mejora de la función]
    - Mejorado la forma de configuración de color de fondo al reproducir archivos flash. (.SWF)
    - Función mejorada de captura de pantalla avanzada.
    - Mejorado una lógica para encontrar nombres de archivo similares.
    - Se agregó la opción 'Reproducir archivo siguiente cuando la reproducción falla' en Configuración.
    - Se agregó la opción 'Filtro de audio AC3 desde el filtro de audio interno' en Configuración.
    - Se mejoró el problema de que los subtítulos se superponen o desaparecen después de cambiar el formato de los subtítulos.
       [VOC y correcciones de errores]
    - Se arregló el problema que no puede leer los subtítulos de la ruta de la ROM.
    - Se mejoró el problema de que una pequeña ventana aparece temporalmente cuando los usuarios maximizan una ventana.
    - Se modificó el valor de espaciado de línea de subtítulos ± 30 -> ± 50.
    - Se corrigió el error de referencia LNK.
    - Se solucionó el problema de que el tiempo de repetición de varios segmentos parece incorrecto.
    - Se corrigió el problema de que la HEVC de alta resolución (4K) contenía instantáneas y colapsos de la galería.
    - Se solucionó el problema de que los subtítulos no se muestran cuando los usuarios realizan búsquedas de imágenes durante la reproducción.


  5. KaraFun Player  Versión 2.6.0.4
    change_log.png
    Al igual que una buena canción, hacemos la rima del viernes con Karaoke. ¡Esta vez, una nueva versión de KaraFun Player, con varias correcciones que llegarán a tiempo para el fin de semana!

    == NUEVAS CARACTERÍSTICAS ==

    • Banner de desplazamiento, ahora también en Windows para todos nuestros clientes profesionales.
    • Nuevo diseño de configuraciones, más fácil que nunca.

    == MEJORAS ==

    Revisar la lista de mejoras probablemente lo ayudará a dormir, ¡pero no haremos eso aquí! Hemos hecho muchas cosas para que todo sea más rápido y más receptivo. ¡Perdí el pelo en el proceso, pero valió la pena al 100%!

    == BUGFIXES ==

    • Fade in, fade out, sincronización de letras ... Lo hemos establecido correctamente, y debería ejecutarse como se espera.
    • Su identificación remota ahora está pegajosa cuando pierde la conexión durante una sesión. ¡No más cambios de identificación en medio de un canto serio!
    • Los MP4 grandes ya no son un problema y no deberían bloquear el software. Trae los bytes!

    Siéntase libre de probar esta versión si desea probar esos cambios antes de que se hagan públicos.

  6. AIMP v4.51, build 2073 (12.04.2018)

    Tag Editor: the %Random(A) macro has been added

     

    Fixed: Plugins - API - the IAIMPServiceFileTagEditor service cannot be used from non-main thread

    Fixed: Plugins - inputFFmpeg - bitrate for files in OPUS file format was not displayed (regression)

    Fixed: Plugins - InputFFmpeg - memory leaks occurs during playback of files that contains multiple streams

    Small bugs and defects were fixed

  7. Changes in Daum 1.7.10667 (2018-04-04):

    • Added the ability to play MP4 streams
    • Improved seeking speed with Built-in HTTP Async Reader
    • Modified playlist handling to work asynchronously when possible
    • Fixed a problem where playback of AVI files did not work properly
    • Fixed an issue where codec-related settings were reset when switching presets
    • Fixed a problem that causes the program to crash when Built-in D3D11 Video Renderer is used in Windows 8
    • Fixed an issue where multiple color tags could not be read when subtitle time period is started from 0
    • Fixed a problem that prevents playback of certain fragmented MP4 files
  8. Changes in 4.51 Build 2070:

    • Audio Converter: new encoding mode - "single folder - single file"
    • DSP-Manager: an ability to remove silence longer than 0.5 seconds
    • DSP-Manager: Now you can specify different preamp values for the "on-the-fly analysis" or "value from tags" modes
    • Tag Editor: an ability to start autonumeration from specified index
    • Tag Editor: support for the "delete word left/right from cursor" commands in text boxes
    • Lyrics: support for lyrics that embedded to CUE sheet
    • Plugins: new built-in visualization called "Album Art" has been added
    • Default Skin: an ability to customize text size for lyrics box
    • Music LIbrary: table - an ability to specify action by double click on table items
    • Music Library: table - cards in group details view mode are now groups by value of first displaying field
    • Music Library: Core - performance of DB Engine has been improved
    • Fixed: General - control's images in dialogs displays too small if app is running on monitor with scale factor more or equal to 200%
    • Fixed: AudioConverter - the "remove sources on successful conversion" does not work with audio files that split by CUE sheet
    • Fixed: AudioConverter - calculation of total progress does not take files duration into account
    • Fixed: AudioConverter - stat does not take all parts of the output file into account, if it has been divided into several physical files during conversion
    • Fixed: Player - the "restore playback position for each playlist" works incorrectly in some cases
    • Fixed: Tag Editor - unexpected behavior on jumping to next track in the list, if the list has been sorted by tag field that was changed during editing
    • Fixed: Tag Editor - the album art field does not read from files in OPUS file format
    • Fixed: Skin Engine - text scaling works incorrectly for skins that does not support for high dpi on system with dpi that differs from 96 dpi
    • Fixed: Skin Engine - small issues have been fixed
    • Fixed: Music library - canceling background task may leads to hangs the app
    • Fixed: Music Library - grouping / filtering works incorrectly with the "Copyrights" field
    • Fixed: Music Library - Grouping Tree - quick search value specified in one data source affects to other
    • Fixed: Plugins - inputFFmpeg - displays total bitrate of file instead bitrate of audio stream
    • Fixed: Plugins - Last.fm - invoking the dialog with track information on app startup leads to hangs the app
    • Small bugs and defects were fixed
  9. The stable channel has been updated to 65.0.3325.181 for Windows, Mac and Linux. This will roll out over the coming days/weeks. Security Fixes and Rewards Note: Access to bug details and links may be kept restricted until a majority of users are updated with a fix. We will also retain restrictions if the bug exists in a third party library that other projects similarly depend on, but haven’t yet fixed.

  10. * V 2.3.28.5285 (2018/03/21)
      [Addition of new features]
        - Addition of SRT format subtitle storage function
        - Addition of ASS, SSA format subtitle storage function

      [Improvement of function]
        - Addition of counterclockwise rotation "Hot Key"
        - Image capture memory is compatible with KAKAO TALK

      [VOC and bug fixes]
        -Correct the error of partial subtitle playback
        -Correct the error of hiding cursor during playback
        -Correct the error of generation folder name during continuous capture
        -Fix the problem of not exposing a message to the status window in partial skin
        -Fix the problem of “No Response” when signing in
        -Correct the error of certain ASF file search
        -Correct the error of RTMP protocol contents search
        -Correct the error of displaying playback time in certain MP4 file
        -Improve playback of SWF file (Handling background color and marking play status)

     

  11. PDFCreator 3.2.0

    Released 2018-03-15

    Improvements

    • Set own default viewer to open document after conversion
    • PDFCreator Plus, PDFCreator Business and PDFCreator Terminal Server: Click on a successful auto-save notification to open file folder
    • PDFCreator Terminal Server: Allow to configure a proxyserver for the license service
    • Drag & drop folders to convert all files
    • Tokens for cover, background and attachment
    • Detect too long paths, invalid characters and invalid absolute paths in profile settings
    • Display creation date in file history overview

    Bugs fixed

    • Prevent crash during uninstallation if spool folder is not empty
    • Prevent crash of PrinterHelper.exe on update
    • The auto-save notifications always took the settings from the default profile

    Known issues

    • Ghostscript 9.22 does not always produce valid PDF/A files. As the previous Ghostscript version we used (9.19) had problems with special characters in paths, we had to upgrade the version. This only affects PDFCreator Free. In PDFCreator Plus, Business and Terminal Server, we are able to fix the issues with a commercial library we are using.
  12. AIR

    • AIR apps quit unexpectedly when byte array is attached to domainMemory(AIR-4198585)
    • Flash Builder quits unexpectedly on High Sierra when "Export release build" is selected from the Project menu (Updated BLOG)
    • clipboard.dataForFormat returns null for Custom data in the Clipboard(AIR-4198553).
    • Wireframe feature not working on Directx11(AIR-4198597)
    • Screen turns half black when iOS goes into standby and user resume again for IOS 10+ (AIR-4198539)
    • Bluetooth Headset not working with microphone.getEnhancedMicrophone() on iOS (AIR-4198549)
    • [Android]Incomplete textures are rendered when uploading large textures.(AIR-4198475)
    • Unexpected margin at the top of StageWebView on iOS 11 (AIR-4198537)
    • InvokeEvent.arguments is empty on Android (AIR-4198552)
    • Delay in dispatching TOUCH events on device borders on iOS 11 (AIR-4198551)
    • StageWebView does not load nor display local HTML content (AIR-4198420)
    • Status bar appears when app is in fullscreen and showing soft keyboard on Samsung devices (4189175)
    • Audio stops playing on interruption when SoundMixer.audioPlaybackMode = AudioPlaybackMode.VOICE and SoundMixer.useSpeakerphoneForVoice = false (4189377)
    • NetworkInfo.isSupported returns TRUE on Android even when permissions are missing in application descriptor (AIR-4198485)
    • Stage shift offset error on StageText focus when status bar is hidden on Samsung S8 (AIR-4198421)
    • [iOS] iOS StageWebView viewPort incorrect (y axis shift) (AIR-4198583)
  13. March 13, 2018

    Flash Player

    • Flash Player settings panel become unresponsive when hardware acceleration is turned off on Firefox.
    • Flash Player quit unexpectedly when "by.blooddy.crypto.Base64" class try to decode BASE64.(FP-4198772)
    • Flash Player Protected mode + Async drawing on Firefox causes the font color to be inverted
    • SecureSocket and RTMPS with OpenSSL is not sending "server_name" SNI headers.
    • Flash Player will not connect via SecureSocket to a server running only TLS1.2.
  14. 8fBSHFk.png

    La versión Chrome 76 incorpora varias novedades, entre ellas una opción que hace que sea más difícil para los sitios identificar si un usuario está usando el modo incógnito.

    Google Chrome 76: cambios y novedades
    Entre ellas, una opción que busca impedir, o al menos dificultar que los sitios detecten las sesiones que se inician en modo incógnito.

    ¿Y cómo es esto? Se incluyó una modificación en la API File System que impide que los sitios web que introducían scripts para detectar el modo incógnito puedan seguir haciendo esto. La nueva versión corrige cómo Chrome implementaba la API FileSystem, de modo tal que las secuencias de comandos "detectar modo privado" ya no puedan utilizar ese indicador.

    Cabe recordar que el modo incógnito es una opción que se puede utilizar presionando en los tres botones del margen superior derecho de Chrome. Allí hay que elegir "nueva ventana de incógnito" y se abrirá una ventana donde se le informará al usuario que está iniciando sesión de incógnito.

    Esto no quiere decir que el usuario esté navegando de manera totalmente invisible en la web, sino, simplemente que tiene mayor privacidad que si no lo hiciera en esta modalidad. Tal como se explica cuando se despliega esta ventana, el modo incógnito hace que otros usuarios no puedan rastrear tu actividad en ese dispostivio que estás usando.

    Con el modo incógnito activo Chrome no guarde la siguiente información: tu historial de navegación;  las cookies y los datos de sitios web ni la información introducida en formularios. De todos modos, es posible que tu actividad todavía sea visible para los sitios web que se visiten; el proveedor de servicios de internet o la empresa o centro educativo donde esté conectado el equipo.

    Otras novedades

    Muchos sistemas operativos hoy soportan el modo oscuro, por eso, ahora Chrome incropora una opción para que los desarrolladores puedan ajustar automáticamente la estética de sus sitios de modo tal que coincida con el modo que quiera utilizar el usuario.
    Modo-Incognito-de-Google.jpg
    También se mejoraron las Aplicaciones Web Progresivas (PWA, por sus siglas en inglés). Ahora los desarrolladores podrán incluir un indicador de instalación de PWA propio, sin tener que optar por el nativo de Chrome.

    Además, en esta nueva versión, el navegador comprobará la existencia de actualizaciones para este sistema con mayor frecuencia. Así, en vez de hacer las comprobaciones cada tres días, se harán a diario. Esto busca optimizar el funcionamiento de las PWA.

    El aspecto "frosted glass" para las aplicaciones, especialmente en iOS, hace que los elementos de la interfaz de usuario sean parcialmente translúcidos, con un fondo apenas borroso. Chrome 76 añade soporte para que seto también sea posible en la web con el filtro de fondo CSS.


    Google Chrome 76.0.3809.87 Dual x86x64 [Desatendido]

    Quote

     


  15. Notepad++  8.4.0 Dual x86x64 [Desatendido]Multi
    QcKBL4d.png
    Acerca de
    Notepad ++ es un editor de código fuente y reemplazo de Bloc de notas que admite varios idiomas. Funcionando en el entorno de MS Windows, su uso se rige por la licencia GPL.

    Basado en el potente componente de edición Scintilla, Notepad ++ está escrito en C ++ y utiliza API Win32 pura y STL que asegura una mayor velocidad de ejecución y un tamaño de programa más pequeño. Al optimizar tantas rutinas como sea posible sin perder la facilidad de uso, Notepad ++ está tratando de reducir las emisiones mundiales de dióxido de carbono. Al usar menos potencia de la CPU, la PC puede reducir el consumo de energía y reducir el consumo de energía, lo que resulta en un entorno más ecológico.

    Complementos incluidos:

    1. NppExport v0.5 (32 bits x86 solamente)
    2. Converter 4.4
    3. Herramienta Mime 2.1
    4. DSpellCheck 1.3.5
    5.-Mime Tool 2.7
    6.- WinGup (for Notepad++) v5.1.1
    7.- Scintilla  4.2.1

    notepad4ever.gif


    folder_download_4.png

    Notepad++  8.4.0 Dual x86x64 [Desatendido]Multi
    LP7hl.gif

     

     

    Silent installation

     

     

  16. Changes between 3.0.0 and 3.0.1:

      Hide contents
    
    Core:
     * Fix use-after-free when cleaning playlists
     * Fix crash on exit on Windows
    
    Video output:
     * Fix HLG tone mapping on some systems like macOS.
     * Fix screensaver inhibition on Windows XP
     * Fix various Direct3D11 crashes
     * Fix HDR tone mapping in Direct3d11
     * Fix pink screen on Windows
    
    Access:
     * macOS: enable SMB file sharing
    
    Decoder:
     * Fix potential stack buffer overflow with faad
     * Enable Cineform HD in avcodec
    
    Hardware Decoder:
     * macOS: Improve HEVC 10bit performance with Videotoolbox
     * android: Add MPEG2 support via MediaCodec
     * Fix HEVC decoding with some files on Android/macOS/iOS
     * Improve Direct3D11 memory usage
    
    Demux:
     * Improve MKV seeking speed
     * Fix xspf base URL handling
     * Fix reading mp4 trun with moof based offsets
     * Fix adaptive http redirections
     * Replace old API, fixing adaptive TLS leak
     * Use mime type as fallback for HLS segment type
     * Fix subtitle (srt,ssa..) seek when having a single entry
     * Flag non default HDMV subset video streams
     * Increase TS probing amount for 4K streams
     * Miscellaneous MKV, MP4 & AVI crash fixes
    
    Packetizer:
     * Fix out of bounds read in mpeg4video
    
    Stream Output:
     * Improve chromecast loading speed
     * Improve local/chromecast transition during playback
     * Fix chromecast loading with some versions of Windows
     * Fix chromecast loading with some chromecast devices (TVs and Android boxes)
     * Fix wrong first cover art when casting
     * Fix casting to VP9
    
    macOS Interface:
     * Re-add option to disable the fullscreen controller panel
     * Auto-layout improvements
     * Remove misleading playback warning indicator
     * Fix crash with the interface for lua extensions (like VLSub)
     * Fix show sidebar setting being ignored on restart
     * Fix MKV files association
     * Fix chromecast audio detection
    
    Qt Interface:
     * Improve scaling on HiDPI displays
    
    Snap:
     * Improve interface look and feel.
  17. Querido Amigo  luis  ha salido unsa nueva version que es la 4.51 podias subirlo por favor

    podrias aumentar lo siguente si no te molesta

    IrfanView Shell Extension Plug-In:

    Both x86&x64 included.

    http://www.irfanview.net/plugins/irfanview_shell_extension_plugin.exe

    SHA-256: b9828e236b26626b46fe20ad31208140fc572819ba86c2cba75cbd2c7724ebef

    http://www.irfanview.net/plugins/irfanview_shell_extension.zip

    SHA-256: 2112f85a917b2eca90eaa047a8c3b22e0157f13e83971aee679d955b2ff1047d

    y los siguentes temas

    projekt%202016.png
    Creator: Sepp, Button sizes: 16x16, 24x24, 32x32, 48x48, 64x64

    axialis.png
    Creator: Icons by Axialis Software/Assembled by Paul Kibe, Button sizes: 16, 24, 32

    win10.png
    Creator: Maxelo, Button sizes: 24x24, 32x32, 48x48, 56x56, 64x64

     

    iconshock.png
    Creator: Icons by IconShock/Assembled by Paul Kibe, Button sizes: 24, 32

     

    pixlers.png
    Creator: pixlers.at, Button sizes: 25x25

     

    otra pegunta sacaras para 64 Bits tambien

     

  18. Cambios 3.8.3.7 - 25/02/2018

    * AAC/ALAC/MP4 support via Media Foundation codecs
    * Seeking to positions the have not been downloaded yet from HTTP servers
    * Seeking in complete HLS sequences (not live streams)
    * Last modification time shown in "General" info and track info windows
    * Built-in support for MP4 tags
    * RIFF/WAVE character set (CSET chunk) support
    * Option to close XMPlay at end of queue
    * "-closequeue" command-line option to close XMPlay at end of queue
    * Option to shutdown the PC when closing at end of track/queue/list
    * "-library" command-line option to add files to the library
    * DSP bypassing shortcut to temporarily disable all DSP
    * Shortcut to explore a file's folder
    * Monitored folders can be removed with or without keeping the files in the library
    * A single confirmation is asked for when using "Remove & delete file" on multiple files
    * Forced overwriting is now optional when using "Auto-filename" file writing option
    * Plugin "priority filetypes" settings are honoured when scanning track info (not Winamp plugins)
    * Associated filetypes are no longer all shown as "XMPlay-able" in Windows Explorer
    * Extended playlist/library window size limit increased to 150 tracks
    * Force VBlank timing on MOD files option and shortcut
    * Panning fix for MOD files created with ScreamTracker 3

×
×
  • Create New...