Update of LogarithmPlotter v0.4.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b736a0910b
commit
8e8da58862
5 changed files with 13 additions and 13 deletions
|
@ -106,11 +106,11 @@ Download:
|
|||
Links:
|
||||
win:
|
||||
- Title: Logiciel d'installation (.exe) (64 bits)
|
||||
Name: logarithmplotter-v<version>-setup.exe (100,9Mio)
|
||||
Name: logarithmplotter-v<version>-setup.exe (50,1Mio)
|
||||
File: logarithmplotter-v<version>-setup.exe
|
||||
macos:
|
||||
- Title: Archive d'Application (.dmg)
|
||||
Name: LogarithmPlotter-v<version>-setup.dmg (114,7Mio)
|
||||
Name: LogarithmPlotter-v<version>-setup.dmg (42,1Mio)
|
||||
File: LogarithmPlotter-v<version>-setup.dmg
|
||||
linux:
|
||||
- Title: Flatpak (via Flathub)
|
||||
|
@ -120,15 +120,15 @@ Download:
|
|||
- Title: Launchpad (PPA)
|
||||
Index: logarithmplotter
|
||||
- Title: Debian / Ubuntu
|
||||
Name: python3-logarithmplotter_<version>-1_all.deb (103,7Kio)
|
||||
Name: python3-logarithmplotter_<version>-1_all.deb (144,5Kio)
|
||||
File: python3-logarithmplotter_<version>-1_all.deb
|
||||
all:
|
||||
- Title: Code source (.tar.gz)
|
||||
Name: logarithmPlotter-<version>.tar.gz (187Kio)
|
||||
Name: logarithmPlotter-<version>.tar.gz (2,2Mio)
|
||||
File: logarithmplotter-<version>.tar.gz
|
||||
Footnote: |
|
||||
L'intégration LaTeX requiert une installation LaTeX valide (depuis une distribution comme [TeXLive](https://tug.org/texlive/)) contenant `latex`, `dvipng` et `fundus-calligra`.
|
||||
*LogarithmPlotter dépend [Python3](https://python.org/) avec [PySide2](https://pypi.org/project/PySide2/), et requiert qu'ils soient installés pour être lancé.
|
||||
*LogarithmPlotter dépend [Python3](https://python.org/) avec [PySide6](https://pypi.org/project/PySide6/), et requiert qu'ils soient installés pour être lancé.
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -109,11 +109,11 @@ Download:
|
|||
Links:
|
||||
win:
|
||||
- Title: Installer software (.exe) (64 bits)
|
||||
Name: logarithmplotter-v<version>-setup.exe (100.9MiB)
|
||||
Name: logarithmplotter-v<version>-setup.exe (50.1MiB)
|
||||
File: logarithmplotter-v<version>-setup.exe
|
||||
macos:
|
||||
- Title: Application Archive (.dmg)
|
||||
Name: LogarithmPlotter-v<version>-setup.dmg (114.7MiB)
|
||||
Name: LogarithmPlotter-v<version>-setup.dmg (42.1MiB)
|
||||
File: LogarithmPlotter-v<version>-setup.dmg
|
||||
linux:
|
||||
- Title: Flatpak (via Flathub)
|
||||
|
@ -123,15 +123,15 @@ Download:
|
|||
- Title: Launchpad (PPA)
|
||||
Index: logarithmplotter
|
||||
- Title: Debian / Ubuntu
|
||||
Name: python3-logarithmplotter_<version>-1_all.deb (103.7KiB)
|
||||
Name: python3-logarithmplotter_<version>-1_all.deb (144.5KiB)
|
||||
File: python3-logarithmplotter_<version>-1_all.deb
|
||||
all:
|
||||
- Title: Source code (.tar.gz)*
|
||||
Name: LogarithmPlotter-v<version>.tar.gz (187KiB)
|
||||
Name: LogarithmPlotter-v<version>.tar.gz (2.2MiB)
|
||||
File: logarithmplotter-<version>.tar.gz
|
||||
Footnote: |
|
||||
LaTeX integration requires a valid LaTeX installation (from a distribution like [TeXLive](https://tug.org/texlive/)) with `latex`, `dvipng` and `fundus-calligra`.
|
||||
*LogarithmPlotter requires [Python3](https://python.org/) with [PySide2](https://pypi.org/project/PySide2/) to be installed in order to be launched.
|
||||
*LogarithmPlotter requires [Python3](https://python.org/) with [PySide6](https://pypi.org/project/PySide6/) to be installed in order to be launched.
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"name": "LogarithmPlotter",
|
||||
"status": "Active development",
|
||||
"description": "Create graphs with logarithm scales, namely Bode plots.",
|
||||
"frameworks": ["[PySide2](https://pypi.org/project/PySide2/) ([Qt](https://qt.io))"]
|
||||
"frameworks": ["[PySide6](https://pypi.org/project/PySide6/) ([Qt](https://qt.io))"]
|
||||
},
|
||||
"accountfree": {
|
||||
"name": "AccountFree",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"name": "LogarithmPlotter",
|
||||
"status": "Développement actif",
|
||||
"description": "Créer des graphes à échelle log, notamment les diagrammes de Bode.",
|
||||
"frameworks": ["[PySide2](https://pypi.org/project/PySide2/) ([Qt](https://qt.io))"]
|
||||
"frameworks": ["[PySide6](https://pypi.org/project/PySide6/) ([Qt](https://qt.io))"]
|
||||
},
|
||||
"accountfree": {
|
||||
"name": "AccountFree",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"logarithmplotter": {
|
||||
"name": "LogarithmPlotter",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"languages": ["QML", "JavaScript", "Python"],
|
||||
"translated": ["en","fr","de","no","hu"],
|
||||
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||
|
|
Loading…
Reference in a new issue