aboutsummaryrefslogtreecommitdiff
path: root/src/Changelog.js
diff options
context:
space:
mode:
authorLibravatar Renard 2019-09-27 15:37:46 -0300
committerLibravatar Renard 2019-09-27 15:37:46 -0300
commita150cbcef61a0dc3bba2836a3b47037621ecc848 (patch)
treed6648726a2728b7ae5644f622634903b6d2760e9 /src/Changelog.js
parenta8328c076c0766608aa8ff72336ea26ee7064fe4 (diff)
downloadbai-client-a150cbcef61a0dc3bba2836a3b47037621ecc848.tar.gz
bai-client-a150cbcef61a0dc3bba2836a3b47037621ecc848.tar.xz
bai-client-a150cbcef61a0dc3bba2836a3b47037621ecc848.zip
Añadido: Changelog
Diffstat (limited to 'src/Changelog.js')
-rw-r--r--src/Changelog.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/Changelog.js b/src/Changelog.js
new file mode 100644
index 0000000..62f36f7
--- /dev/null
+++ b/src/Changelog.js
@@ -0,0 +1,20 @@
+export const Changelog = [
+ {
+ timestamp: 1569607703,
+ list: [
+ { icon: "add", desc: "Implementación de changelog" },
+ { icon: "add", desc: "Eliminación de posts e hilos" },
+ { icon: "add", desc: "Sonido de notificación" },
+ { icon: "bug", desc: "Pequeños arreglos en nightmode" },
+ { icon: "bug", desc: "Fix: avatares faltantes" }
+ ]
+ },
+ {
+ timestamp: 1569540827,
+ list: [
+ { icon: "add", desc: "Página de FAQ" },
+ { icon: "add", desc: "Licencia" },
+ { icon: "add", desc: "Embed de audio y video" }
+ ]
+ }
+];