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