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