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