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