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

chore: add .exe installer on Windows #5674

Open
wants to merge 63 commits into
base: development
Choose a base branch
from

Commits on Jul 17, 2024

  1. Renv Lockfiles (jasp-stats#5629)

    * use new module installation mechanism
    
    very basic functionality works
    
    start on making hashes work
    
    seems more or less functional now
    
    started rewriting cmake, stuff compiles but crashes at runtime
    
    everything seems functional on Linux
    
    windows fixes, stuff compiles but weird runtime error
    
    building on windows works from a clean build, but more testing is needed
    
    more tweaks, update to renv 1.0.2
    
    updates for fallback without lockfile
    
    start unifying stuff across OSes
    
    autogenerated lockfiles seem to be work okay but need more testing
    
    reorganize file + pkgdepends fallback
    
    bump jaspModuleInstaller
    
    spaces -> tabs
    
    bump jaspModuleInstaller
    
    spaces -> tabs
    
    moved getModuleDependencies to jaspModuleInstaller
    
    call setupRenv in setup_renv_rcpp_rinside_jaspModuleInstaller.R.in
    
    remove custom Matrix installation
    
    make configuration work on macos
    
    compilation still fails though...
    
    do follow symlinks otherwise it patches nothing
    
    move searching for fortran outside of the "does framework not exist if()f"
    
    jaspModuleInstaller and fixing of r pkgs needs jaspEngine
    
    so change the order in which things are installed
    
    add R_LIBS for windows and macos
    
    make windows start
    
    * dont use Rscript
    
    now it builds again on macos arm without R installed
    
    * make it build on windows again
    
    * fix some path finding  cmake
    
    * pre install hacks no longer needed
    
    * progress
    
    * works on windows now?
    
    * Merge mistake
    
    * Update jasprcpp.cpp
    
    * Fix symlink relativation on MAC
    
    * fix windows stuff
    
    * Update symlinkTools.R
    
    * progress'
    
    * now works on linux and flatpak(from cellar + lockfiles)
    
    * update ModuleInstaller to linux fixed version
    
    * make sure we dont forget any Modules
    
    * remove leftover logic to collect and restore flatpak cran now surpassed by using simple cellar
    
    * fix on mac again
    
    * fix v8
    
    * fix
    
    * fix jaspBase compilation
    
    * devmodules ?
    
    * update jaspModuleInstaller
    
    * update module installer
    
    * this seems to work for Linux local builds at least
    
    * submodule update
    
    * merge mistakes
    
    * windows.....
    
    * windows couldn't find module installer because we were overwitting it
    
    * update module installer to fix windows
    
    * okay one more thing for windows
    
    * Enable all modules
    
    * Update cleanFlatpak.sh
    
    * Update cleanFlatpak.sh
    
    * load jaspBase first before loading module
    
    * Update install-module.R.in
    
    * Update setup_renv_rcpp_rinside.R.in
    
    * Update cleanFlatpak.sh
    
    * re-add the header includes that are definetly needed
    
    * Fix configure vars for jaspColumnEncoder
    
    * rewrite scary construction in DynamicModule::generateModuleInstallingR
    
    * update module installer
    
    * fix problems caused by -j
    
    * update submodules
    
    * try to satisfy the  new flatpak regs
    
    * try to satisfy the  new flatpak regs again
    
    * fix readstat search on fedora
    
    ---------
    
    Co-authored-by: vandenman <[email protected]>
    Co-authored-by: Joris Goosen <[email protected]>
    Co-authored-by: rens <[email protected]>
    Co-authored-by: Rens <example>
    4 people committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    24b71e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Translations update from Hosted Weblate (jasp-stats#5621)

    * Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (1108 of 1108 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/es/
    
    * Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 100.0% (1108 of 1108 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/zh_Hans/
    
    * Translated using Weblate (Galician)
    
    Currently translated at 100.0% (1108 of 1108 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/gl/
    
    * Translated using Weblate (German)
    
    Currently translated at 98.9% (1096 of 1108 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/de/
    
    * Translated using Weblate (Turkish)
    
    Currently translated at 7.9% (88 of 1108 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/tr/
    
    ---------
    
    Co-authored-by: ecadrian <[email protected]>
    Co-authored-by: Shun Wang <[email protected]>
    Co-authored-by: Johannes Keyser <[email protected]>
    Co-authored-by: blomusti <[email protected]>
    5 people committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    1805576 View commit details
    Browse the repository at this point in the history
  2. updated translation files

    github-actions committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    f9ff03c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    f51bebf View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    14b4e60 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Dependencies: upgrade to Quill 2.0 (jasp-stats#5517)

    * first upgrade to Quill-2.0
    
    * also bump the highlight version
    
    * make code highlight looks better
    
    * fix rSyntax highlight
    shun2wang committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6c2d3ae View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Translated using Weblate (German) (jasp-stats#5634)

    Currently translated at 98.9% (1096 of 1108 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/de/
    
    Co-authored-by: Johannes Keyser <[email protected]>
    weblate and JoKeyser committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    544c9e7 View commit details
    Browse the repository at this point in the history
  2. updated translation files

    github-actions committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    b731e61 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Fix max column (jasp-stats#5636)

    * add sqlite compile options to increase column limit
    
    * Fix CSV loader segfault
    
    ---------
    
    Co-authored-by: Rens <example>
    RensDofferhoff committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    e20cba9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Fix Arch Linux system deps install commands in linux build guide (jas…

    …p-stats#5640)
    
    * Fix Arch Linux install dep in Linux build guide
    
    JAGS is not available in the official repos only in the aur
    
    * Fix typo in Linux build guide
    Joao-O-Santos committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d1b1497 View commit details
    Browse the repository at this point in the history
  2. Update Dev Guide for Linux specifics (jasp-stats#5601)

    * Update Linux Dev Guide
    
    * Update Docs/development/jasp-module-workflow.md
    
    Co-authored-by: Shun Wang <[email protected]>
    
    * Update Docs/development/jasp-module-workflow.md
    
    Co-authored-by: Shun Wang <[email protected]>
    
    ---------
    
    Co-authored-by: Shun Wang <[email protected]>
    tomtomme and shun2wang committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    56add15 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. 1 Configuration menu
    Copy the full SHA
    f5d07e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c0f62f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5877e7 View commit details
    Browse the repository at this point in the history
  4. Fix OpenMX compilation

    RensDofferhoff committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a69105b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0ef5d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    0faa32d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    86a256c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. docs: remove deprecated suggestedColumns in docs (jasp-stats#5626)

    * docs: deprecated `suggestedColumns` in docs
    
    * suggestedColumns -> allowedColumns
    shun2wang committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    243b226 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    0dffcf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bc2d54 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Create checkPOFiles.sh

    boutinb committed Sep 2, 2024
    2 Configuration menu
    Copy the full SHA
    6294f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5c3653 View commit details
    Browse the repository at this point in the history
  3. Update ZIP.cmd.in

    RensDofferhoff committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9a02d64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a14bef4 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Update checkPOFiles.sh

    boutinb committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0685f80 View commit details
    Browse the repository at this point in the history
  2. Update JASP.cmake

    RensDofferhoff committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a4332f1 View commit details
    Browse the repository at this point in the history
  3. add some pragmas to speed it all up (jasp-stats#5651)

    dont add each column separately but just create the table from scratch, making sure that the filter-column is still first
    JorisGoosen committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4cfe619 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Add New in Menu (jasp-stats#5650)

    * Add New in Menu
    boutinb committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    63b8cef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acc0d0a View commit details
    Browse the repository at this point in the history
  3. Using lambda to define titles and tooltips allows for dynamic transla…

    …tions in "special ribbonbuttons" (jasp-stats#5653)
    
    Fixes jasp-stats/INTERNAL-jasp#2372 without the need for destroying and recreating buttons
    JorisGoosen committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a37d96d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21c2e0d View commit details
    Browse the repository at this point in the history
  5. squashed js changes

    vandenman authored and JorisGoosen committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cbdc331 View commit details
    Browse the repository at this point in the history
  6. update submodules

    JorisGoosen committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3d01a09 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Feat: add line numbers to code editors (jasp-stats#5474)

    * feat: add line number view for code editor
    
    * determine width of linenumbers a bit better
    
    * make it a binding to set the leftPadding for the lineNumbers
    
    ---------
    
    Co-authored-by: Joris Goosen <[email protected]>
    shun2wang and JorisGoosen committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3e14bd4 View commit details
    Browse the repository at this point in the history
  2. feat: R syntax highlighter in analysis panel controls (jasp-stats#5538)

    * init r language highlighter
    
    * rename lavaan bound contorls to r lang
    
    * add special number case
    
    * also enable highlighter for R syntax text area
    
    * fix strings format and also styles
    
    * add rsyntaxhighlighter quickitem, to make non jasp textareas highlighted easily
    shun2wang committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    89f12d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. updated translation files

    github-actions committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    72667a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. add sem data example (jasp-stats#5637)

    * update SEm example
    
    * delete empty data library files in SEM
    
    * delete traces of social participatio data and add translationn
    
    * add reliability csv file
    
    * add reliability jasp file
    
    * Add json files
    
    * add description
    
    * add Chinese description
    
    Co-authored-by: Shun Wang <[email protected]>
    
    ---------
    
    Co-authored-by: boutinb <[email protected]>
    Co-authored-by: Shun Wang <[email protected]>
    3 people committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3ef092b View commit details
    Browse the repository at this point in the history
  2. Update jaspTestModule

    boutinb committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e29fe39 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    533603b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cb5f68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d0e655 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. syntaxhighlighting improvements (jasp-stats#5661)

    * syntaxhighlighting improvements
    
    adds support for highlighting columnnames from JASP (including names with spaces that are allowed within JASP)
    also makes sure to do the comment rule only at the end to make sure comments are entirely commented to avoid confusing users
    
    * clean up and fix `` stringso
    JorisGoosen committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2ff3871 View commit details
    Browse the repository at this point in the history
  2. remove WAL from sqlite to avoid bugs

    also log how long it took to load or synch a file
    
    Why remove WAL?
    It was faster yes, but often the engine would not have the up-to-date info and then crash.
    Adding walcheckpoints all over the place didnt seem to help
    
    the slowdown is a bit noticeable with >3000k columns, but given that we didnt support them before shouldnt be a big problem.
    
    For speed comparisons:
    
            WAL     NO-WAL
    3KC      4s        10s
    10KC    28s        54s
    200KR   30s        30s
    1MR    146s       147s
    1KR5KC 347s       356s
    
    Where the "R" sets have 2 columns and the "C" sets have a single row.
    As can be seen, there *is* a delay for 1K cols and above, but it seems constant.
    And any fixes for the synching-db problem with the engine most likely includes adding new delays...
    So lets just turn it off
    JorisGoosen committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3102e9e View commit details
    Browse the repository at this point in the history
  3. feat: implement importing excel (.xls .xlsx) files (jasp-stats#5638)

    * implement importing excel files
    
    * update ubuntu build bot
    
    * work on Windows
    
    * code style formatting and cleanup
    
    * add to installer and file type support
    
    * showing file type filter as a list
    
    * Use conan to load freexl
    
    * add some missing supported filetypes to macos manifest thing
    
    * use jasp-stats fork of shuns fixes for freexl
    
    * address reviews suggestions
    
    * fix build on Linux
    
    * some cleanup and comments
    
    * replace newlines in excel cell value
    
    ---------
    
    Co-authored-by: boutinb <[email protected]>
    Co-authored-by: Joris Goosen <[email protected]>
    3 people committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    90a9752 View commit details
    Browse the repository at this point in the history
  4. Set the control width of Dropdown by setting the fieldWidth property (j…

    …asp-stats#5586)
    
    * Add fieldWidth property to Dropdown
    
    * let dropdown participate in aligning labelwidths
    
    This is now easily addable to any qml control by adding the property controlXOffset and applying it to the relevant leftPadding
    
    * use new aligning in prefsUI
    
    ---------
    
    Co-authored-by: Joris Goosen <[email protected]>
    boutinb and JorisGoosen committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1c8381c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Translations update from Hosted Weblate (jasp-stats#5654)

    * Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (1110 of 1110 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/es/
    
    * Translated using Weblate (Chinese (Simplified Han script))
    
    Currently translated at 100.0% (1110 of 1110 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/zh_Hans/
    
    * Translated using Weblate (Galician)
    
    Currently translated at 100.0% (1110 of 1110 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/gl/
    
    * Translated using Weblate (German)
    
    Currently translated at 98.9% (1098 of 1110 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/de/
    
    * Translated using Weblate (Hungarian)
    
    Currently translated at 11.8% (91 of 770 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/hu/
    
    * Translated using Weblate (Hungarian)
    
    Currently translated at 45.0% (347 of 770 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/hu/
    
    ---------
    
    Co-authored-by: ecadrian <[email protected]>
    Co-authored-by: Shun Wang <[email protected]>
    Co-authored-by: Johannes Keyser <[email protected]>
    Co-authored-by: Salyámosy András <[email protected]>
    5 people committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    1e709a2 View commit details
    Browse the repository at this point in the history
  2. updated translation files

    github-actions committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2e3ecbd View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Update submodules (jasp-stats#5664)

    * update submodules
    
    * update submodules
    RensDofferhoff committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    beb9915 View commit details
    Browse the repository at this point in the history
  2. bugfix: replace newlines with _ in CSV cell values (jasp-stats#5656)

    * bugfix: replace newlines with _ in CSV cell values
    
    * replace newlines with spaces
    shun2wang committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d9847ab View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Post highlighter tweaks (jasp-stats#5663)

    * dont use modules for ext
    
    * dont highlight R commander output window
    
    * add highlighter back to R command output window
    shun2wang committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d79cebc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0054568 View commit details
    Browse the repository at this point in the history
  3. added JASP palette (jasp-stats#5622)

    * added JASP palette
    vincentott committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d1cd46e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90373ae View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Improve docs (jasp-stats#5668)

    * Improve installation instructions
    
    - Subsection for installing from source
    - Add callouts
    - Mention fix for missing development dependency
    - Easier code copy-pasting
    - Mention flatpak as external package
    
    * Improve clarity by moving common errors to its own subsection
    
    * Reduce visual clutter
    
    * Describe GitHub PAT fix
    
    * Add puzzle visualization
    and rename guide to adding module to module structure
    PabRod committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2bbbab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae070a View commit details
    Browse the repository at this point in the history
  3. Prettier filterconstructor

    beter padding around lists nesxt to constructors
    
    also open filter and variableswindow bigger by default
    
    make sure all operators above filterconstructor are same size, and nicely alligned etc
    JorisGoosen committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f5739e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Make sure jaspBase is loaded before computed columns are ran

    fixes jasp-stats/INTERNAL-jasp#2650
    
    also dont use [=] to implicitly capture "this" cause its deprecated in c++20, and also rather confusing and dangerous
    
    it is both deprecated and dangerous
    JorisGoosen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7dff1ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34ee83a View commit details
    Browse the repository at this point in the history
  3. stop checking syntax for all rwrappers

    If you dont have jaspSem loaded then it will just show an error over the analysis...
    JorisGoosen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0a1f6e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Translations update from Hosted Weblate (jasp-stats#5673)

    * Translated using Weblate (German)
    
    Currently translated at 98.9% (1106 of 1118 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/de/
    
    * Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (1118 of 1118 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/es/
    
    * Translated using Weblate (Chinese (Simplified Han script))
    
    Currently translated at 100.0% (1118 of 1118 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/zh_Hans/
    
    * Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (1118 of 1118 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/es/
    
    * Translated using Weblate (Galician)
    
    Currently translated at 100.0% (1118 of 1118 strings)
    
    Translation: JASP/jaspDesktop
    Translate-URL: https://hosted.weblate.org/projects/jasp/jaspdesktop/gl/
    
    ---------
    
    Co-authored-by: Johannes Keyser <[email protected]>
    Co-authored-by: gallegonovato <[email protected]>
    Co-authored-by: Shun Wang <[email protected]>
    Co-authored-by: ecadrian <[email protected]>
    5 people committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1a860d1 View commit details
    Browse the repository at this point in the history
  2. updated translation files

    github-actions committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    786238f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7dde45 View commit details
    Browse the repository at this point in the history