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