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