aboutsummaryrefslogtreecommitdiff
path: root/src/Changelog.js
diff options
context:
space:
mode:
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" }
+ ]
+ }
+];