Releases: Drexel2k/VidUp
Releases · Drexel2k/VidUp
Template and upload control optimization
New features
- The template tab has now a scroll bar.
- Added file size and MB uploaded information to upload control.
Bugfixes
- Upload stats were buggy and are now fixed.
- Some http responses and streams are now closed correctly.
Upload stop doesn't start outstanding uploads anymore
Bugfixes
- When the upload is stopped, not every outstanding video upload is started and then stopped immediately anymore.
Upload fix and other bugfixes
Bugfixes
- Upload is now chunked in 10MB packages, this should prevent upload disruptions.
- Upload stats for resumed uploads should be correct now.
- DEL is filtered out now in the slug/file name http header.
Bugfixes: Max upload while uploading and PostUploadAction None
Bugfixes
- Max upload can be set again while uploading.
- Post upload action none is really none and not taskbar notification.
Implemented resumable uploads
New features
- Upload process can now be stopped.
- On upload errors the program is not terminated anymore, but continues with the next upload.
- Interrupted uploads, if interrupted by upload errors or by the user, can now be continued.
- Uploads can now be deleted filter based. If the status filter is set to finished no confirmation will occur, but on all other statuses a confirmation window will open.
- If the Publish At checkbox is checked, Visibility will be set to private. If Visibility is set to anything but private, the Publish At checkbox will be unchecked.
- The thumbnail browser of an upload will now open on the folder of the set thumbnail, on the folder of the template's thumbnail folder or on the folder of the template's root folder (in this order on the first available).
- Folder or file paths which are set via a Browse buttons can now be removed by a small Minus button in front of the Browse button.
- When all uploads are finished, the taskbar icons will switch simply to yellow instead of the progress animation.
Bugfixes.
- Setting the Publish At date works now also on the last day of a month.
- An upload doesn't fail anymore if there are any non ASCII characters in the file name. Non ASCII characters are now filtered out before setting the original file name in the upload process.
Original file name added to upload
New features
- Original file name was added to upload request, so that it is shown in Youtube Studio.
Bugfix release (NullReference, image file handling fixed)
New features
- GUI layout optimized for very long input strings which require line break in controls.
Bugfixes
- Fixed NullReference, when a template without picture is created.
- If a fallback thumbnail was already present in VidUp's storage folder, the renamed file was copied to the template images folder.
- Not referenced images in VidUp's image storage folders were not removed in all cases.
Switch from .NET CORE to Framework, upload throttling
New features
- Solution was migrated from .Net Core to .Net Framework due to behaviour issues with response stream of HttpWebRequest.GetRequestStream (data was completely cached in RAM before sending).
- Youtube API library was removed and and an own client implemented to enable uplaod throttling.
- On empty upload title, the edit box is now also filled with the file name.
- A fallback thumbnail can be set in template which is chosen when no other thumbnail was found.
- Project pictures and fallback thumbnails are now copied to documents\vidup folder.
- Upload progress is now shown in taskbar and taskbar blinks when all uploads are finished.
- Tooltip duration is now set to 60 seconds.
- Texts are now saved after 0.5 seconds of incactivity, not after loss of focus anymore.
- In the donate and about screens texts on buttons are changed to CLOSE.
- The setup denies installation, if .NET framework is not installed.
Default template, upload GUI resize now on click
New features
- A default template can now be defined which will be selected if a video is added from a folder which is no project root folder in any template.
- Upload control is now only resized if description or tags field is clicked (not on mouse over anymore).
Bugfix persisting upload values after reset to template value
Bugfixes
- Upload values are now saved, when values are reset to template values.