summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-30Merge pull request #135 from thenbe/patch-1HEADmasterFlorian Didron
Add voyager rule
2023-11-26Add voyager rule to 50-wally.rulesNaser Aleisa
2022-10-26Merge pull request #129 from daniel-sampliner/masterFlorian Didron
Add udev rules for firmware v21+
2022-10-25Add udev rules for firmware v21+Daniel Sampliner
Moved the rules for older firmwares into 50-oryx-legacy.rules to ease distributions in case they want to separately package the old vs. new rules.
2022-10-05Merge pull request #128 from codearoni/bugfix/fix_dockerfileFlorian Didron
Fix for several build issues with Dockerfile
2022-09-29Fixed yum install issue. Updated to go v1.19.1.codearoni
2022-04-22fix: breakdown Getting started sectionFlorian Didron
2022-04-22fix: link to the wikiFlorian Didron
2022-01-12Merge pull request #127 from skubakdj/bug/fix-docker-buildFlorian Didron
Specify Wails version
2022-01-11Specify wails versionDanny Skubak
2021-11-10Update README.mdErez Zukerman
2021-10-05Merge pull request #125 from Prezu/fix_compilation_issueFlorian Didron
Bumping version of wails in go.mod to 1.16.7 (fixes compilation error)
2021-09-07Bumping version of wails in go.mod to 1.16.7Patryk Cisek
2021-09-01chore: update READMEFlorian Didron
2021-09-01chore: bump linux version to 2.1.3Florian Didron
2021-09-01feat: use wails to build in the Docker pipeline2.1.3-linuxFlorian Didron
2021-09-01Merge pull request #95 from edevil/reset_sentFlorian Didron
Reset bytes sent each flash operation
2021-09-01Merge pull request #97 from Mailaender/patch-1Florian Didron
Fixed the .desktop file to comply with FreeDesktop standards
2021-09-01Merge pull request #108 from benbusby/masterFlorian Didron
Use separate mapping for distro install commands
2021-09-01Merge pull request #113 from lunaryorn/modernize-udev-rulesFlorian Didron
Modernize udev rules
2021-09-01Merge pull request #124 from DarrienG/dg/docker-buildsFlorian Didron
Create pipeline for docker builds
2021-08-01Remove trailing new lineDarrienG
2021-08-01Create pipeline for docker buildsDarrienG
2021-07-30fix: linux drag n drop crash2.1.2-linuxFlorian Didron
2021-05-28Links to Teensy LoaderErez Zukerman
2021-04-09fix: crash with latest webkit2gtk lib2.1.1-linux2.1.1Florian Didron
2021-03-21Update rules in install scriptSebastian Wiesner
2021-03-21Remove legacy udev-acl tagSebastian Wiesner
2021-03-21Use uaccess tag instead of world permissionsSebastian Wiesner
2021-02-23Use separate mapping for distro install commandsBen Busby
On Arch Linux, pacman doesn't follow the same conventions as "apt-get" and "yum", so the install script failed at the dependencies stage. This introduces a new mapping of "package manager -> install command" to improve cross distro support (and to fix the script for Arch builds).
2021-02-23Merge pull request #107 from jeffrand/masterFlorian Didron
use iota and constants for state values
2021-02-22use iota and constants for state valuesJeff Rand
Signed-off-by: Jeff Rand <jeffrand@google.com>
2021-01-16Merge pull request #98 from Mailaender/patch-2Florian Didron
Avoid custom plugdev group
2021-01-16Avoid custom plugdev group.Matthias Mailänder
2021-01-14Add a generic name.Matthias Mailänder
2021-01-14Use a valid category.Matthias Mailänder
2020-12-22Reset bytes sent each flash operationAndré Cruz
When you drop a new firmware right after a previous flash operation the progress bar would not reset.
2020-12-15Merge pull request #93 from zmccoy/patch-1Florian Didron
Fix typo in readme
2020-12-12Fix typo in readmeZach McCoy
2020-11-25Update README.md3.0.0osx-betaFlorian Didron
2020-11-24Merge pull request #86 from gpid007/masterFlorian Didron
Automated Linux install for all distributions and wally-cli compilation for ARM devices like RaspberryPi
2020-11-18adds licenseErez Zukerman
2020-11-13readme explanation addedGregor-Patrick Heine
2020-11-13auto install for all linux distros and architectures arm x86Gregor-Patrick Heine
2020-10-13Update README.mdFlorian Didron
2020-10-08Update README.mdFlorian Didron
2020-10-08chore: bump version to 2.1.02.1.0-winx642.1.0-osx2.1.0-linuxFlorian Didron
2020-10-08chore: update to Wails 1.8.0Florian Didron
2020-10-08fix: add sleep time before sending reboot commandFlorian Didron
2020-10-08feat: support new vids/pidsFlorian Didron