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