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