aboutsummaryrefslogtreecommitdiff
path: root/src/Changelog.js
blob: 62f36f7422537f063d4d7f4ae98d21a5d688cc57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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" }
    ]
  }
];