]> Git — Sourcephile - gargantext.git/blob - CHANGELOG.md
[FIX][EXPORT][GEXF] size of nodes were lacking
[gargantext.git] / CHANGELOG.md
1 ## Version 0.0.5.6.2
2 * [FRONT][FIX] Ngrams Batch change
3
4 ## Version 0.0.5.6.1
5 * [BACK][FEAT] Confluence Method connection
6
7 ## Version 0.0.5.6
8 * [BACK][FEAT] Phylo backend connection
9 * [FRONT] Editable Metadata
10
11 ## Version 0.0.5.5.7
12 * [FRONT][FIX] NgramsTable Cache search.
13
14 ## Version 0.0.5.5.6
15 * [BACK][FIX] ./bin/psql gargantext.ini < devops/posgres/upgrade/0.0.5.5.6.sql
16 * [FRONT] fix NodeType list show (Nodes options)
17
18 ## Version 0.0.5.5.5
19 * [FORNT] fix Graph Explorer search ngrams
20 * [FRONT] fix NodeType list show (main Nodes)
21
22 ## Version 0.0.5.5.4
23 * [BACK][OPTIM] NgramsTable scores
24 * [BACK] bin/client script to analyze backend performance and reproduce bugs
25 * [FRONT] Adding Language selection
26
27 ## Version 0.0.5.5.3
28 * [BACK] Adding a Max limit for others lists.
29
30 ## Version 0.0.5.5.2
31 * [BACK][OPTIM] Index on node_node_ngrams to seed up ngrams table score
32 queries. Please execute the upgrade SQL script
33 devops/postgres/0.0.5.5.2.sql
34
35 ## Version 0.0.5.5.1
36 * [BACK] FIX Graph Explorer search with selected ngrams
37 * [FRONT] Clean CSS
38
39 ## Version 0.0.5.5
40 * [FRONT] Visio frame removed, using a new tab instead (which is working)
41 * [BACK] Scores on the docs view fixed
42
43 ## Version 0.0.5.3
44 * [FRONT] SSL local option
45
46 ## Version 0.0.5.2
47 * [QUAL] Scores in Ngrams Table fixed during workflow and user can
48 refresh it if needed.
49
50 ## Version 0.0.5.1
51 * [OPTIM] Upgrade fix with indexes and scores counts
52
53 ## Version 0.0.5
54 * [OPTIM][DATABASE] Upgrade Schema, move conTexts in contexts table which requires a version bump.
55
56 ## Version 0.0.4.9.9.6
57 * [BACK] PubMed parser fixed
58 * [FRONT] Visio Frame resized
59
60 ## Version 0.0.4.9.9.5
61 * [FIX] Chart Sort
62
63 ## Version 0.0.4.9.9.4
64 * [FEAT] Corpus docs download
65
66 ## Version 0.0.4.9.9.3
67 * [BACK] Graph update with force option
68
69 ## Version 0.0.4.9.9.2
70 * [BACK] Opaleye Upgrade
71
72 ## Version 0.0.4.9.9.1
73 * [FRONT] 350-dev-graph-search-in-forms-not-labels
74 * [FRONT] 359-dev-input-with-autocomplete
75
76 ## Version 0.0.4.9.9
77 * [FIX] Continuous Integration (CI)
78
79 ## Version 0.0.4.9.8
80 * [FEAT] All backend routes with clients functions
81
82 ## Version 0.0.4.9.7
83 * [FEAT] Searx API done (needs a fix for language selection)
84
85 ## Version 0.0.4.9.6
86 * [UX] GT.query forces trees reload for async tasks
87
88 ## Version 0.0.4.9.5
89 * [FEAT] Order 2 fixed with filtered edges
90
91 ## Version 0.0.4.9.4
92 * [FEAT] Order 1 similarity validated and optimized
93
94 ## Version 0.0.4.9.3
95 * [FIX] Node Calc import + more flexible delimiter for CSV parser
96
97 ## Version 0.0.4.9.2
98 * [FEAT] Node Calc Parsing added (in tests)
99
100 ## Version 0.0.4.9.1
101 * [FIX] Graph Screenshot
102
103 ## Version 0.0.4.9
104 * [FEAT] Graph with order 1 and order 2 and node size
105
106 ## Version 0.0.4.8.9
107 * BACKEND: fix psql function util without sensitive data
108 * FRONTEND: fix folder navigation (up link)
109
110 ## Version 0.0.4.8.8
111 * FIX for CI
112
113 ## Version 0.0.4.8.7
114 * FIX the graph generation (automatic/default, renewal, any distance)
115
116 ## Version 0.0.4.8.6
117 * FIX the ngrams grouping
118
119 ## Version 0.0.4.8.5
120 * Unary document insertion: Doc table is reloaded after upload
121
122 ## Version 0.0.4.8.4
123 * Migration: instance dev is now dev.sub.gargantext.org
124
125 ## Version 0.0.4.1
126 * Refact/code design better syntax for DataType fields
127
128 ## Version 0.0.4
129 * Fix the search in Title and abstracts.
130 * [UPGRADE] execute devops/postgres/upgrade/0.0.4.sql to your database to upgrade it
131
132 ## Version 0.0.3.9.1
133 * Graph Update fix
134 * Document view: full text removed
135
136 ## Version 0.0.0.2
137 * Fix the community detection.
138 * TextFlow starts to make sense
139
140 ## Version 0.0.0.1
141 * Very first version (main functions ready for tests) of Haskell Version
142 of Gargantext. Previous versions (3) were written with another
143 language and another framework (Python/Javascript mainly).