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