Skip to content

Releases: zelon88/HRConvert2

HRConvert2 v3.3

05 Mar 23:35
a430de9
Compare
Choose a tag to compare

-v3.3.
-Update README.md.
-Remove mention of Docker repo, as it is not maintained.
-I appreciate all of the community feedback at #46.
-I will come up with an official Docker solution.
-Fix bug in cleanFiles() function that was causing problems with archive conversions & preventing cleanup.
-Flip button CSS, so buttons don't appear quite so... upside-down... all the time.
-Remove un-needed (redundant) button related CSS from HRConvert2.css.
-Increase default DeleteThreshold in config.php from 30 to 60 minutes.
-Remove un-needed extension being passed to the convertDrawings() function.
-Fix drawings not returning a valid filename.
-Conversions would complete, but not download.
-Tested ImageMagick support for SVG, could not get it to work.
-Tested Dia support for converting things into PNG, BMP, and JPG. Got PNG to work, so added support.

HRConvert2 v3.1

05 Jan 04:59
d0b6fe8
Compare
Choose a tag to compare

-v3.1.
-Updated ScanCore to v0.9, (PHP-AV v4.1).
-Fixed bugs with erroneous ScanCore log paths.
-Added Stream support (thanks to MangoTornado).
-Added Mov support (thanks to HenriChabert).
-No HTML or script errors in the Developer Mode console.
-Updated config, added ability to disable Stream support.

HRConvert2 v2.9.2

28 Apr 05:45
Compare
Choose a tag to compare

-v2.9.2.
-Updated all 13 language packs.
-Added configurable spinners.
-Added User Virus Scanning w/ClamAV & zelon88/ScanCore.
-Added file sharing links.

HRConvert2 v2.7

12 Apr 07:12
a5b1277
Compare
Choose a tag to compare

-v2.7.
-Update documentation.
-Update installation docs to reflect latest PHP.
-Remove mySQL requirements.
-Remove 'odf' support, change to 'odt' support.
-Specifically define $URLEcho to fix undefined variable warnings.
-Added $ShowGUI config variable for determining whether to show a full or minimal GUI.
-Detects if the variable is set and manually defines $_GET['noGUI'].
-Has the same function as $_GET['noGUI'].
-If users don't have this variable set in their config.php file then a full GUI will be shown.
-HRConvert2 looks best when you use it in an iframe on your website.
-Fixed some if/while/foreach statements not having whitespace before the opening '('.
-Removed reference to $UserID in logs.
-Verified that all PDFWork is capable of functioning.
-Verified that all document conversions are capable of functioning.
-Reworked the way archives are extracted & compressed.
-Improved logging during dearchiving.
-Added $ApplicationName & $ApplicationTitle config entries in config.php.
-If these are not set; defaults are used instead.
-Upgraded to JQuery 3.6.0 from 3.3.1.
-Remove 3.3.1 & 3.1.0 legacy versions as they are no longer required.
-Added $ShowFinePrint config entry to config.php for showing or hiding the TOS & PP links.
-If this is not set; a default is used instead.
-Fixed noGUI mode so that the divs are centered & the produced HTML is valid.
-Cleaned up some sloppy assignments in dearch/rearch code.
-Move temporary archive location to ConvertDir from ConvertTempDir.
-Improved consistency of UI elements.
-Switched dearchive code from using the 7z e switch to the 7z x switch to preserve paths.
-Fixed a bug in rar archive output paths.
-Changed the rar archiving arguments from "rar a -ep " to "rar a -ep1 -r" to preserve folder structure.
-Verified that all extraction / rearchiving operations work.
-Remove $Thorough & $HighPerformanceAV from config.php as they were no longer applicable.
-Reworked the way sanitizeCore.php converts strings into arrays.
-Changed $VirusScan config entry default value from '1' to TRUE.
-The core will still recognize '1' as a valid entry to support legacy config files.
-Remove tar.bz2 option from archiveAll menu.
-Rework the way archiveAll feature is accomplished.
-Improve logging consistencies.
-Remove old iPhone code from index.html.
-This is easier to accomplish with screen size anyway.

HRConvert2 v2.6

14 Apr 00:07
Compare
Choose a tag to compare

I want to update this app to work with the latest PHP versions, but before I do I want to make a release at the current point so that the Docker repo maintained by @dwaaan is easier to update to the latest version.

HRConvert2 v2.4

19 Nov 02:37
eacc040
Compare
Choose a tag to compare

-All primary features will perform their core functions in a stable and predictable manner.
-All primary features are capable of performing their primary function to a reasonable capacity.
-All primary features will log events throughout operation.
-All features will terminate themselves, either in success or in failure.
-No features should cause damage to a client or server.
-No features should cause a client or server to become unresponsive indefinitely.
-No feature should result in interpreter errors, exceptions, or warnings that are not handled by HRCloud2 and terminated in a controlled manner.
-No session (parent + iframes) should contain HTML or JScript errors which render the session's logic or the user's interface completely unresponsive.

HRConvert2 v2.0

21 Jul 05:32
694f9ee
Compare
Choose a tag to compare

-All primary features will perform their core functions in a stable and predictable manner.
-All primary features are capable of performing their primary function to a reasonable capacity.
-All primary features will log events throughout operation.
-All features will terminate themselves, either in success or in failure.
-No features should cause damage to a client or server.
-No features should cause a client or server to become unresponsive indefinitely.
-No feature should result in interpreter errors, exceptions, or warnings that are not handled by HRCloud2 and terminated in a controlled manner.
-No session (parent + iframes) should contain HTML or JScript errors which render the session's logic or the user's interface completely unresponsive.