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