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