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