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