summaryrefslogtreecommitdiff
path: root/NEWS
blob: ebe476b4e7012497962424c8be0cfcf9480cabbf (plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
3.18.0.1 - September 25, 2015
======================

Changes since 3.18.0:

- Fix bug that prevented Maps from launching
- Added/updated/fixed translations:
   - Danish
   - Swedish
   - Greek
   - Serbian
   - Serbian Latin

All contributors to this release:
Anders Jonsson <anders.jonsson@norsjovallen.se>
Ask Hjorth Larsen <asklarsen@gmail.com>
Jonas Danielsson <jonas@threetimestwo.org>
Tom Tryfonidis <tomtryf@gmail.com>
Марко Костић <marko.m.kostic@gmail.com>
Милош Поповић <gpopac@gmail.com>


3.18.0 - September 20, 2015
======================

Changes since 3.17.92:

- Added/updated/fixed translations:
   - Spanish
   - Italian
   - Brazilian Portuguese
   - Persian
   - Korean
   - Czech
   - Russian
   - Hungarian
   - Turkish

All contributors to this release:
Arash Mousavi <mousavi.arash@gmail.com>
Balázs Úr <urbalazs@gmail.com>
Claudio Arseni <claudio.arseni@gmail.com>
Daniel Mustieles <daniel.mustieles@gmail.com>
Enrico Nicoletto <liverig@gmail.com>
Marek Černocký <marek@manet.cz>
Muhammet Kara <muhammetk@gmail.com>
Seong-ho Cho <shcho@gnome.org>
Stas Solovey <whats_up@tut.by>

3.17.92 - September 14, 2015
======================

Changes since 3.17.91:

- Add --local switch to use local, offline, tiles
  from a structured directory

- Added/updated/fixed translations:
   - Polish
   - Indonesian
   - Hebrew
   - Hungarian
   - Italian
   - Lithuanian
   - Kazakh
   - Korean
   - German
   - Turkish
   - Norwegian bokmål
   - Icelandic
   - Slovenian
   - Finnish
   - Slovak
   - French
   - Persian
   - Japanese
   - Portuguese
   - Galician
   - German

All contributors to this release:
Andika Triwidada <andika@gmail.com>
Arash Mousavi <mousavi.arash@gmail.com>
Aurimas Černius <aurisc4@gmail.com>
Balázs Úr <urbalazs@gmail.com>
Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Benjamin Steinwender <b@stbe.at>
Bernd Homuth <dev@hmt.im>
Claude Paroz <claude@2xlibre.net>
Claudio Arseni <claudio.arseni@gmail.com>
Dušan Kazik <prescott66@gmail.com>
Fran Dieguez <fran@openhost.es>
Hajime Taira <htaira@redhat.com>
Jiri Grönroos <jiri.gronroos+l10n@iki.fi>
Jonas Danielsson <jonas@threetimestwo.org>
Kjartan Maraas <kmaraas@gnome.org>
Martin Srebotnjak <miles@filmsi.net>
Muhammet Kara <muhammetk@gmail.com>
Pedro Albuquerque <palbuquerque73@gmail.com>
Piotr Drąg <piotrdrag@gmail.com>
Seong-ho Cho <shcho@gnome.org>
Sveinn í Felli <sv1@fellsnet.is>
Ting-Wei Lan <lantw@src.gnome.org>
Yosef Or Boczko <yoseforb@src.gnome.org>

3.17.91 - Aaugust 29, 2015
======================

Changes since 3.17.90.1

- Fix memory leaks in contacts handling
- Make sure car routes gets correct icon

- Added/updated/fixed translations:
    - Galician
    - French
    - Portuguese
    - Chinese (Taiwan)
    - Russian
    - Greek

All contributors to this release:
Alexandre Franke <alexandre.franke@gmail.com>
Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Fran Dieguez <fran@openhost.es>
Jonas Danielsson <jonas@threetimestwo.org>
Kalev Lember <klember@redhat.com>
Pedro Albuquerque <palbuquerque73@gmail.com>
Tom Tryfonidis <tomtryf@gmail.com>
Yuri Myasoedov <ymyasoedov@yandex.ru>

3.17.90.1 - Aaugust 22, 2015
======================

Changes since 3.17.90

- Fix up search popup list
- Fix storing of transportation type of route
- Some bugfixes

- Added/updated/fixed translations:
    - Slovak
    - Spanish

All contributors to this release:
Daniel Mustieles <daniel.mustieles@gmail.com>
Dušan Kazik <prescott66@gmail.com>
Jonas Danielsson <jonas@threetimestwo.org>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

3.17.90 - Aaugust 16, 2015
======================

Changes since 3.17.1

- Add new user-location icon
- Add directional user-location icon
- Show heading from Geoclue
- Do not animate on 'what is here?'
- Add support for Geo URI (RFC5870) in searchbar
- Add 'Copy Geo URI' context menu item
- Store and complete against recent routes

- Added/updated/fixed translations:
    - zh_CN
    - Aragonese
    - Occitan
    - Portuguese
    - Icelandic
    - Catalan
    - Friulian

All contributors to this release
Cédric Valmary <cvalmary@yahoo.fr>
Damián Nohales <damiannohales@gmail.com>
Daniel Martinez <dmartinez@src.gnome.org>
Dean Chen <wsxy162@gmail.com>
Fabio Tomat <f.t.public@gmail.com>
Jakub Steiner <jimmac@gmail.com>
Jonas Danielsson <jonas.danielsson@threetimestwo.org>
Jonas Danielsson <jonas@threetimestwo.org>
Jordi Mas <jmas@softcatala.org>
Marcus Lundblad <ml@update.uu.se>
Pedro Albuquerque <palbuquerque73@gmail.com>
Piotr Drąg <piotrdrag@gmail.com>
Sveinn í Felli <sv1@fellsnet.is>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>


3.17.1 - April 29, 2015
======================

Changes since 3.16.1

- Switch to template for more UI files
- Do not use intltool to translate GSettings schema
- Improve height of favorites popover

All contributors to this release:
Jonas Danielsson <jonas@threetimestwo.org>
Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
Emmanuele Bassi <ebassi@gnome.org>

3.16.1 - April 13, 2015
=======================

Changes since 3.16.0

- Provide a symbolic variant of the app icon
- Add new appdata screenshots

- Added/updated/fixed translations:
    - Catalan
    - Esperanto
    - Punjabi

All contributors to this release:
Andreas Nilsson <anilsson@redhat.com>
A S Alam <aalam@users.sf.net>
Jakub Steiner <jimmac@gmail.com>
Jonas Danielsson <jonas@threetimestwo.org>
Jordi Mas <jmas@softcatala.org>
Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Txus Ordorika <txusinho@gmail.com>


3.16.0 - Mar 22, 2015
=======================

Changes since 3.15.92

- Fix links for Wikipedia

- Added/updated/fixed translations:
   - Tajik
   - Serbian
   - German
   - Indonesian
   - Basque
   - Italian

All contributors to this release:
Andika Triwidada <andika@gmail.com>
Benjamin Steinwender <b@stbe.at>
Claudio Arseni <claudio.arseni@gmail.com>
Inaki Larranaga Murgoitio <dooteo@zundan.com>
Marcus Lundblad <ml@update.uu.se>
Victor Ibragimov <victor.ibragimov@gmail.com>
Мирослав Николић <miroslavnikolic@rocketmail.com>

3.15.92 - Mar 16, 2015
=======================


Changes since 3.15.91:
- Use proper location instead of nearest city when sending location
  to Weather
- Fix bug with layer ordering that made it impossible to drag routes
  under accuracy circle
- Fix Clutter/GTK event re-entrant dead-lock on right click

- Added/updated/fixed translations:
   - Hungarian
   - Dutch
   - Czech
   - Slovenian
   - Kazakh
   - Polish
   - Turkish
   - Finnish
   - Bosnian
   - Danish
   - Korean

All contributors to this release:
Ask Hjorth Larsen <asklarsen@gmail.com>
Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Gábor Kelemen <kelemeng@openscope.org>
Giovanni Campagna <scampa.giovanni@gmail.com>
hanniedu <lafeber-dumoleyn2@zonnet.nl>
Jiri Grönroos <jiri.gronroos+l10n@iki.fi>
Jonas Danielsson <jonas@threetimestwo.org>
Marek Černocký <marek@manet.cz>
Matej Urbančič <mateju@svn.gnome.org>
Miguel Vaello Martínez <miguel.vaellomartinez@gmail.com>
Muhammet Kara <muhammetk@gmail.com>
Paweł Żołnowski <pawel@zolnowski.name>
Samir Ribic <samir.ribic@etf.unsa.ba>
Seong-ho Cho <shcho@gnome.org>

3.15.91 - Mar 1, 2015
=======================

Changes since 3.15.90.2:

- Fix leak in libmaps geocode
- Only add contacts that properly geocode to a location
- Fix bug that fetched a route twice for each request
- Fix event handling of clutter and GTK+ that lead to deadlock
  and freeze when you clicked the map
- Fix being able to mark search results as favorites

- Added/updated/fixed translations:
   - Slovak
   - Russian
   - Chinese (Taiwan)
   - Swedish
   - Brazilian Portugese
   - Greek
   - Ukrainian
   - Lithuanian
   - Galician
   - Hungarian

All contributors to this release:
Aurimas Černius <aurisc4@gmail.com>
Balázs Úr <urbalazs@gmail.com>
Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Daniel Korostil <ted.korostiled@gmail.com>
Diogo Campos <diogocamposwd@gmail.com>
Dominique Leuenberger <dimstar@opensuse.org>
Dušan Kazik <prescott66@gmail.com>
Fran Dieguez <fran.dieguez@mabishu.com>
Guillaume Bernard <translate@filorin.fr>
Jonas Danielsson <jonas@threetimestwo.org>
Sebastian Rasmussen <sebras@gmail.com>
Stas Solovey <whats_up@tut.by>
Γιάννης Κουτσούκος <giankoyt@gmail.com>


3.15.90.2 - Feb 17, 2015
=======================

Changes since 3.15.91:

- Fix build for clang/FreeBSD

All contributors to this releas:
Ting-Wei Lan <lantw@src.gnome.org>

3.15.90.1 - Feb 15, 2015
=======================

Changes since 3.15.90:

- Install Maps C library into pkglibdir

3.15.90 - Feb 15, 2015
=======================

Changes since 3.15.4:

- Show notification with link to privacy panel
  when location service is off

- Only show user location marker when location service
  is enabled

- Added a 'show-location' activation action, to show
  contacts in Maps.

- Add contacts with geocodable addresses to the placeStore
  to allow completion in search

- Added/updated/fixed translations:
   - Lithuanian
   - Hebrew
   - Greek
   - Slovak
   - Russian
   - Spanish
   - German
   - Czech
   - Norweigian bokmål
   - Esperanto

All contributors to this release:
Aurimas Černius <aurisc4@gmail.com>
Benjamin Steinwender <b@stbe.at>
Daniel Mustieles <daniel.mustieles@gmail.com>
Dimitris Spingos <dmtrs32@gmail.com>
Dušan Kazik <prescott66@gmail.com>
Jonas Danielsson <jonas@threetimestwo.org>
Kjartan Maraas <kmaraas@gnome.org>
Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Marek Černocký <marek@manet.cz>
Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
Stas Solovey <whats_up@tut.by>
Yosef Or Boczko <yoseforb@src.gnome.org>

3.15.4 - Jan 16, 2014
=======================

Changes since 3.15.3.2:

- Smarter filtering in favorites menu
- Make opening hours translatable
- Convert to "package.js" application convention
- Add runtime dependency checks
- Refresh place meta data if stale
- Switch to new full color mark-location icon
- Zoom in and center map marker on double-click
- Added/updated/fixed translations:
    - Hungarian
    - Friulian
    - Indonesian
    - Basque
    - Greek
    - Czech
    - Ukrainian
    - Brazilian Portuguese
    - Galician
    - Spanish
    - Russian
    - German

All contributors to this release:
Andika Triwidada <andika@gmail.com>
Balázs Úr <urbalazs@gmail.com>
Bastien Nocera <hadess@hadess.net>
Christian Kirbach <Christian.Kirbach@gmail.com>
Damián Nohales <damiannohales@gmail.com>
Daniel Korostil <ted.korostiled@gmail.com>
Daniel Mustieles <daniel.mustieles@gmail.com>
Dimitris Spingos <dmtrs32@gmail.com>
Fabio Tomat <f.t.public@gmail.com>
Fran Dieguez <fran.dieguez@mabishu.com>
Inaki Larranaga Murgoitio <dooteo@zundan.com>
Jonas Danielsson <jonas@threetimestwo.org>
Marcus Lundblad <ml@update.uu.se>
Marek Černocký <marek@manet.cz>
Rafael Ferreira <rafael.f.f1@gmail.com>
Ricardo  Barbosa <barbosa.cisco@gmail.com>
Stas Solovey <whats_up@tut.by>

3.15.3.2 - Dec 19, 2014
=======================

Changes since 3.15.3.1:

- Fix bug with completion popup
- Added/updated/fixed translations:
    - Spanish

All contributors to this release:
Daniel Mustieles <daniel.mustieles@gmail.com>
Jonas Danielsson <jonas@threetimestwo.org>

3.15.3.1 - Dec 18, 2014
=======================

Changes since 3.15.3:

- Use search popover for completion
- Added/updated/fixed translations:
    - Spanish

All contributors to this release:
Daniel Mustieles <daniel.mustieles@gmail.com>
Jonas Danielsson <jonas@threetimestwo.org>

3.15.2 - Dec 15, 2014
=======================

Changes since 3.15.2:

- Remove 'I am here' menu item from context menu
- Improve geoclue interaction somewhat
- Use Overpass API to add meta data to map bubbles
- Use HTTPS for GraphHopper service
- Add drag-n-drop to route entries
- Add check-in possibility to user location bubble (Facebook/Foursquare)
- Added/updated/fixed translations:
   - Hebrew
   - Czech
   - Norwegian bokmål
   - Spanish
   - Hungarian
   - Romanian

All contributors to this release:

Balázs Úr <urbalazs@gmail.com>
Damián Nohales <damiannohales@gmail.com>
Daniel Mustieles <daniel.mustieles@gmail.com>
Daniel Șerbănescu <daniel@serbanescu.dk>
Jonas Danielsson <jonas@threetimestwo.org>
Kjartan Maraas <kmaraas@gnome.org>
Marcus Lundblad <ml@update.uu.se>
Marek Černocký <marek@manet.cz>
Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
Yosef Or Boczko <yoseforb@src.gnome.org>


3.15.2 - Nov 24, 2014
=======================

Changes since 3.14.1:

- Add support for imperial units
- Use proper GtkButtons for zoom control
- Add a 'No network view' to show when Maps is disconnected
- Added <Ctrl-f> accelrator to grab focus on search
- Added <Ctrl-d> accelerator to open route planner.
- Added route button to MapBubble
- Enable panning by keyboard
- Add extra info to search result bubbles:
   - Popuplation
   - Wikipedia
   - Opening hours
   - Wheelchair accesability
- Improve the UI of the search result popover
- Add 'share' button to MapBubbles to allow user to
  share location to weather and clocks.
- Add favorites handling to main window and MapBubbles.
- Added/updated/fixed translations:
   - Persian
   - Latvian
   - Kazakh
   - Spanish
   - Hebrew
   - Russian
   - Greek

All contributors to this release:

amishas157 <amishas157@gmail.com>
Ankita Patil <patil.ankita.r@gmail.com>
Arash Mousavi <mousavi.arash@gmail.com>
Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Damián Nohales <damiannohales@gmail.com>
Daniel Mustieles <daniel.mustieles@gmail.com>
Efstathios Iosifidis <iefstathios@gmail.com>
Jonas Danielsson <jonas@threetimestwo.org>
Kjartan Maraas <kmaraas@gnome.org>
Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
Pedro Albuquerque <palbuquerque73@gmail.com>
rishirajsinghjhelumi <rishiakhnoor@gmail.com>
Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Shipra <bangashipra@gmail.com>
Stas Solovey <whats_up@tut.by>
Yosef Or Boczko <yoseforb@src.gnome.org>


3.14.1 - Oct 10, 2014
=======================

Changes since 3.14.0:

- Fix issue where icons did not recolor on dark theme
- Added/updated/fixed translations:
   - Italian
   - Chinese (Taiwan)
   - zh_CN
   - Nepali

All contributor to this release:

Claudio Arseni <claudio.arseni@gmail.com>
Jonas Danielsson <jonas@threetimestwo.org>
Iris Gou <gouyingqiyanxuan321@gmail.com>
Kalev Lember <kalevlember@gmail.com>
Cheng-Chia Tseng <pswo10680@gmail.com>

3.14.0 - Sep 22, 2014
=======================

Changes since 3.13.92:

- Added/updated/fixed translations:
   - Turkish
   - Nepali
   - Finnish
   - Danish
   - Polish
   - Ukrainian
   - Serbian

All contributor to this release:

Kenneth Nielsen <k.nielsen81@gmail.com>
Jiri Grönroos <jiri.gronroos+l10n@iki.fi>
Pawan Chitrakar <chautari@gmail.com>
Muhammet Kara <muhammetk@gmail.com>
Daniel Korostil <ted.korostiled@gmail.com>
Paweł Żołnowski <pawel@zolnowski.name>
Мирослав Николић <miroslavnikolic@rocketmail.com>

3.13.92 - Sep 16, 2014
=======================

Changes since 3.13.91:

Please help out and test this! Make sure that building it
works fine on your workstation and report a bug if not!

Click around in the instruction list of a found route to
make sure we do not still segfault there!

- Improve sidebar alignments
- Fix default transportation mode bug
- Make coordinates in entry editable
- Do not forget route on sidebar hide
- Hopefully a fix for non-consistent build error
- Hopefully a fix for elusive segfault in sidebar
- Default focus on entry in sidebar reveal
- Fix for theme problem with instruction list
- Added/updated/fixed translations:
   - Assamese
   - Galician
   - Hebrew
   - Spanish
   - Brazilian Portugese
   - Indonesian
   - Greek
   - Russian
   - German
   - Norwegian bokmål
   - Catalan
   - Catalan (Valencian)
   - Czech
   - Punjabi
   - Korean
   - Slovak
   - Lithuanian
   - Hungarian
   - Slovenian

All contributor to this release:

Andika Triwidada <andika@gmail.com>
A S Alam <aalam@users.sf.net>
Aurimas Černius <aurisc4@gmail.com>
Balázs Úr <urbalazs@gmail.com>
Carles Ferrando <carles.ferrando@gmail.com>
Christian Kirbach <Christian.Kirbach@gmail.com>
Damián Nohales <damiannohales@gmail.com>
Daniel Mustieles <daniel.mustieles@gmail.com>
Dušan Kazik <prescott66@gmail.com>
Enrico Nicoletto <liverig@gmail.com>
Fran Diéguez <fran.dieguez@mabishu.com>
Gil Forcada <gforcada@gnome.org>
Guillaume Bernard <filorin@gmx.com>
Jonas Danielsson <jonas@threetimestwo.org>
Kjartan Maraas <kmaraas@gnome.org>
Marek Černocký <marek@manet.cz>
Maria  Mavridou <mavridou@gmail.com>
Martin Srebotnjak <miles@filmsi.net>
Mattias Eriksson <snaggen@gmail.com>
Nilamdyuti Goswami <ngoswami@redhat.com>
Seong-ho Cho <shcho@gnome.org>
Ville-Pekka Vainio <vpvainio@iki.fi>
Yosef Or Boczko <yoseforb@src.gnome.org>
Yuri Myasoedov <ymyasoedov@yandex.ru>

3.13.91 - Sep 2, 2014
=======================

Changes since 3.13.4:

- Add high contrast icon of logo
- Use kinetic scroll mode
- Set correct desktopId for geoclue
- Send correct argv/argc to GApplication
- Fix bug where selecting from completion
  nullified placeEntry
- Add content rich map markers and map bubbles
  based on GtkPopover
- Add tooltips to GtkHeaderButtons
- Add support for via points in routing
- Added/updated/fixed translations:
  - Brazilian Portuguese
  - Spanish
  - Traditional Chinese
  - Japanese
  - Greek
  - Hebrew
  - Galician
  - Norwegian bokmål
  - Czech
  - Catalan (Valencian)
  - Lithuanian
  - Assamese

All contributor to this release:

Anders Jonsson <anders.jonsson@norsjovallen.se>
Andreas Nilsson <anilsson@redhat.com>
Aurimas Černius <aurisc4@gmail.com>
Carles Ferrando <carles.ferrando@gmail.com>
Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Damián Nohales <damiannohales@gmail.com>
Daniel Mustieles <dnaiel.mustieles@gmail.com>
Dario Di Nucci <linkin88mail@gmail.com>
Dominique Leuenberger <dimstar@opensuse.org>
Elad Alfassa <elad@fedoraproject.org>
Enrico Nicoletto <liverig@gmail.com>
Fran Diéguez <fran.dieguez@mabishu.com>
Gil Forcada <gforcada@gnome.org>
Hajime Taira <htaira@redhat.com>
Inaki Larranaga Murgoitio <dooteo@zundan.com>
Jonas Danielsson <jonas@threetimestwo.org>
Kjartan Maraas <kmaraas@gnome.org>
Marek Černocký <marek@manet.cz>
Maria  Mavridou <mavridou@gmail.com>
MarMav <mavridou@gmail.com>
Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
ngoswami <ngoswami@redhat.com>
Olav Vitters <olav@vitters.nl>
Piotr Drąg <piotrdrag@gmail.com>
Yosef Or Boczko <yoseforb@src.gnome.org>

3.13.4 - Jul 19, 2014
=======================

Changes since 3.13.3:

- Fix sidebar margin for LTR
- Added/updated/fixed translations:
  - Hebrew
  - Russian
  - Spanish
  - Hungarian
  - Brazilian Portuguese

All contributor to this release:

Balázs Úr <urbalazs@src.gnome.org>
Daniel Mustieles <dnaiel.mustieles@gmail.com>
Enrico Nicoletto <liverig@gmail.com>
Jonas Danielsson <jonas@threetimestwo.org>
MarMav <mavridou@gmail.com>
Yosef Or Boczko <yoseforb@src.gnome.org>
Yuri Myasoedov <ymyasoedov@yandex.ru>

3.13.3 - Jun 24, 2014
=======================

Changes since 3.13.2:

- Added sidebar for route searching
- Fix styling of popovers
- Fix cleanup for make dist
- Fixup AppData file
- Added/updated/fixed translations:
  - Slovenian
  - Spanish
  - Lithuanian

All contributors to this release:

Aurimas Černius <aurisc4@gmail.com>
Damián Nohales <damiannohales@gmail.com>
Daniel Mustieles <dnaiel.mustieles@gmail.com>
Jonas Danielsson <jonas@threetimestwo.org>
Martin Srebotnjak <miles@filmsi.net>
Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
Piotr Drąg <piotrdrag@gmail.com>
Richard Hughes <richard@hughsie.com>


3.13.2 - May 27, 2014
=======================

Changes since 3.12.0:

- New popover based UI for layers menu.
- Added in app notifications.
- Make clicking the map grab focus to be able to remove on-screen keyboard
  on tablets.
- Maps now DBus activatable.
- Handle GeoClue2 service not available.
- Added/updated/fixed translations:
  - Dutch
  - Slovak
  - Tajik
  - Japanese
  - Greek
  - Romanian
  - Korean
  - Catalan (Valencian)

All contributors to this release:

Carles Ferrando <carles.ferrando@gmail.com>
Daniel Șerbănescu <cyber19rider@gmail.com>
Dario Di Nucci <linkin88mail@gmail.com>
Dušan Kazik <prescott66@gmail.com>
Erwin Poeze <donnut@look.com>
Ikuya Awashiro <ikuya@fruitsbasket.info>
Jonas Danielsson <jonas@threetimestwo.org>
marablack3 <marablack3@gmail.com>
Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
Piotr Drąg <piotrdrag@gmail.com>
Richard Hughes <richard@hughsie.com>
rishirajsinghjhelumi <rishiakhnoor@gmail.com>
Seong-ho Cho <shcho@gnome.org>
Victor Ibragimov <victor.ibragimov@gmail.com>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>


3.12.0 - Mar 24, 2014
=======================

Changes since 3.11.92:

- Added/updated/fixed translations:
  - Korean
  - Polish
  - Punjabi
  - Danish
  - Aragonese
  - Telugu
  - Slovenian
  - Basque
  - German
  - Serbian
  - Italian

All contributors to this release:

Claudio Arseni <claudio.arseni@ubuntu.com>
Мирослав Николић <miroslavnikolic@rocketmail.com>
Benjamin Steinwender <b@stbe.at>
Inaki Larranaga Murgoitio <dooteo@zundan.com>
Matej Urbančič <mateju@svn.gnome.org>
Praveen Illa <mail2ipn@gmail.com>
Daniel Martinez <dmartinez@src.gnome.org>
Ask H. Larsen <asklarsen@gmail.com>
A S Alam <apreet.alam@gmail.com>
Paweł Żołnowski <pawel@zolnowski.name>
Seong-ho Cho <darkcircle.0426@gmail.com>


3.11.92 - Mar 17, 2014
=======================

Changes since 3.11.91:

- Enable keyboard navigation in search results popover.
- Make clicking the map grab focus and dismiss on screen keyboard.
- Added/updated/fixed translations:
  - Finnish
  - Hebrew
  - Ukrainian
  - French
  - Indonesian
  - Portuguese
  - Catalan
  - Russian
  - Traditional Chinese (Hong Kong and Taiwan)
  - Lithuanian
  - Chinese (China)
  - Latvian
  - Czech
  - Galician
  - Brazilian
  - Spanish
  - Norwegian bokmål
  - Hungarian

All contributors to this release:

Andika Triwidada <andika@gmail.com>
Aurimas Černius <aurisc4@gmail.com>
Balázs Úr <urbalazs@src.gnome.org>
Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Claude Paroz <claude@2xlibre.net>
Damián Nohales <damiannohaes@gmail.com>
Daniel Korostil <ted.korostiled@gmail.com>
Daniel Mustieles <daniel.mustieles@gmail.com>
Dario Di Nucci <linkin88mail@gmail.com>
Duarte Loreto <happyguy_pt@hotmail.com>
Fran Diéguez <fran.dieguez@mabishu.com>
Gil Forcada <gforcada@gnome.org>
Jonas Danielsson <jonas@threetimestwo.org>
Kjartan Maraas <kmaraas@gnome.org>
Marek Černocký <marek@manet.cz>
Rafael Ferreira <rafael.f.f1@gmail.com>
Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Seong-ho Cho <darkcircle.0426@gmail.com>
Tiagosdot <almosthumane@portugalmail.pt>
Ville-Pekka Vainio <vpvainio@iki.fi>
Wylmer Wang <wantinghard@gmail.com>
Yaron Shahrabani <sh.yaron@gmail.com>
Yuri Myasoedov <ymyasoedov@yandex.ru>

3.11.91 - Mar 2, 2014
=======================

Changes since 3.11.90:

- Update about dialog.
- Fix a bug that could put Maps in an endless loop.
- Fix a 'make distcheck' bug.
- Use markup for superscripts.
- Added/updated/fixed translations:
  - Arabic
  - Catalan
  - Finnish
  - Swedish

All contributors to this release:

Jonas Danielsson <jonas@threetimestwo.org>
Khaled Hosny <khaledhosny@eglug.org>
Marcus Lundblad <ml@update.uu.se>
Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
Pau Iranzo <paugnu@gmail.com>
Ville-Pekka Vainio <vpvainio@iki.fi>

3.11.90 - Feb 18, 2014
=======================

Changes since 3.11.5.1:

- Make the search results show in a GtkPopover.
- Fix a bug where search result spinner sometimes wouldn't be centered.
- Add Jonas Danielsson to maintainer's list.
- Added/updated/fixed translations:
  - Assamese
  - Ukrainian
  - French
  - Aragonese

All contributors to this release:

Claude Paroz <claude@2xlibre.net>
Daniel Korostil <ted.korostiled@gmail.com>
Jonas Danielsson <jonas@threetimestwo.org>
Jorge Pérez Pérez <jorgtum@gmail.com>
Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
ngoswami <ngoswami@redhat.com>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

3.11.5.1 - Feb 05, 2014
=======================

Changes since 3.11.5:

- Fix some compiler warnings.

All contributors to this release:

Ting-Wei Lan <lantw44@gmail.com>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

3.11.5 - Feb 04, 2014
=====================

Changes since 3.11.4.1:

- Much smoother goto animations.
- Avoid a redundant zoom-out at end of goto animations by making
  use of new geocode-glib and libchamplain API.
- Make Maps work against geoclue 2.1.x and latest gtk+.
- If accuracy area is less than 1, show 'exact' instead of '0 km2'.
- Explicitly specify desired accuracy level to geoclue.
- Update website URL in AppData file.
- Make gnome-maps executable a real binary.
- Update recent added time on re-visits.
- Fix a compiler warning.
- Added/updated/fixed translations:
  - Brazilian Portuguese
  - Chinese simplified
  - Czech
  - Galician
  - Hebrew
  - Lithuanian
  - Norwegian
  - Slovenian
  - Spanish
  - Tajik
  - Telugu
  - Traditional Chinese (Hong Kong and Taiwan)

Dependency-related changes:

- Require gio-2.0 >= 2.39.3
- Require gjs-1.0 >= 1.39.0
- Require geocode-glib >= 3.11.5 (runtime-only)
- Require libchamplain >= 0.12.6 (runtime-only)

All contributors to this release:

Andreas Nilsson <anilsson@redhat.com>
Aurimas Černius <aurisc4@gmail.com>
Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Colin Walters <walters@verbum.org>
Daniel Mustieles <daniel.mustieles@gmail.com>
Fran Diéguez <fran.dieguez@mabishu.com>
Jonas Danielsson <jonas@threetimestwo.org>
Kjartan Maraas <kmaraas@gnome.org>
Marek Černocký <marek@manet.cz>
Matej Urbančič <mateju@svn.gnome.org>
Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
Piotr Drąg <piotrdrag@gmail.com>
Rafael Ferreira <rafael.f.f1@gmail.com>
Tong Hui <tonghuix@gmmail.com>
Victor Ibragimov <victor.ibragimov@gmail.com>
Yosef Or Boczko <yoseforb@src.gnome.org>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

3.11.4.1 - Jan 14, 2014
=======================

Changes since 3.11.4:

- Provide completion for search based on recently used search results.

All contributors to this release:

Jonas Danielsson <jonas@threetimestwo.org>
Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

3.11.4 - Jan 14, 2014
=====================

Changes since 3.11.2:

- Set saner minimum zoom level on the map view.
- Added/updated/fixed translations:
  - Czech
  - Malayalam
  - Kannada
  - Slovak
  - Friulian
  - German
  - Esperanto

All contributors to this release:

Balasankar C <c.balasankar@gmail.com>
Benjamin Steinwender <b@stbe.at>
Dušan Kazik <prescott66@gmail.com>
Fabio Tomat <f.t.public@gmail.com>
Jonas Danielsson <jonas@threetimestwo.org>
Marek Černocký <marek@manet.cz>
Matthew Chisholm <mat.eo416@gmail.com>
Shankar Prasad <prasad.mvs@gmail.com>

3.11.2 - Nov 19, 2013
=====================

Changes since 3.10.0:

- Default focus on search entry.
- Clearer dconf key descriptions.
- Use Unicode quotation marks and apostrophes.
- Added/updated/fixed translations:
  - Afrikaans
  - Arabic
  - Basque
  - Brazilian Portuguese
  - Catalan (Valencian)
  - Chinese simplified
  - Danish
  - Dutch
  - Galician
  - Greek
  - Italian
  - Lithuanian
  - Malayalam
  - Norwegian bokmål
  - Persian
  - Slovenian
  - Spanish
  - Swedish
  - Tajik
  - Telugu
  - Turkish

All contributors to this release:

Anish A <aneesh.nl@gmail.com>
Arash Mousavi <mousavi.arash@gmail.com>
Aurimas Černius <aurisc4@gmail.com>
Carles Ferrando <carles.ferrando@gmail.com>
Claudio Arseni <claudio.arseni@ubuntu.com>
Daniel Mustieles <daniel.mustieles@gmail.com>
Dawid Loubser <dawid.loubser@ibi.co.za>
Efstathios Iosifidis <iosifidis@opensuse.org>
Emin Tufan Çetin <etcetin@gmail.con>
Fran Diéguez <fran.dieguez@mabishu.com>
Friedel Wolff <friedel@translate.org.za>
Inaki Larranaga Murgoitio <dooteo@zundan.com>
Jonas Danielsson <jonas@threetimestwo.org>
Kenneth Nielsen <k.nielsen81@gmail.com>
Khaled Hosny <khaledhosny@eglug.org>
Kjartan Maraas <kmaraas@gnome.org>
Marcus Lundblad <ml@update.uu.se>
Matej Urbančič <mateju@svn.gnome.org>
Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
Philip Withnall <philip@tecnocode.co.uk>
Praveen Illa <mail2ipn@gmail.com>
Rafael Ferreira <rafael.f.f1@gmail.com>
Reinout van Schouwen <reinouts@gnome.org>
Tim Lunn <tim@feathertop.org>
Victor Ibragimov <victor.ibragimov@gmail.com>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
tuhaihe <1132321739qq@gmail.com>

3.10.0 - Sep 23, 2013
=====================

Changes since 3.9.92:

- Added/updated/fixed translations:
  - Arabic
  - Assamese
  - Catalan
  - Esperanto
  - Estonian
  - German
  - Japanese
  - Norwegian bokmål
  - Portuguese
  - Ukranian

All contributors to this release:

António Lima <amrlima@gmail.com>
Benjamin Steinwender <b@stbe.at>
Daniel Korostil <ted.korostiled@gmail.com>
Jiro Matsuzawa <jmatsuzawa@gnome.org>
Josep Sanchez Mesegue <papapep@gmx.com>
Khaled Hosny <khaledhosny@eglug.org>
Kjartan Maraas <kmaraas@gnome.org>
Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Mattias Põldaru <mahfiaz@gmail.com>
Nilamdyuti Goswami <ngoswami@redhat.com>
Priit Laes <plaes@plaes.org>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

3.9.92 - Sep 16, 2013
=====================

Changes since 3.9.91:

- Fix issue of Maps not updating user's location at first time launch.
- Fix the awkward looking and slow goto animation and make it linear and fast.
- Don't point to inexistent directories in gnome-maps script.
- Mark two forgotten strings for translation.
- Add some comments for translators.
  - Assamese
  - Basque
  - Brazilian Portuguese
  - British English
  - Czech
  - Danish
  - Dutch
  - Finnish
  - Finnish
  - French
  - Galician
  - German
  - Hungarian
  - Indonesian
  - Italian
  - Korean
  - Latvian
  - Lithuanian
  - Norwegian bokmål
  - Polish
  - Punjabi
  - Russian
  - Serbian
  - Slovak
  - Slovenian
  - Spanish
  - Tajik
  - Traditional Chinese

All contributors to this release:

Alexandre Franke <alexandre.franke@gmail.com>
Andika Triwidada <andika@gmail.com>
A S Alam <apreet.alam@gmail.com>
Aurimas Černius <aurisc4@gmail.com>
Balázs Úr <urbalazs@src.gnome.org>
Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Claudio Arseni <claudio.arseni@ubuntu.com>
Daniel Mustieles <daniel.mustieles@gmail.com>
Dušan Kazik <prescott66@gmail.com>
Enrico Nicoletto <liverig@gmail.com>
Fran Diéguez <fran.dieguez@mabishu.com>
Gabor Kelemen <kelemeng@gnome.hu>
Jonas Danielsson <jonas.danielsson@lundinova.se>
Kalev Lember <kalevlember@gmail.com>
Kjartan Maraas <kmaraas@gnome.org>
Kris Thomsen <lakristho@gmail.com>
Marek Černocký <marek@manet.cz>
Martin Srebotnjak <miles@filmsi.net>
Matej Urbančič <mateju@svn.gnome.org>
Nilamdyuti Goswami <ngoswami@redhat.com>
Philip Withnall <philip@tecnocode.co.uk>
Piotr Drąg <piotrdrag@gmail.com>
Reinout van Schouwen <reinouts@gnome.org>
Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Seong-ho Cho <darkcircle.0426@gmail.com>
Timo Jyrinki <timo@debian.org>
Tobias Endrigkeit <tobiasendrigkeit@outlook.com>
Victor Ibragimov <victor.ibragimov@gmail.com>
Ville-Pekka Vainio <vpvainio@iki.fi>
Yosef Or Boczko <yoseforb@gmail.com>
Yuri Myasoedov <omerta13@yandex.ru>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Мирослав Николић <miroslavnikolic@rocketmail.com>

3.9.91 - Sep 03, 2013
=====================

Changes since 3.9.90.2:

- Provide an AppData file for GNOME software center.
- Improved search results popup:
  - Add a scroll window to not fill screen with results.
  - Show place icons when available for user to be able to differentiate
    between results.
  - Show a spinner when search is on going.
  - Show matched part of results in bold fonts.
- Add a context menu with two options:
  - "What's here?": Finds the name of the place at cursor position.
  - "I'm here": Corrects/changes Maps' idea of where user is currently.
- Gracefully handle markup in search results.
- Fix build against latest gnome-common.
- Added/updated/fixed translations:
  - Brazilian Portuguese
  - Czech
  - Esperanto
  - Galician
  - Hungarian
  - Irish
  - Polish
  - Slovenian
  - Spanish
  - Tajik
  - UK

Dependency-related changes:

- Adapt to, and depend on GeoClue >= 1.99.3.

All contributors to this release:

Andreas Nilsson <anilsson@redhat.com>
Balázs Úr <urbalazs@src.gnome.org>
Daniel Korostil <ted.korostiled@gmail.com>
Daniel Mustieles <daniel.mustieles@gmail.com>
Enrico Nicoletto <liverig@gmail.com>
Fran Diéguez <fran.dieguez@mabishu.com>
Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
Jonas Danielsson <jonas@threetimestwo.org>
Kalev Lember <kalevlember@gmail.com>
Marek Černocký <marek@manet.cz>
Matej Urbančič <mateju@svn.gnome.org>
Piotr Drąg <piotrdrag@gmail.com>
Ryan Lortie <desrt@desrt.ca>
Seán de Búrca <leftmostcat@gmail.com>
Victor Ibragimov <victor.ibragimov@gmail.com>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

3.9.90.2 - Aug 23, 2013
=======================

Changes since 3.9.90.1:

- Drop usage of Geoclue library as its going to be dropped in Geoclue 1.99.2.
- Update Polish translation.

All contributors to this release:

Piotr Drąg <piotrdrag@gmail.com>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

3.9.90.1 - Aug 20, 2013
=======================

Brown paperbag release for also updating version in configure/build.

3.9.90 - Aug 20, 2013
=====================

Changes since 3.9.5:

- Search results are shown in a popup menu rather than as markers on the map.
- Draw window decorations client-side, following the new GNOME3 trend.
- The user location button is no longer a toggle.
- Add buttons and key bindings for zooming in and out.
- Added/updated/fixed translations:
  - Chinese simplified
  - Danish

Dependency-related changes:

- Adapt to, and depend on GeoClue >= 1.99.1.

All contributors to this release:

Andrea Veri <av@gnome.org>
Jonas Danielsson <jonas@threetimestwo.org>
Kenneth Nielsen <k.nielsen81@gmail.com>
Kris Thomsen <lakristho@gmail.com>
Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
tuhaihe <1132321739qq@gmail.com>
Yosef Or Boczko <yoseforb@gmail.com>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

3.9.5 - Jul 31, 2013
====================

First public release.