]> Git — Sourcephile - gargantext.git/blob - CHANGELOG.md
[VERSION] +1 to 0.0.4.9.2
[gargantext.git] / CHANGELOG.md
1 ## Version 0.0.4.9.2
2 * [FEAT] Node Calc Parsing added (in tests)
3
4 ## Version 0.0.4.9.1
5 * [FIX] Graph Screenshot
6
7 ## Version 0.0.4.9
8 * [FEAT] Graph with order 1 and order 2 and node size
9
10 ## Version 0.0.4.8.9
11 * BACKEND: fix psql function util without sensitive data
12 * FRONTEND: fix folder navigation (up link)
13
14 ## Version 0.0.4.8.8
15 * FIX for CI
16
17 ## Version 0.0.4.8.7
18 * FIX the graph generation (automatic/default, renewal, any distance)
19
20 ## Version 0.0.4.8.6
21 * FIX the ngrams grouping
22
23 ## Version 0.0.4.8.5
24 * Unary document insertion: Doc table is reloaded after upload
25
26 ## Version 0.0.4.8.4
27 * Migration: instance dev is now dev.sub.gargantext.org
28
29 ## Version 0.0.4.1
30 * Refact/code design better syntax for DataType fields
31
32 ## Version 0.0.4
33 * Fix the search in Title and abstracts.
34 * [UPGRADE] execute devops/postgres/upgrade/0.0.4.sql to your database to upgrade it
35
36 ## Version 0.0.3.9.1
37 * Graph Update fix
38 * Document view: full text removed
39
40 ## Version 0.0.0.2
41 * Fix the community detection.
42 * TextFlow starts to make sense
43
44 ## Version 0.0.0.1
45 * Very first version (main functions ready for tests) of Haskell Version
46 of Gargantext. Previous versions (3) were written with another
47 language and another framework (Python/Javascript mainly).