Skip to content

Commit

Permalink
Merge pull request #78 from qgis/prepare-version-0.1.1
Browse files Browse the repository at this point in the history
Prepare version 0.1.1
  • Loading branch information
ismailsunni authored Aug 23, 2023
2 parents 77baad2 + 1bdd6b1 commit bdeef10
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 32 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Unreleased
-->

## 0.1.1 - 2023-08-23

- Fix UI issue on HiDPI screen
- Release as non experimental

## 0.1.0 - 2023-04-20

- First release
Expand Down
29 changes: 2 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,14 @@

A QGIS plugins to fetch resources from the QGIS Hub

[Resource Browser](./docs/images/resource_browser.png)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

[![flake8](https://img.shields.io/badge/linter-flake8-green)](https://flake8.pycqa.org/)

## Generated options

### Plugin

| Cookiecutter option | Picked value |
| :------------------------------- | :---------------------------------------------------: |
| Plugin name | QGIS Hub Plugin |
| Plugin name slugified | qgis_hub_plugin |
| Plugin name class (used in code) | QgisHubPlugin |
| Plugin category | Web |
| Plugin description short | A QGIS plugins to fetch resources from the QGIS Hub |
| Plugin description long | A QGIS plugins to fetch resources from the QGIS Hub |
| Plugin tags | style, model, layer, resource, 3d model, project, hub |
| Plugin icon | default_icon.png |
| Plugin with processing provider | no |
| Author name | Ismail Sunni |
| Author organization | Camptocamp |
| Author email | <[email protected]> |
| Minimum QGIS version | 3.28 |
| Maximum QGIS version | 3.99 |
| Git repository URL | <https://github.com/qgis/QGIS-Hub-Plugin> |
| Git default branch | main |
| License | GPLv3 |
| Python linter | Flake8 |
| CI/CD platform | GitHub |
| IDE | VSCode |

### Tooling

This project is configured with the following tools:
Expand Down
Binary file modified docs/images/resource_browser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@

Features:

1. Search by name and creator
1. Search by resource's name or creator
2. Filter by resource type
3. Resource shown as grid or list
4. Reload resources from the QGIS Hub plugin to update the local content
3. Resource shown as grid or list:

- On the grid view, the thumbnail can be resized
- On the list view, the list can be sorted by resource's name, creator's name, download count, or uploaded date

4. Get the latest update of the resources from the QGIS Hub plugin
5. Resize the thumbnail (only works on grid view)
6. Button to toggle between grid or list view
7. Preview of the currently selected resource
Expand Down
4 changes: 2 additions & 2 deletions qgis_hub_plugin/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ tracker=https://github.com/qgis/QGIS-Hub-Plugin/issues

# experimental flag
deprecated=False
experimental=True
experimental=False
qgisMinimumVersion=3.28
qgisMaximumVersion=3.99

# versioning
version=0.1.0
version=0.1.1
changelog=

0 comments on commit bdeef10

Please sign in to comment.