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