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