]> Git — Sourcephile - gargantext.git/blob - CHANGELOG.md
Merge branch 'dev' into 74-dev-frame-calc-csv-import
[gargantext.git] / CHANGELOG.md
1 ## Version 0.0.4.9.1
2 * [FIX] Graph Screenshot
3
4 ## Version 0.0.4.9
5 * [FEAT] Graph with order 1 and order 2 and node size
6
7 ## Version 0.0.4.8.9
8 * BACKEND: fix psql function util without sensitive data
9 * FRONTEND: fix folder navigation (up link)
10
11 ## Version 0.0.4.8.8
12 * FIX for CI
13
14 ## Version 0.0.4.8.7
15 * FIX the graph generation (automatic/default, renewal, any distance)
16
17 ## Version 0.0.4.8.6
18 * FIX the ngrams grouping
19
20 ## Version 0.0.4.8.5
21 * Unary document insertion: Doc table is reloaded after upload
22
23 ## Version 0.0.4.8.4
24 * Migration: instance dev is now dev.sub.gargantext.org
25
26 ## Version 0.0.4.1
27 * Refact/code design better syntax for DataType fields
28
29 ## Version 0.0.4
30 * Fix the search in Title and abstracts.
31 * [UPGRADE] execute devops/postgres/upgrade/0.0.4.sql to your database to upgrade it
32
33 ## Version 0.0.3.9.1
34 * Graph Update fix
35 * Document view: full text removed
36
37 ## Version 0.0.0.2
38 * Fix the community detection.
39 * TextFlow starts to make sense
40
41 ## Version 0.0.0.1
42 * Very first version (main functions ready for tests) of Haskell Version
43 of Gargantext. Previous versions (3) were written with another
44 language and another framework (Python/Javascript mainly).