XBackBone/CHANGELOG.md

72 lines
2 KiB
Markdown
Raw Normal View History

2019-01-10 22:22:19 +00:00
## v2.4
+ Added function to remove orphaned files.
2019-01-13 20:27:10 +00:00
+ Switch between tab and gallery mode using an admin account.
+ Multiple uploads sorting methods.
2019-01-22 16:39:57 +00:00
+ Search in uploads.
2019-01-10 22:22:19 +00:00
+ Internal refactoring and improvements
2019-01-22 16:39:57 +00:00
+ Updated js dependencies.
2019-01-10 22:22:19 +00:00
2018-12-06 20:20:50 +00:00
## v2.3.1
+ Fixed en lang.
+ Fixed forced background with dark themes.
2018-12-09 13:58:25 +00:00
+ Added checks during the installation wizard.
+ cURL and Wget can now directly download the file.
2018-12-06 20:20:50 +00:00
## v2.3
+ Improved image scaling in user gallery.
+ Added overlay on user gallery images.
+ Fixed IT translation.
+ Fontawesome icon match the single file mime-type.
+ Enable audio player with video.js.
+ Video and audio now starts with volume at 50%.
2018-11-29 09:10:59 +00:00
+ Added linux script to allow uploads from linux screenshot tools.
+ Minor layout fixes.
2018-11-19 18:04:43 +00:00
## v2.2
+ Added multi-language support.
+ Improved routing.
+ Fixed HTTP/2 push is resetting the current session.
+ Minor improvements and bug fixes.
2018-11-17 20:54:05 +00:00
## v2.1
+ Improved theme style.
+ Improved page redirecting.
+ Allow e-mail login.
+ Support for ShareX deletion URL.
+ Fixed HTTP/2 push preload.
+ Added video.js support.
## v2.0
2018-11-11 19:33:19 +00:00
+ Migrated from Flight to Slim 3 framework.
+ Added install wizard (using the CLI is no longer required).
+ Allow discord bot to display the preview.
+ Theme switcher on the web UI.
+ Added used space indicator per user.
+ MySQL support.
2018-11-11 19:33:19 +00:00
+ Improvements under the hood.
2018-10-13 22:29:32 +00:00
## v1.3
2018-10-13 11:48:09 +00:00
+ Added command to switch between bootswatch.com themes.
+ Added popever to write the telegram message when sharing.
+ Packaging improvements.
+ Updated some dependencies.
+ Allow Facebook bots to display the preview.
## v1.2
+ Previews are now scaled for better page load.
+ Added auto config generator for ShareX.
+ Show upload file size on the dashboard.
+ Fixed insert for admin user (running `php bin\migrate --install`).
2018-05-01 12:54:09 +00:00
+ Removed HTTP2 push from the dashboard to improve loading time.
2018-04-28 12:20:07 +00:00
## v1.1
+ Added logging.
+ Fixed back to top when click delete or publish/unpublish.
+ Improved migrate system.
+ Login redirect back to the requested page.
+ Updated Bootstrap theme.
+ Added share to Telegram.
## v1.0
2018-10-13 11:48:09 +00:00
+ Initial version.