Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stm32flash: add recipe #77

Closed
wants to merge 1 commit into from
Closed

stm32flash: add recipe #77

wants to merge 1 commit into from

Conversation

g0hl1n
Copy link
Contributor

@g0hl1n g0hl1n commented May 9, 2018

Add recipe for version 0.5 of stm32flash, an open source flash program for
STM32 using the ST serial bootloader.

Signed-off-by: Richard Leitner richard.leitner@skidata.com

Add recipe for version 0.5 of stm32flash, an open source flash program for
STM32 using the ST serial bootloader.

Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
@g0hl1n
Copy link
Contributor Author

g0hl1n commented May 16, 2018

sent patch to openembedded-devel ML as stated in the README.

@g0hl1n g0hl1n closed this May 16, 2018
texierp added a commit to texierp/meta-openembedded that referenced this pull request Jun 1, 2020
License-Update: copyright years updated

Changelog:

2020-05-31 -- 0.9.4

  * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub openembedded#67)
  * Fixed: CMake: Support GTest 1.8.0 (GitHub openembedded#68)
      Thanks to Ryan Schmidt for the related report!
  * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than
      GTEST_INCLUDE_DIR (GitHub openembedded#79, openembedded#81)
      Thanks to Wouter Beek for the related report!
  * Improved: CMake: Send config summary to stdout, not stderr (GitHub openembedded#72)
      Thanks to Scott Donelan for the patch!
  * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without
      a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub openembedded#69)
  * Added: Functions to make UriUri[AW] instances independent of the original
      URI string (GitHub openembedded#77 and openembedded#78)
      New functions:
        uriMakeOwner[AW]
        uriMakeOwnerMm[AW]
  * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of
      files, defaults to "ON" (GitHub openembedded#74, openembedded#75)
      Thanks to Scott Donelan for the patch!
  * Soname: 1:26:0

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>

foo

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
texierp added a commit to texierp/meta-openembedded that referenced this pull request Jun 1, 2020
License-Update: copyright years updated

Changelog:

2020-05-31 -- 0.9.4

  * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub openembedded#67)
  * Fixed: CMake: Support GTest 1.8.0 (GitHub openembedded#68)
      Thanks to Ryan Schmidt for the related report!
  * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than
      GTEST_INCLUDE_DIR (GitHub openembedded#79, openembedded#81)
      Thanks to Wouter Beek for the related report!
  * Improved: CMake: Send config summary to stdout, not stderr (GitHub openembedded#72)
      Thanks to Scott Donelan for the patch!
  * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without
      a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub openembedded#69)
  * Added: Functions to make UriUri[AW] instances independent of the original
      URI string (GitHub openembedded#77 and openembedded#78)
      New functions:
        uriMakeOwner[AW]
        uriMakeOwnerMm[AW]
  * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of
      files, defaults to "ON" (GitHub openembedded#74, openembedded#75)
      Thanks to Scott Donelan for the patch!
  * Soname: 1:26:0

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 1, 2020
License-Update: copyright years updated

Changelog:

2020-05-31 -- 0.9.4

  * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub openembedded#67)
  * Fixed: CMake: Support GTest 1.8.0 (GitHub openembedded#68)
      Thanks to Ryan Schmidt for the related report!
  * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than
      GTEST_INCLUDE_DIR (GitHub openembedded#79, openembedded#81)
      Thanks to Wouter Beek for the related report!
  * Improved: CMake: Send config summary to stdout, not stderr (GitHub openembedded#72)
      Thanks to Scott Donelan for the patch!
  * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without
      a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub openembedded#69)
  * Added: Functions to make UriUri[AW] instances independent of the original
      URI string (GitHub openembedded#77 and openembedded#78)
      New functions:
        uriMakeOwner[AW]
        uriMakeOwnerMm[AW]
  * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of
      files, defaults to "ON" (GitHub openembedded#74, openembedded#75)
      Thanks to Scott Donelan for the patch!
  * Soname: 1:26:0

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 2, 2020
License-Update: copyright years updated

Changelog:

2020-05-31 -- 0.9.4

  * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub openembedded#67)
  * Fixed: CMake: Support GTest 1.8.0 (GitHub openembedded#68)
      Thanks to Ryan Schmidt for the related report!
  * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than
      GTEST_INCLUDE_DIR (GitHub openembedded#79, openembedded#81)
      Thanks to Wouter Beek for the related report!
  * Improved: CMake: Send config summary to stdout, not stderr (GitHub openembedded#72)
      Thanks to Scott Donelan for the patch!
  * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without
      a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub openembedded#69)
  * Added: Functions to make UriUri[AW] instances independent of the original
      URI string (GitHub openembedded#77 and openembedded#78)
      New functions:
        uriMakeOwner[AW]
        uriMakeOwnerMm[AW]
  * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of
      files, defaults to "ON" (GitHub openembedded#74, openembedded#75)
      Thanks to Scott Donelan for the patch!
  * Soname: 1:26:0

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
iipeace pushed a commit to iipeace/meta-openembedded that referenced this pull request Jun 16, 2020
License-Update: copyright years updated

Changelog:

2020-05-31 -- 0.9.4

  * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub openembedded#67)
  * Fixed: CMake: Support GTest 1.8.0 (GitHub openembedded#68)
      Thanks to Ryan Schmidt for the related report!
  * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than
      GTEST_INCLUDE_DIR (GitHub openembedded#79, openembedded#81)
      Thanks to Wouter Beek for the related report!
  * Improved: CMake: Send config summary to stdout, not stderr (GitHub openembedded#72)
      Thanks to Scott Donelan for the patch!
  * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without
      a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub openembedded#69)
  * Added: Functions to make UriUri[AW] instances independent of the original
      URI string (GitHub openembedded#77 and openembedded#78)
      New functions:
        uriMakeOwner[AW]
        uriMakeOwnerMm[AW]
  * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of
      files, defaults to "ON" (GitHub openembedded#74, openembedded#75)
      Thanks to Scott Donelan for the patch!
  * Soname: 1:26:0

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead pushed a commit that referenced this pull request Jul 3, 2020
License-Update: copyright years updated

Changelog:

2020-05-31 -- 0.9.4

  * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub #67)
  * Fixed: CMake: Support GTest 1.8.0 (GitHub #68)
      Thanks to Ryan Schmidt for the related report!
  * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than
      GTEST_INCLUDE_DIR (GitHub #79, #81)
      Thanks to Wouter Beek for the related report!
  * Improved: CMake: Send config summary to stdout, not stderr (GitHub #72)
      Thanks to Scott Donelan for the patch!
  * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without
      a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub #69)
  * Added: Functions to make UriUri[AW] instances independent of the original
      URI string (GitHub #77 and #78)
      New functions:
        uriMakeOwner[AW]
        uriMakeOwnerMm[AW]
  * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of
      files, defaults to "ON" (GitHub #74, #75)
      Thanks to Scott Donelan for the patch!
  * Soname: 1:26:0

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 27adb93)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
chaitu236 referenced this pull request in chaitu236/meta-openembedded Aug 10, 2020
License-Update: copyright years updated

Changelog:

2020-05-31 -- 0.9.4

  * Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub ni#67)
  * Fixed: CMake: Support GTest 1.8.0 (GitHub ni#68)
      Thanks to Ryan Schmidt for the related report!
  * Fixed: CMake: Use variable GTEST_INCLUDE_DIRS (with plural "S") rather than
      GTEST_INCLUDE_DIR (GitHub ni#79, ni#81)
      Thanks to Wouter Beek for the related report!
  * Improved: CMake: Send config summary to stdout, not stderr (GitHub ni#72)
      Thanks to Scott Donelan for the patch!
  * Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without
      a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub ni#69)
  * Added: Functions to make UriUri[AW] instances independent of the original
      URI string (GitHub ni#77 and ni#78)
      New functions:
        uriMakeOwner[AW]
        uriMakeOwnerMm[AW]
  * Added: CMake option URIPARSER_ENABLE_INSTALL to toggle installation of
      files, defaults to "ON" (GitHub ni#74, ni#75)
      Thanks to Scott Donelan for the patch!
  * Soname: 1:26:0

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 27adb93)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this pull request Dec 30, 2021
2.2.3:
Bug Fixes
    Fixed making diagnostic text selectable on KDE
    Fixed loading from non-existent directories

2.2.2:
New Features
    Added diagnostics for failed menu loading
    Added support for GNOME-specific categories (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#25)
    Fixed typo in desktop file processing error
Updated Translations

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 31, 2021
2.2.3:
Bug Fixes
    Fixed making diagnostic text selectable on KDE
    Fixed loading from non-existent directories

2.2.2:
New Features
    Added diagnostics for failed menu loading
    Added support for GNOME-specific categories (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#25)
    Fixed typo in desktop file processing error
Updated Translations

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 4, 2022
2.2.3:
Bug Fixes
    Fixed making diagnostic text selectable on KDE
    Fixed loading from non-existent directories

2.2.2:
New Features
    Added diagnostics for failed menu loading
    Added support for GNOME-specific categories (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#25)
    Fixed typo in desktop file processing error
Updated Translations

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 4, 2022
2.2.3:
Bug Fixes
    Fixed making diagnostic text selectable on KDE
    Fixed loading from non-existent directories

2.2.2:
New Features
    Added diagnostics for failed menu loading
    Added support for GNOME-specific categories (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#25)
    Fixed typo in desktop file processing error
Updated Translations

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 5, 2022
2.2.3:
Bug Fixes
    Fixed making diagnostic text selectable on KDE
    Fixed loading from non-existent directories

2.2.2:
New Features
    Added diagnostics for failed menu loading
    Added support for GNOME-specific categories (openembedded#56)
    Added support for PrefersNonDefaultGPU (Fixes openembedded#50)
    Added support for unprefixed applications.menu (openembedded#67)
    Added support for X-GNOME-UsesNotifications (openembedded#79)
    Added support for XFCE specific categories (openembedded#54)
    Enabled opening a root editor for root-owned files with pkexec (openembedded#62)
    Enabled searching for Exec key and desktop entry (openembedded#52)
General
    Added AppData file (openembedded#61)
    Documented intltool build requirement (openembedded#59)
    Switched to the MenuLibre wiki for key descriptions (Fixes openembedded#48)
Bug Fixes
    Added valid types to validator, reducing false positives (openembedded#66)
    Fixed builds with newer versions of GTK (openembedded#77)
    Fixed history state when editing Name and Comment (openembedded#57)
    Fixed msgfmt errors
    Fixed running with newer versions of GTK (openembedded#82)
    Fixed selection leaving screen while moving items (openembedded#25)
    Fixed typo in desktop file processing error
Updated Translations

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 22, 2022
Add dependence python3-fcntl python3-logging

Changelog:
===========
Added clear warning when locking in non-blocking mode without specifying
either EXCLUSIVE or SHARED mode. Fixes openembedded#77

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead pushed a commit that referenced this pull request Jul 24, 2022
Add dependence python3-fcntl python3-logging

Changelog:
===========
Added clear warning when locking in non-blocking mode without specifying
either EXCLUSIVE or SHARED mode. Fixes #77

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 3, 2022
Changelog:
==========
 Fix bug in _round_and_pad with exponential coordinate values (openembedded#73)
 Use assertNotEqual instead of assertNotEquals in tests, for Python 3.11 compatibility (openembedded#77)
 Add support for Python 3.8, 3.9, and 3.10 (openembedded#79, openembedded#84)
 Drop support for end-of-life Python versions 2.7, 3.4, 3.5, and 3.6 (openembedded#84)
 Fix structure of coordinate values in GeoJSON to EsriJSON conversion (openembedded#82)
 Update README with to add History and Limitations sections, and to expand on functionality (openembedded#86)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 3, 2022
Changelog:
==========
 Fix bug in _round_and_pad with exponential coordinate values (openembedded#73)
 Use assertNotEqual instead of assertNotEquals in tests, for Python 3.11 compatibility (openembedded#77)
 Add support for Python 3.8, 3.9, and 3.10 (openembedded#79, openembedded#84)
 Drop support for end-of-life Python versions 2.7, 3.4, 3.5, and 3.6 (openembedded#84)
 Fix structure of coordinate values in GeoJSON to EsriJSON conversion (openembedded#82)
 Update README with to add History and Limitations sections, and to expand on functionality (openembedded#86)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 5, 2022
Changelog:
==========
 Fix bug in _round_and_pad with exponential coordinate values (openembedded#73)
 Use assertNotEqual instead of assertNotEquals in tests, for Python 3.11 compatibility (openembedded#77)
 Add support for Python 3.8, 3.9, and 3.10 (openembedded#79, openembedded#84)
 Drop support for end-of-life Python versions 2.7, 3.4, 3.5, and 3.6 (openembedded#84)
 Fix structure of coordinate values in GeoJSON to EsriJSON conversion (openembedded#82)
 Update README with to add History and Limitations sections, and to expand on functionality (openembedded#86)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Feb 27, 2023
Changelog:
==========
 Relaxed dependency requirements (openembedded#77).
 Dropped support for Python 3.6.
 Added official support for Python 3.11.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jul 25, 2023
- Update build backend since they use a pyproject.toml file now.
- Add python3-io to RDEPENDS so that the module can be imported.

Changelog (https://github.com/arsenetar/send2trash/releases):

1.8.2

- Add fallback to HOMETRASH when cross device errors happen in plat_other (openembedded#26, openembedded#41, openembedded#63)
- win/legacy: tiny logic simplification by @BoboTiG in openembedded#77
- TravisCI is not used anymore by @sobolevn in openembedded#73
- fix(ci): Update to latest actions, fix python versions by @arsenetar in openembedded#78

1.8.1b0

- Add fallback to HOMETRASH when cross device errors happen in plat_other (openembedded#26, openembedded#41, openembedded#63)

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Mar 23, 2024
46.0 - March 14, 2024
=====================

- Updated translations

46.beta - February 9, 2024
==========================

- Highlight relevant pieces when king is checked (openembedded#46, openembedded#78, Mohammadreza Shabani)
- Change keyboard shortcut for viewing previous/next moves (openembedded#67, Vancha)
- Change tooltips to follow HIG guidelines (openembedded#75, Automeris naranja)
- Improve style of message dialogs (openembedded#77, Felipe Kinoshita)
- Fix "Time Limit" not translated in new game window (!47, Sabri Ünal)
- Improvements to main menu (!48, Automeris naranja)
- Improve shortcut names in help overlay (!51, Automeris naranja)
- Updated appstream metainfo (!54, Sabri Ünal)
- Fix broken links in user help (Andre Klapper)
- Updated translations

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant