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