-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG.txt
51 lines (43 loc) · 1.46 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
0.2.0 Beta
----------------
* Login functionality
* Add/Modify/Delete words
* Use of JQuery library to improve JavaScript and AJAX interactions
* Added Google Analytics
0.1.8 Beta
-----------------
* Added polisemic words support:
- Modified DB structure
+ Added table word_definition
+ Added column n_def (identifies the number of definition)
- Changed the print out format
+ A word have multiple definitions with its multilang associated
+ CSS modified to highlight only the first morphology (avoid repeats)
* Improved internationalitation
- Added catalan language
- Fixed other translations
0.1.7 Beta
-----------------
* Updated the database structure to improve the search:
- Supports variants for a same definition, i.e.:
chip-chop, chip-chap (onomat.)
enredáire, enredadó, enredadéra (adj.)
- Allow a better multilingual search
* Extended the nearest word issue for every language of multilingual dict.
0.1.6 Beta
-----------------
* Diccionario multilingue
- Busqueda por los diferentes idiomas: es, ca, fr, ar
* Added manifest = dictionary presentation (About)
* Created a litle manual (how to use the web)
* Fixed the sort to a case INSENSITIVE (for the lookup of near lexicograph words)
0.1.5 Beta
-----------------
* Lavado de cara
- Fijada la apariencia para los distintos navegadores
- Fondo de color azul
- Reestructurado el contenido en bloques
0.1.2 ALPHA
-----------------
* Introduced full license translation
* Fixed some translation problems