Skip to content

Releases: airdcpp-web/airdcpp-webclient

1.1.0

07 Aug 17:34
Compare
Choose a tag to compare

Common new features:

  • Allow viewing and managing of bundle files and sources (#50)
  • Allow viewing individual results for grouped search result entries (#146)
  • New setting page for download priorities
  • Favorite download directories can now be added
  • Filelist and viewed file tabs will show possible downloading failures
  • Support %[username] variable in download targets (#157)
  • Add support for /me in chat (#173)
  • Show chat history when opening a new private messaging session (#132)

Web Client 1.1.0

  • Don't flush the file on disk when a download segment finishes (speeds up downloads with fast connections)
  • Use lower thread priority for uploads to make them less disruptive when the system is under high load
  • Fix crashes when non-existing share profiles are configured for favorite hubs
  • Fix possible issues when trying to browse filelist from search that is already open
  • Fix issues with user updates after being redirected to another hub
  • Adjust the auto detected slot counts for connections faster than 100 mbps
  • Fix case sensitivity issues with SFV file names when scanning finished bundles for missing/extra files
  • Pick "last modified" for grouped search results from the oldest result

Web UI

1.1.0

  • Add a context menu item to perform searches for downloadable files/directories
  • Show a notification when new bundles are queued again
  • Escape regexps correctly to avoid crashes with some auto suggest fields

1.1.1 (2016-08-09)

  • Make chat status messages and PM history darker
  • Add a close button in the top bar for filelists and viewed files
  • Add "Close all" button in session listing dropdown
  • Show unread labels also for filelist and viewed files

1.0.7

19 Jul 12:30
Compare
Choose a tag to compare

Web Client 1.0.7

  • Disable various code optimizations on ARM systems (armv6l and armv7l) to avoid stability issues (#141)
  • Fix merging of new bundles into already queued ones
  • Fix duplicate dupe paths being displayed for root share directories
  • Fix synchronization issues when a single filelist is being browsed simultaneously from multiple sessions
  • Improve stability when queuing filelists
  • Fix a crash when trying to load corrupted web server settings

Web UI 1.0.8

  • Shift+Enter will create line break in message composer

1.0.6

29 Jun 08:18
Compare
Choose a tag to compare

Fixes issues when searching bundles for alternates

1.0.5

28 Jun 15:48
Compare
Choose a tag to compare

Web Client 1.0.5

  • Fix filelist-related memory leaks
  • Fix possible deadlocks when opening new filelists
  • Avoid disk access when cleaning up finished bundles
  • Fix a crash when resuming the download queue
  • Fix sharing issues after being redirected to another hub
  • Fix connections to the web server being blocked in some cases (#161)
  • Fix possible deadlocks when bundles/hashed files are being added in share
  • Private messaging: don't send "message seen" notifications for status messages, don't show the PM privacy warning in NMDC hubs
  • Add valid finished bundles in share on startup
  • Improve performance with huge bundles (adding in queue and search for alternates)

Web UI 1.0.7

  • Don't show notify events in the event log
  • Fix a filelist height issue with new versions of Google Chrome

1.0.4

25 May 16:55
Compare
Choose a tag to compare

Web Client 1.0.4

  • Fix an issue with share profile settings not being obeyed when generating full filelists
  • Use natural sort order in list views
  • Fix an issue when performing searches with exact file name matching
  • Share profile is not required for refreshing a virtual path (API)
  • Don't flush the file on disk when a download segment finishes (this caused unnecessary idle time for connections)
  • Fix the set away mode not being enabled after startup

Web UI 1.0.6 (19-05-2016)

  • Update the hub url when attempting to download a filelist that is already open in the client
  • Set autofocus for the username field on login page

1.0.3

27 Apr 11:10
Compare
Choose a tag to compare

Web Client 1.0.3

  • Remove support for sharing subdirectories of already shared directories in other share profiles
  • Fix a rare freeze when adding new files into an existing bundle
  • Fix directory not being changed when opening an already open filelist from search (#143)
  • Fix a few issues with user-specific file searches (not used by the UI)
  • Fix a few small memory leaks
  • Show a warning when system encoding is not set (#137)

Web UI

1.0.5 (2016-04-19)

  • Reduce the size of the loaded UI files
  • Always scroll the chat to bottom when switching between sessions (#135)
  • Ensure that the action dropdown of currently selected folder is reloaded when switching to another filelist sessions with the same active path
  • Don't trim leading whitespaces when sending chat messages (#142)
  • Don't collapse whitespaces from displayed chat messages

1.0.4 (2016-03-29)

  • Support base directories when using an external web server for proxying (#86)
  • Various fixes for setting pages

1.0.2

24 Mar 15:02
Compare
Choose a tag to compare

Web Client 1.0.2

  • Add support for partial HTTP transfers: allows seeking in media files, fixes viewing of videos in Safari, fixes replays in other browsers
  • Installation: fixes availibility of python command not being checked correctly (@sbraz, gentoo/gentoo#1124)

Web UI 1.0.3

  • Fix web user removal
  • Allow viewing videos in full screen mode with Google Chrome
  • Don't send the HTTP referer header when clicking on external links (third party sites won't receive the client URL)

1.0.1

15 Mar 17:36
Compare
Choose a tag to compare

Web Client 1.0.1

  • Fix dupe detection for shared directories

Web UI 1.0.2

  • Re-add the virtual name column to share layout
  • Fix compatibility with IE11

1.0.0

14 Mar 13:28
Compare
Choose a tag to compare

This version is compatible with examples made for the Javascript API connector (the connector is also used by the Web UI).

Note: python is now required for installation

New features

  • Add support compiling on FreeBSD (and on OS X, excluding the installation phase)
  • Move shared directories to a separate main layout
  • Show partial dupe status for queued/finished folders
  • Show system's hostname in the browser window title
  • Allow changing the auto priority state for bundles
  • Allow selecting own share for browsing from the "Open filelist" layout

Notable bug fixes

  • Fix connecting to ADC hubs on arm systems
  • Fix "Address already in use" after restarting
  • Fix adding of sources for directory bundles when using NMDC hubs

0.16.5

24 Feb 09:40
Compare
Choose a tag to compare

Changes

  • Fixes UI installation issues
  • Update the JSON library (fixes a crash on ARM systems)
  • Perform clean exit on SIGTERM (kill command without parameters)