aboutsummaryrefslogtreecommitdiff
path: root/desktop/README.md
AgeCommit message (Expand)Author
2023-05-22Fix windows build script for new version of PySide6Micah Lee
2023-05-22Upgrade to pyside6 6.5.0, to allow python 3.11.x, and also upgrade other poet...Micah Lee
2023-02-08Update Windows build script to support PySide6Micah Lee
2023-02-05Switch to Python 3.10.9, because PySide6 does not support 3.11 yetMicah Lee
2023-02-05Switch to Python 3.11, and make build_mac in CI use the universal2 installerMicah Lee
2022-12-30Reverted to using Tor Browser's binaries, universal binaries (MacOS)NoisyCoil
2022-10-28Initial support for Linux 64-bit, desktop/scripts/get-tor.py for macos-aarch64NoisyCoil
2022-06-19Switch to python 3.9.13 and switch how python is installed in WindowsMicah Lee
2022-06-19Make scripts to build PT binaries, and run those in CIMicah Lee
2022-04-03Combine all get-tor scripts into a single get-tor.pyMicah Lee
2022-03-27Fix built-in bridge detection, and update built-in bridges. Also update READM...Micah Lee
2021-12-23Delete unused Qt5 files after Windows buildMicah Lee
2021-12-21Start implementing cx_FreezeMicah Lee
2021-12-19Continue switching from briefcase to poetryMicah Lee
2021-12-04Merge branch 'develop' of https://github.com/a1346054/onionshare into a134605...Micah Lee
2021-11-07Fix meek-client in WindowsMicah Lee
2021-10-24Add script to compile meek-client and copy into resourcesMicah Lee
2021-10-14Use HTTPS link instead of HTTPa1346054
2021-10-11Write Linux script to download Tor Browser and extract binariesMicah Lee
2021-08-20Change github URLs from micahflee/onionshare to onionshare/onionshareMicah Lee
2021-05-31Add note to desktop readme for Ubuntu 20.04Micah Lee
2020-11-29Write rebuild-cli in python instead of bash to work in Windows, and make the ...Micah Lee
2020-11-29Update desktop readme, and add a helper script to use CLI argsMicah Lee
2020-11-29Add rebuild-cli.sh scriptMicah Lee
2020-11-06Write proper Windows release build script, and update Windows release docsMicah Lee
2020-11-04Write unified release documentation, move licenses into the root, and delete ...Micah Lee
2020-11-04Make OnionShare briefcase work in macOSMicah Lee
2020-11-03Change snap to strict mode, and update readmeMicah Lee
2020-11-03Make snapcraft packaging work with briefcase refactorMicah Lee
2020-11-03Merge branch '1111_snap' into briefcase-snapMicah Lee
2020-11-01Add desktop documentation about building CLI wheel, and make CircleCI tests b...Micah Lee
2020-10-15Put tor binaries in desktop app resources, not cli resources, and fix Windows...Micah Lee
2020-10-15Make onionshare_cli an actual dependency of the GUI versionMicah Lee
2020-10-14Make it work in WindowsMicah Lee
2020-10-14Change CircleCI to run CLI tests, then GUI testsMicah Lee
2020-10-14Load onionshare_cli from source tree instead of pip dependency, and start mak...Micah Lee
2020-10-14Fix extremely obnoxious bug related to differences in QTabWidget between PyQt...Micah Lee
2020-10-13Port from PyQt5 to PySide2Micah Lee
2020-10-13Move docs back to root, move onionshare_gui into briefcase app, and make modi...Micah Lee