Releases: koordinates/koordinates-qgis-plugin
Releases · koordinates/koordinates-qgis-plugin
v3.0.3
What's Changed
- Fix plugin packaging for upload to QGIS plugin registry by @hamishcampbell in #316
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- Print link to test-version zip in PR discussions by @merydian in #312
- Update token scopes to allow Repo Push by @hamishcampbell in #314
- Update download-artifact workflow action to v4 by @hamishcampbell in #315
New Contributors
- @merydian made their first contribution in #312
- @hamishcampbell made their first contribution in #314
Full Changelog: v3.0.1...v3.0.2
3.0.1
Fix compatibility with QGIS 3.36
v3.0.0
What's Changed
- Ensure border doesn't get obscured by thumbnails by @nyalldawson in #300
- Implement choice of styles when adding datasets by @nyalldawson in #301
- Implement popularity sorting for geographic regions by @nyalldawson in #302
- Use backend api to retrieve country listings by @nyalldawson in #303
- Implement filtering by groups by @nyalldawson in #305
- Update auth workflow to support refresh tokens by @nyalldawson in #306
- Oauth workflow changes followup by @nyalldawson in #307
- Attempt to avoid "flashing" results widget by @nyalldawson in #308
Full Changelog: v2.1.0...v3.0.0
v2.1.0
What's Changed
- Workaround crash on mac platform with non-default themes by @nyalldawson in #282
- Fix AttributeError when running on older Qt versions by @nyalldawson in #287
- Switch to narrow cards when list width shrinks too small to avoid thumbnail hiding by @nyalldawson in #289
- Implement new clone logic by @nyalldawson in #290
- Don't filter panels on client by @nyalldawson in #292
- Partially revert "Don't filter panels on client" by @nyalldawson in #297
- Another attempt to fix blank cards by @nyalldawson in #298
- Force truncate titles in cards to <70 characters by @nyalldawson in #296
- Build buttons and explore panels dynamically by @nyalldawson in #293
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Add Grid as a supported datatype for 'add to map'. by @pfw in #162
- Use QWidget.window() rather than QWidget.screen() by @pfw in #169
- Replace some instances of "clone" with "get" by @nyalldawson in #171
- When using local plain text oauth success page, show the error if we encountered one or the user cancelled the auth by @nyalldawson in #172
- Fix custom layouts get stuck in an endless loop of invalidation/relayout which leads to 100% cpu usage by @nyalldawson in #173
- Fix widgets need repainting when combo drop down is dismissed by @nyalldawson in #174
- Add actions to help button by @nyalldawson in #176
- Add correct canceled uri by @nyalldawson in #177
- Use standard QGIS new layer random colors when adding WMTS layers by @nyalldawson in #186
- Update matrix of supported QGIS versions by @nyalldawson in #188
- Show padlock icon in details dialog for private datasets by @nyalldawson in #189
- Add 'Koordinates' item in QGIS browser panel by @nyalldawson in #187
- Implement background task for cloning by @nyalldawson in #190
- Code refactoring for repository handling by @nyalldawson in #191
- Use correct domain in requests for selected context by @nyalldawson in #192
- Handle cloning of point clouds by @nyalldawson in #193
- Allow point cloud extents to be added to the project by @nyalldawson in #194
- Fix exception if revisions counts cannot be retrieved by @nyalldawson in #195
- Show dataset details for point clouds by @nyalldawson in #196
- Implement new tab bar widget and responsive layouts by @nyalldawson in #197
- Point cloud extents are no longer ewkb by @nyalldawson in #198
- Implement popular/recent panels by @nyalldawson in #199
- Implement publisher handling by @nyalldawson in #200
- Only show publisher filter in Browse tab by @nyalldawson in #201
- Add publisher filter banner by @nyalldawson in #202
- Fix item_type handling in explore api by @nyalldawson in #203
- Add icons for users, mirrors in publisher list by @nyalldawson in #242
- Reorder tabs by @nyalldawson in #243
- Fix missing header graphics in dialog by @nyalldawson in #244
- Delay switch to wide mode for longer to ensure we always have sufficient by @nyalldawson in #245
- For 'feature' mode for identify results for koordinates WMTS layers by @nyalldawson in #246
- Tweak background color for browse/filter tabs by @nyalldawson in #247
- Use an action group to get sort menu entries styled like radio buttons by @nyalldawson in #248
- Browse button should be last when panel is in wide mode by @nyalldawson in #249
- Force collapse all advanced filter controls when explore tab is changed by @nyalldawson in #250
- Remove publisher banner when mode is changed from browse by @nyalldawson in #251
- Fix publisher tab appearance to match exactly mockups by @nyalldawson in #252
- Use a different approach to show filter combobox custom widgets by @nyalldawson in #253
- Make popular/recent panels better match mockups by @nyalldawson in #254
- Add a little bit of padding to top of recent/popular tabs by @nyalldawson in #255
- If filter drop downs would overflow past the edge of the screen, align them with the right side of the combo box widget instead by @nyalldawson in #256
- Fix search bar alignment by @nyalldawson in #257
- Respect actual browse mode when switching from different contexts back to explore tab by @nyalldawson in #258
- Show counts for publisher types in tab bar by @nyalldawson in #259
- Don't try to do publisher filtering on local results, instead always use backend by @nyalldawson in #260
- Don't clear publisher filter when changing tabs by @nyalldawson in #261
- Fix scaling of some publisher icons by @nyalldawson in #262
- Fix some publisher thumbnail related issues by @nyalldawson in #263
- Clear filters when changing context tabs by @nyalldawson in #264
- Ensure publisher filter banner always shows over results, not under filter widget by @nyalldawson in #265
- Fix placement of "Load More" item in list by @nyalldawson in #266
- Fix exception when switching to My Data tab by @nyalldawson in #267
- Fix thumbnail appearance in context switcher by @nyalldawson in #268
- Fix misc issues by @nyalldawson in #273
- Implement new logic for cloning permission by @nyalldawson in #276
- Clone updates by @nyalldawson in #278
- Grow vertical space in clone details list to fit full message by @nyalldawson in #279
- Misc fixes by @nyalldawson in #281
Full Changelog: v1.0.2...v2.0.0