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