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