[general]
name=WindRose
description=生成风向玫瑰图（支持点选、手动输入）/ Generate wind rose diagrams (supports map picking and manual input)
version=2.4.3
qgisMinimumVersion=3.28
qgisMaximumVersion=4.99
author=hexiaosang, OpenQGIS
email=sho@live.cn
about=基于Open-Meteo API生成风向玫瑰图，支持景点风玫瑰、同心圆环样式，gpkg、shp、kml、gdb导出格式、还支持实时预览、数据缓存。/Generates wind rose diagrams using the Open-Meteo API, supporting scenic spot-specific wind roses and concentric circle layouts. Compatible with export formats including GPKG, SHP, KML, and GDB, with real-time preview and data caching features.
tracker=https://github.com/jokulsarlon/windrose/issues
repository=https://github.com/jokulsarlon/windrose
tags=windrose,风向,玫瑰图,气象,wind direction,rose diagram,meteorology
homepage=https://github.com/jokulsarlon/windrose
category=Analysis
icon=icons/icon.png
changelog=
    Version 2.4.3
    - Fixed exec_() removed in PyQt6 / 修复PyQt6中exec_()被移除的问题
    - Fixed preview failure in QGIS 4 (PyQt6) / 修复QGIS4中预览失败的问题
    - Fixed preview button stuck disabled after render error / 修复渲染异常后预览按钮卡死的问题
    Version 2.4.0
    - Collapsible help panel and GDB export / 可折叠帮助面板和GDB导出
    - Added collapsible help sidebar with Quick Start, Features, FAQ / 添加可折叠帮助侧边栏
    - Added GDB (File Geodatabase) export format / 添加GDB导出格式
    - Fixed export not working when only "Export File" is checked / 修复只勾选导出文件时不执行导出的问题
    - Improved button styling with grouped layout / 改进按钮样式和分组布局
    - Help panel uses QTextBrowser for better text display / 帮助面板使用QTextBrowser显示
    Version 2.3.0
    - Fix export and file-based loading / 修复导出功能并从文件加载图层
    - Load layers from exported files instead of memory / 从导出文件加载图层（而非内存）
    - Auto-update path when switching export format / 切换导出格式时自动更新路径
    Version 2.2.0
    - Concentric ring wind rose with speed data / 同心圆环样式支持风速数据
    - Ring mode with background circles and direction labels / 圆环模式添加背景圆环和方向标注
    - Local file export (GPKG/KML/SHP) / 支持导出为本地文件
    - Show/hide coordinate points option / 显示坐标点选项
    Version 2.1.0
    - Preview display optimization (3:2 ratio adaptive) / 优化预览显示（3:2比例自适应）
    - Data caching for faster style adjustments / 数据缓存机制，修改样式时无需重新下载
    - Fixed concentric circle style difference / 修复同心圆样式与扇形样式的视觉差异
    Version 2.0.0
    - Card-style layout redesign / 卡片式布局重构
    - Real-time preview functionality / 添加实时预览功能
    - Window size optimization / 窗口尺寸优化
    Version 1.7.0
    - Added preview functionality / 添加预览功能
    Version 1.6.0
    - Side-by-side output options / 输出选项左右并排
    Version 1.5.0
    - Compact UI layout / 紧凑UI布局
    Version 1.4.0
    - Fixed English mode style / 修复英文模式样式
    Version 1.3.9
    - Added English interface / 添加英文界面支持
    Version 1.3.8
    - Optimized SVG display / 优化SVG显示
    Version 1.3.7
    - Updated icon / 更新图标