This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
Releases: GeotrekCE/Geotrek-rando
Releases · GeotrekCE/Geotrek-rando
1.34.1
1.34.0
See demo
Bug fixes
- Fix font in 3D window (fixes #229, by @camillemonchicourt)
- Fix POI scroll in 3D window (fixes #230, by @camillemonchicourt)
- Fix trek detail header not being responsive (fixes #238)
- Fix list result scroll regression (fixes #235)
- Fix tourism popups not panning vertically (ref #191)
New features
- Add setting
POI_PANEL_OPENED
to control the default behaviour of the POI's panel on detail page
v1.33.0
Breaking changes
- Will require at least Geotrek 0.24
- If you customized
FLATPAGES_TARGETS
, replace keys with filenames like
FLATPAGES_TITLES
.
New features
- Changed apparence and position of favorites
- Removed tabs in results, detail and static pages
- Add setting
BACKPACK_ENABLED
to enable/disable favorites (fixes #54) - Add ability to add external links in pages menu : the static page should contain a single line with the URL
- Add ability to customize search filter place holder (fixes #221)
- Better apparence of usages and themes in detail pages (fixes #112)
Bug fixes
- Fix flatpages targets setting behaviour, like titles (fixes #216)
- Fix initial map extent to be centered on treks
- Fix 3D popup position (fixes #165)
Internal features
- Generate zip files instead of mbtiles files for mobile application
- Generate a zip file per language with all ressources (json, media) for
mobile application
Internal changes
- Ignore tile download errors during tiles files creation (useful when tiles
server does not cover the whole world) - Use the
main
tiles URL for the global tiles, anddetail
for individual
treks - Download elevation profiles as SVG from server
1.32.4
1.32.3
1.32.2
BUG fixes
- Fix trek synchronization, only the first language was synced (fixes #205).
- Fix POI list not being display in responsive version (width <900px) (fixes #206)
- Changed french translation from "Photos satellite" to "Photos aérienne"
Internal change
- Added the ability to customize the districts label (used to be Valleys).
Default value is now Districts.
1.32.0
New features
- Add settings to control warning content about trek being in park center (fixes #194). Useful if you want to reuse the park center notion for other use-case (e.g. Unesco)
- Hide some static pages from the navigation bar, using the
FLATPAGES_TARGETS
setting. Only targetsall
andrando
are listed.
This is useful for Geotrek-mobile pages, to avoid specific pages like
Credits to be linked from footer and hidden from navigation.
Internal changes
- Added a view to get the static pages list as JSON
1.31.2
1.31.1
1.31.0
New features
- All attachments of treks can now be shown in detail page (fixes #131).
By default, only audio, video and PDFs are shown, see settingsFILELIST_ENABLED
andFILELIST_MIMETYPES
. - Ability to choose different cameras, and view POIs details in 3D view (by Célian Garcia)
- Disqus comments integration on treks detail pages (fixes #133).
See dedicated section in README.
BUG fixes
- Fix crash in synchronization when trek has no difficulty
- Fix POI list interaction after AJAX navigation (fixes #188)
Minor changes
- Added labels to tourism popups phone and website
- Added setting
VIEW3D_TILES_NUMBER_LIMIT
to control the maximum number of
tiles to be used in the 3D view (default: 200)