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