Skip to content

Commit a00d081

Browse files
committed
Created Changlog File
1 parent 640654c commit a00d081

File tree

2 files changed

+246
-1
lines changed

2 files changed

+246
-1
lines changed

Changlog.md

Lines changed: 245 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,245 @@
1+
Changelog
2+
=========
3+
4+
5+
0.4.0 (2020-02-21)
6+
------------
7+
- Added Trafficlayer support [wimpruijsers]
8+
- Fixed wrong map object when calling setCenter() which make function
9+
working properly. [SmallSea]
10+
- Updated README. [Vicente Marçal]
11+
12+
13+
0.3.0 (2020-02-21)
14+
------------------
15+
- Merge pull request #94 from flask-extensions/poetry. [Vicente Marçal]
16+
17+
Moving to Poetry
18+
- Add poetry files. [Bruno Rocha]
19+
- Removed old setup files. [Bruno Rocha]
20+
- Add Issues Templates. [Vicente Marçal]
21+
- Fix missing , in alpha options. [Josh Mint VM]
22+
- Fix typos in paddle options. [Josh Mint VM]
23+
- Add paddle icons from http://kml4earth.appspot.com/icons.html#paddle.
24+
[Josh Mint VM]
25+
- Update icon base_url values for shapes and pushpin, from
26+
http://kml4earth.appspot.com/icons.html#mapfiles. [Josh Mint VM]
27+
- Merge pull request #79 from kjellreell/minor-doc-fix. [Bruno Rocha]
28+
29+
updated README.md description on how to run the example
30+
- Updated README.md description on how to run the example. [martin
31+
kjellin]
32+
- Merge branch 'kjellreell-issue60-latlon-from-click' [Bruno Rocha]
33+
- Add a form to get APIkey. [Bruno Rocha]
34+
- Issue #60: add support for getting clicked latitude and longitude to
35+
flask. [martin kjellin]
36+
- Merge pull request #75 from johnclary/update-docs. [Bruno Rocha]
37+
38+
Update Docs with center_on_user_location
39+
- Update Docs with center_on_user_location. [John Clary]
40+
41+
The variable name center_on_user_location wasn't properly formatted in the docs. Fixed. You're very welcome!
42+
- Merge pull request #70 from david81brs/iconsets. [Bruno Rocha]
43+
44+
New sets #shapes & #pushpin
45+
- New sets #shapes & #pushpin. [David Silva]
46+
- Pinned Flask version for compatibility reasons try to resolve #69.
47+
[Bruno Rocha]
48+
- Merge pull request #64 from n0d/master. [Bruno Rocha]
49+
50+
Add option to center map based on user's location (Issue #52).
51+
- Add option to center map based on user's location (Issue #52).
52+
[Beandob]
53+
- Merge pull request #61 from edawine/fix-license. [Bruno Rocha]
54+
55+
Create LICENSE
56+
- Create LICENSE. [edawine]
57+
58+
Adds MIT license because the package is tagged with MIT license (from 2013).
59+
60+
61+
0.2.5 (2017-08-31)
62+
------------------
63+
- New release 0.2.5. [Bruno Rocha]
64+
- Merge pull request #58 from mattdavis1121/master. [Bruno Rocha]
65+
66+
Add fitbounds feature to README
67+
- Update README.md. [Matt Davis]
68+
- Merge pull request #1 from mattdavis1121/add-toggle-for-mapfitbounds.
69+
[Matt Davis]
70+
71+
Add toggle for map.fitBounds() - closes issue #55
72+
- Merge pull request #56 from mattdavis1121/add-toggle-for-mapfitbounds.
73+
[Bruno Rocha]
74+
75+
Add toggle for map.fitBounds() - closes issue #55
76+
- Add toggle for map.fitBounds() - closes issue #55. [Matt Davis]
77+
- Merge pull request #49 from alfredopironti/master. [Bruno Rocha]
78+
79+
Fix typo in object dict
80+
- Update documentation for language and region. [Alfredo Pironti]
81+
- Add support for Google Maps language and region. [Alfredo Pironti]
82+
- Fix typo in object dict. [Alfredo Pironti]
83+
- Fix bug that returns attribute error when lat or long is exactly 0
84+
(#44) [Bruno Rocha]
85+
86+
* Fix bug that returns attribute error when lat or long is exactly 0
87+
88+
* replace '!= None' with 'is not None'
89+
- Replace '!= None' with 'is not None' [mebroadbent]
90+
- Fix bug that returns attribute error when lat or long is exactly 0.
91+
[mebroadbent]
92+
- HOTFIX: Make it compatible with Python 2.6 again. [Bruno Rocha]
93+
94+
95+
0.2.4 (2016-10-07)
96+
------------------
97+
- Bump 0.2.3. [Bruno Rocha]
98+
99+
100+
0.2.3 (2016-08-08)
101+
------------------
102+
- Serialize maps as json when passed to jsonify to allow API based
103+
frontend (#30) [Francisco Fernandes]
104+
105+
* #30 Early decode from class to JSON dict
106+
107+
* Fixed some map names and set the dict return instead of json dump
108+
109+
* Added collapsible attr to as_json func
110+
111+
* Removed live loading of Google Maps example code through Jquery
112+
113+
* JSON dumped the Markup file for more encoding/decoding freedom for user
114+
115+
* Moved import to file top
116+
- Pep8 fixes. [Bruno Rocha]
117+
- Collapsible option + Marker infobox improvements (#38) [Mikhail
118+
Ksenofontov]
119+
120+
* Unicode support for marker infoboxes
121+
122+
* Marker infobox closes when another one opens
123+
124+
* Added collapsible option
125+
126+
* Fix for multiple onload functions
127+
128+
* Infoboxes for rectangles, circles, polygons and polylines
129+
130+
* Comments deleted
131+
132+
* Enumerate
133+
- Added scroll wheel option (#36) [Ruan Aragão]
134+
135+
* Add scroll wheel option
136+
137+
* Update README.md for add 'scroll_wheel'
138+
- Update README.md. [Bruno Rocha]
139+
- Update README.md. [Bruno Rocha]
140+
- Update README.md. [Bruno Rocha]
141+
- Changed screenshot example. [Bruno Rocha]
142+
- Add h2 titles to example. [Bruno Rocha]
143+
- Defined varnames and added a dynamic moving map to example.py. [Bruno
144+
Rocha]
145+
- Fix #27 makes map variable global using map.varname. [Bruno Rocha]
146+
- Added Polylines and Polygons drawing support (#26) [Francisco
147+
Fernandes]
148+
149+
* Implemented polyline path drawing
150+
151+
* Added rendering of polylines at js file
152+
153+
* Added more polyline path formatting and fixed function to add polylines
154+
155+
* Wrote some docstrings for polylines and circles functions
156+
157+
* Added polygons support in maps
158+
- Better way of handling markers, so we dont have tons of JS vars. (#25)
159+
[Ruben Rocha]
160+
- Add MarkerClusterer support (#24) [Ruben Rocha]
161+
162+
* Add MarkerClusterer support
163+
164+
* Fix repetition, oops
165+
166+
* Cluster now goes into the Map() object, not GoogleMaps(). Added examples folder with static,templates
167+
- Merge pull request #23 from chicao/ISSUE-19-draw-lines-polygons.
168+
[Bruno Rocha]
169+
170+
ISSUE #19 Add functionality for drawing Rectangles, Lines, Polygons, Circles and Drawings
171+
- Added support for drawing circles. [Francisco Fernandes]
172+
- Improved code with suggestions and set comparison of dict keys with
173+
sets. [Francisco Fernandes]
174+
- Implemented the rectangle drawing functionality without classes.
175+
[Francisco Fernandes]
176+
- Created function to add dict based rectangles to Map.rectangles list.
177+
[Francisco Fernandes]
178+
- Added support for alpha icons. [Bruno Rocha]
179+
- Add support for marker hover title. [Bruno Rocha]
180+
- Better screenshot iamge. [Bruno Rocha]
181+
- Add notes to add more icons to icons.py module HELP NEEDED. [Bruno
182+
Rocha]
183+
- Add a control to check if maps script already loaded. [Bruno Rocha]
184+
- Updated screenshot example. [Bruno Rocha]
185+
- Added icons generator. [Bruno Rocha]
186+
- Preparing for 0.2.0. [Bruno Rocha]
187+
- Protocol is relative - using // instead of http: [Bruno Rocha]
188+
- Merge pull request #15 from tvgdb/master. [Bruno Rocha]
189+
190+
Load Google Maps script over HTTPS
191+
- Load Google Maps script over HTTPS. [Thibault van Geluwe de Berlaere]
192+
- Update README.md. [Bruno Rocha]
193+
- Update README.md. [Bruno Rocha]
194+
- Update setup.py. [Bruno Rocha]
195+
- Update README.md. [Bruno Rocha]
196+
- Merge pull request #13 from jclark754/master. [Bruno Rocha]
197+
198+
Added support for infobox creation
199+
- Added flag to check for list. [Joshua Clark]
200+
201+
Needed to add a flag to check if infobox was a list or str because
202+
jinja2 does not have a builtin for type(). This allows a user to
203+
specify either a list of infobox values or one infobox value for
204+
multiple markers.
205+
- Added functionality for infoboxes. [Joshua Clark]
206+
207+
This commit adds support for infobox generation. `infobox` is a new
208+
optional parameter the user may specify. If passed to the `Map` class,
209+
info boxes for each marker on the map are created and users may assign
210+
a list of text/html strings for info box creation. If `infobox` is not
211+
found in kwargs, the map just shows markers normally. I’ll provide an
212+
example in the PR.
213+
214+
Also fixes some very minor PEP8 issues :)
215+
- Update README.md. [Bruno Rocha]
216+
- Protocol bases URL in icon, related to #22. [Bruno Rocha]
217+
- Trying to Fix #12. [Bruno Rocha]
218+
- Upgrades to 1.0.6 and updated pipy fix: #11. [Bruno Rocha]
219+
- Change .ext to _ in import fix #8. [Bruno Rocha]
220+
- Merge pull request #6 from nklever/master. [Bruno Rocha]
221+
222+
Extending "markers" parameter with additional icons for markers
223+
- Extending "markers" parameter with additional icons for markers.
224+
[nklever]
225+
- Merge pull request #5 from mjhea0/doc-updates. [Bruno Rocha]
226+
227+
added parameter info
228+
- Added parametere info. [Michael Herman]
229+
- Merge pull request #1 from bitdeli-chef/master. [Bruno Rocha]
230+
231+
Add a Bitdeli Badge to README
232+
- Add a Bitdeli badge to README. [Bitdeli Chef]
233+
- Fix example.py. [Bruno Rocha]
234+
- Pep8 fixes. [Bruno Rocha]
235+
- Removed .pyc. [Bruno Rocha]
236+
- Moved to new package. [Bruno Rocha]
237+
- Fix install namespace for flask.ext. [Bruno Rocha]
238+
- Update README.md. [Bruno Rocha]
239+
- Update README.md. [Bruno Rocha]
240+
- Fix MANIFEST.in and released to PyPI. [Bruno Rocha]
241+
- Install and use instructions. [Bruno Rocha]
242+
- Added screenshot. [Bruno Rocha]
243+
- Initial commit. [Bruno Rocha]
244+
245+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flask_googlemaps"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Easy way to add GoogleMaps to Flask Applications"
55
authors = ["Riverfount - Vulgo Vicente Marçal <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)