File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed
Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 2626
2727- ...
2828
29+ ## [ 0.2.0] - 2025-10-09
30+
31+ ### Added
32+
33+ - Work landing page improvements:
34+ - Clickable DOI links to https://doi.org resolver
35+ - Clickable source links to journal homepages
36+ - Link to raw JSON API response
37+ - Publication title and DOI in HTML ` <title> ` tag
38+ - Map enhancements on work landing page:
39+ - Fullscreen control using Leaflet Fullscreen plugin
40+ - Custom "Zoom to All Features" button
41+ - Scroll wheel zoom enabled
42+ - Comprehensive test suite for work landing page (9 tests)
43+ - Comprehensive test suite for geoextent API (24 tests)
44+
45+ ### Changed
46+
47+ - None.
48+
49+ ### Fixed
50+
51+ - None.
52+
53+ ### Deprecated
54+
55+ - None.
56+
57+ ### Removed
58+
59+ - None.
60+
61+ ### Security
62+
63+ - External links (DOI, source, API) now use ` target="_blank" ` with ` rel="noopener" ` for security
64+
2965## [ 0.1.0] - 2025-04-16
3066
3167### Added
Original file line number Diff line number Diff line change 1- __version__ = "0.1.2 "
1+ __version__ = "0.2.0 "
22VERSION = __version__
You can’t perform that action at this time.
0 commit comments