JDownloader Community - Appwork GmbH
 

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 12.10.2023, 10:57
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default Changelog

Simple changelog

As many of you know, we do not officially maintain a changelog.
I will be posting a simple changelog into this thread from time to time and only for bigger updates.

If you wish to be notified on changes, subscribe to this thread.
Use this thread to provide feedback to changes.

This simple changelog has no claim for completeness!
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 12.10.2023 at 11:11. Reason: Fixed typo
  #2  
Old 14.03.2024, 14:45
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default

Changelog for the next major CORE-update which has not been released yet:

- Added setting to move processed containers to trash RE https://board.jdownloader.org/showthread.php?t=76018
- Added work on pre-validation of account login credentials (email/username, password, apikey, cookies) RE https://board.jdownloader.org/showthread.php?t=94224
- Improved GUI feedback on invalidated login credentials
- Added auto truncating of filenames which are 'too long'. This only happens if writing them fails in the first place. If your OS does not have any filename-length limitation, this new handling will not affect your downloads. Path-segments will not be auto corrected, only filenames. RE https://board.jdownloader.org/showthread.php?t=94210
- Added more precise error message for downloads which fail due to issues with writing the file: So far, that mostly resulted in error "Invalid download directory" while now it can be e.g.: Path too long, Filename too long, Permission problem. The "Invalid download path" message can still happen but it should now only happen if the path really is invalid e.g. contains invalid characters or is invalid due to other edge cases.
- added auto correct of wrong file-extensions when download is started. This will mostly affect downloads of image and video files.
- Added support for container 'SFDL' RE https://board.jdownloader.org/showthread.php?t=86196
--> SFDL support comes with auto password handling and a password list which can be accessed via advanced settings: ContainerConfig: SFDLContainerPasswordList
- Added new advanced setting GeneralSettings.filenamecharacterregexreplacemap -> This is used to replace characters which are not allowed in file-paths though you are free to use it for global custom replaces as well. This is an effort to prevent users from getting underscores in filenames/packagenames thus loosing information.
- Added new advanced setting GeneralSettings.packagenamecharacterregexreplacemap which works similar to GeneralSettings.filenamecharacterregexreplacemap
- Advanced Setting GeneralSettings.cleanuppackagenames now only works for package names, not for filenames (that was confusing before)
- Account usage rules: Removed the ability to create rules for multihoster-domains as that doesn't make any sense
- YT: added two new tags [for recorded livestreams]: DATE_LIVESTREAM_START and DATE_LIVESTREAM_END refs #90404 Boolean 'isLiveNow' in YoutubeClipData can be used to easily determine after parsing, if that item is a currently online livestream. RE forum https://board.jdownloader.org/showth...606#post525606
- YT: added simple setting to put playlist-position to beginning of filenames no matter which filename-scheme the user has configured closes #89258
- Improved LinkCrawler rules handling, sometimes some results were not returned as expected, see: https://board.jdownloader.org/showthread.php?t=94258
- Fixed filenames like "..mp4" resulting in "mp4" after Cleanup (extension went missing)
- Multihoster handling: allow multihost plugins to trigger "file not found" errors; if this causes trouble, we need to put some more time into this. Reference: https://board.jdownloader.org/showthread.php?t=94812

Related closed tickets:






This changelog-post is work in progress and will be updated until said changes are live.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 19.03.2024 at 12:16. Reason: Added more information
  #3  
Old 14.06.2024, 16:22
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default

Rough changelog of todays update:
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by Jiaz; 14.06.2024 at 16:25.
  #4  
Old 19.06.2024, 16:38
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default

Rough changelog of today's update:
- Default replace map for non allowed characters: removed character "!" Reference: https://board.jdownloader.org/showthread.php?t=95411
- The two new replace map settings have been renamed: old: FilenameCharacterRegexReplaceMap and PackagenameCharacterRegexReplaceMap, new: FilenameReplaceMap and PackagenameReplaceMap
- Fixed tiktok, reference: https://board.jdownloader.org/showthread.php?t=95493
- New placeholder has been added to copy information action: {tab}, reference: https://board.jdownloader.org/showth...705#post535705
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 20.06.2024 at 23:30.
  #5  
Old 04.07.2024, 15:45
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default

Rough changelog of today's update:

