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