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