- Implemented new logic which can fix file extension right before download is started
- Google Drive: fixed shortcut-items wrongly being added as Google Document items resulting in wrong .zip file extension RE forum https://board.jdownloader.org/showthread.php?t=87551
- Handling which replaces "non allowed characters" in package names and filenames is now working globally RE https://board.jdownloader.org/showthread.php?t=95955
- Added "bytes remaining" to download overview, reference: https://board.jdownloader.org/showthread.php?t=95971
- fixed bug in frequently used function which obtains filenames from URLs, sometimes that wrongly returned strings starting with a slash RE https://board.jdownloader.org/showthread.php?t=95978
- FTP: fixed encoding issues resulting in links being wrongly marked as offline RE https://board.jdownloader.org/showthread.php?t=96043
- Global representation of filesizes: Obey OS/locale default RE https://board.jdownloader.org/showthread.php?t=95990

pornhub plugin changes (requested via ticket):
1. pornhub channel/profile crawler now respects the sort parameter ("o"-parameter) inside added URL.
If no sort parameter is given, value "mr" will be used as fallback for items which have more than one page.

2. In the pornhub plugin settings, you can now limit the number of items which the channel crawler shall return.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 04.07.2024 at 15:58.
  #6  
Old 09.07.2024, 15:15
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default

Rough changelog of today's update:

Related tickets:


__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
  #7  
Old 12.07.2024, 17:23
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default

Rough changelog of today's update:

MegaConz (mega folder links):
- treat unknown error codes as file/folder offline"
- display online items with invalid decryption key same as when user provides- or enters wrong password
- allow user to add folder links without decryption key, then ask user RE forum 96105
- also ask user for decryption key if key given in URL has invalid format
- added setting to fine control behavior for invalid/missing decryption keys since we can expect the key to usually be inside the added URL && valid
- By default, JDownloader will not ask you to enter the decryption key if your added mega links contain no- or an invalid decryption key - you need to enable this under: Settings -> Plugins -> mega.co.nz

Related thread:
https://board.jdownloader.org/showthread.php?t=50488

Related tickets:
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
  #8  
Old 22.07.2024, 18:44
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default

Rough changelog of today's update:

- GUI: Fixed regression: scrolling was impossible for some plugin settings RE https://board.jdownloader.org/showth...218#post537218
- Deep parser: added support to crawl generic http directories such as: mirrors.edge.kernel.org/pub/software/scm/git/debian/ | Relative paths will also be auto set
- Deep parser: added support to detect HLS / m3u8 streams when URL does not contain ".m3u8"
- Deep paser: Fixed rare bug where no results were returned RE https://board.jdownloader.org/showthread.php?t=94258
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
  #9  
Old 08.08.2024, 17:08
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default

Today's changelog:
YT:
- Added set chapter marks via FFmpeg
Threads:
https://board.jdownloader.org/showthread.php?t=87653
https://board.jdownloader.org/showthread.php?t=85877
https://board.jdownloader.org/showth...103#post538103
Ticket:


- Remove sparse flag when download is finished RE https://board.jdownloader.org/showthread.php?t=64617
--> This is a change which, to put it simple, is irrelevant nowdays as most ppl are using SSDs.
Ticket:
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 23.08.2024 at 15:24.
  #10  
Old 23.08.2024, 15:27
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default

Today's changelog:
Added feature "merge packages with same name":
- Works in linkgrabber- and downloadlist
- Works case insensitive by default (can be turned off to make it case sensitive)
- Only items with the same download destinations will be merged so if there are e.g. 4 packages all called "A", only those with the same download directories will be merged
- The items in the merged package will not be sorted in any way, all found duplicated packages will be merged into the first hit so the previous order of items will be kept
- If packages were selected before this action was triggered, only the selected will be used for duplicate checking/merging
- Comments of merged packages will also be merged together and new package will have that comment set
How to get/see/use this feature:
It is visible in both the linkgrabber- and downloadlist context menu in the other/more submenu by default.
Because of the way, our config system works, it is not visible for existing JDownloader installations.
Either open the menu manager and add the action yourself or simply reset your menu structure to default like this:
Rightclick anywhere in linkgrabber-/downloadlist -> Open Menu Menu Manager -> Click the yellow arrow icon on the left side -> Confirm the confirmation dialog if it appears -> Hit Save
Reference Threads:
https://board.jdownloader.org/showthread.php?t=94689
https://board.jdownloader.org/showthread.php?t=95987
Ticket:


