diff --git a/.github/xbackbone.png b/.github/xbackbone.png
new file mode 100644
index 0000000..5f56b18
Binary files /dev/null and b/.github/xbackbone.png differ
diff --git a/.github/xbackbone.svg b/.github/xbackbone.svg
new file mode 100644
index 0000000..1387ef6
--- /dev/null
+++ b/.github/xbackbone.svg
@@ -0,0 +1,32 @@
+
+
+
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ef29e7..0d334ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
+ Added ability to show a preview of PDF files.
+ Added remember me functionality.
+ Added delete button on the preview page if the user is logged in.
++ New project icon (by [@SerenaItalia](https://www.deviantart.com/serenaitalia)).
+ Raw URL now accept file extensions.
+ The linux script can be used on headless systems.
+ Improved installer.
diff --git a/Gruntfile.js b/Gruntfile.js
index a9ec167..7c1de23 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -101,6 +101,12 @@ module.exports = function (grunt) {
src: ['dropzone.min.css', 'dropzone.min.js'],
dest: 'static/dropzone'
},
+ {
+ expand: true,
+ cwd: 'src/images',
+ src: ['**/*'],
+ dest: 'static/images'
+ },
{expand: true, cwd: 'node_modules/jquery/dist', src: ['jquery.min.js'], dest: 'static/jquery'}
],
},
diff --git a/README.md b/README.md
index 7de83e7..df10e7d 100644
--- a/README.md
+++ b/README.md
@@ -1,28 +1,36 @@
-# XBackBone 📤 [](https://hosted.weblate.org/engage/xbackbone/?utm_source=widget) [](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=6RXF8ZGCZBL68&item_name=Support+the+XBackBone+Development¤cy_code=EUR&source=url)
+# [](https://hosted.weblate.org/engage/xbackbone/?utm_source=widget)
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=6RXF8ZGCZBL68&item_name=Support+the+XBackBone+Development¤cy_code=EUR&source=url)
+
+
+
+