New "move links to downloadlist" actions: Added setting to define collapsed/expanded package state in "Add links to downloadlist" action via menu manager.
This lets you control the collapsed/expanded state of items moved from linkgrabber to downloadlist.
Screenshot:

Reference thread:
https://board.jdownloader.org/showthread.php?t=63501
Ticket:


New "move links to downloadlist" actions: Added setting for a final confirmation dialog to be shown before moving any items to downloadlist.
It has 3 modes:
- Disabled [default]
- Enabled: Threshold: Only display dialog if the defined min number of packages and links is to be moved to downloadlist
- Enabled: Auto: The above && dialog will not be displayed if other confirmation dialogs have been displayed before such as warning of duplicates of offline links. This shall help to not display the confirmation dialog in such edge cases where another kind of 'warning'/confirmation was already displayed before.
Screenshots:


Related forum threads:
https://board.jdownloader.org/showthread.php?t=96221
Tickets:
-none-
Before you ask: There is not "Do not ask again" checkbox because you need to proactively enable this dialog so a "Do not ask again" option doesn't make any sense.

Additional smaller changes:
- Add all links to downloadlist action: Grey out if linkgrabber contains zero items
- Packagizer: Added dynamic tag context menu entry "Filename without file extension"
Ticket:

Thread:
https://board.jdownloader.org/showthread.php?t=48006
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 28.08.2024 at 11:08. Reason: Updated screenshot
  #11  
Old 13.09.2024, 17:43
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default

Changelog for today's CORE-update(s):

Fixes/Improvements:
- ExtractArchiveNowAction: Fixed "Extract now" action being greyed out when file exists but has no "Download finished" state
- AbstractMergeSameNamedPackagesAction: Fixed "Merge duplicated packages" action being greyed out when nothing is selected: It is also supposed to work on empty selection RE https://board.jdownloader.org/showthread.php?t=96422
- Fixed filters in "Load Linkcontainer dialog" not working RE https://board.jdownloader.org/showth...407#post529407
- Fixed downloads without hashCheck waiting in hashCheck queue
- Task-/Status column: Improved wording: Use "Running" instead of "Starting" and "Finalizing" for undefined end-tasks/waits

New features:
- Added CutCaptcha support via 2captcha.com solver (yes, it is working for file_crypt.cc), see: https://support.jdownloader.org/know...-not-supported
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 24.09.2024 at 19:14. Reason: Added changelog point
  #12  
Old 24.09.2024, 19:05
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,880
Default

Changelog for today's CORE-update(s):

Fixes/Improvements:
- Multihoster downloads: Do not trust a "File not found" status if it comes from a multihost, only trust it if JDownloader was unable to determine a valid online status from thew original host RE https://board.jdownloader.org/showthread.php?t=95920 . In such a case, error message "Multihoster <domainOfMultihost> claims that this file is offline" will be displayed along with a retry wait time.
- Downloads which are skipped because an account is required can now display more detailed error messages instead of "Skipped - Account missing" for example "You need to be friends with uploader XY to download this file"
- Fixed some fav icon places where subdomains were removed even though they are relevant (examples: Add account usage rule action, list of supported multi host hosts). This had caused problems e.g. with drive.google.com being displayed as "google.com".
- Linkgrabber filters: fixed domains being displayed in a crippled way when subdomains were involved RE https://board.jdownloader.org/showthread.php?t=94384

New features:
LinkCrawler rules:
- added ability to define custom headers (works for all rule-types) RE https://board.jdownloader.org/showthread.php?t=96453 and https://board.jdownloader.org/showpo...2&postcount=19
- added support for all other supported cookies import formats (FlagCookies format and EditThisCookie format) RE https://board.jdownloader.org/showthread.php?t=93193 . This shall make it much easier to add all cookies of a particular website as you can now copy(export) and paste them.
Once this update gets released, all of the new LinkCrawler rules features will be listed in the main LinkCrawler Rules help article.

Related tickets:






Changelog preview for upcoming/next CORE-update(s):
Spoiler:

Fixes/Improvements:
-

New features:
LinkCrawler rules:
- added ability to extract information via regex and set it as properties, this enables a whole wide range of usage cases such as the ability to build filenames using multiple properties extracted from html, find other file information e.g. duration of a video and so on RE https://board.jdownloader.org/showthread.php?t=95972
Once this update gets released, all of the new LinkCrawler rules features will be listed in the main LinkCrawler Rules help article.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 24.09.2024 at 19:22.
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 04:26.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.