summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2019-01-15[feat] Reorganize codeRuben Pollan
Let's use a more structured folder system: https://github.com/golang-standards/project-layout - Resolves: #99
2018-12-12[test] make bonafide more testableRuben Pollan
Get local timezone and http client as configurable things in bonafide, so tests can set them. Also separate integration tests and unit tests.
2018-11-19[feat] Generate messages.json for transifexRuben Pollan
Add to 'make generate_locales' the generation of a 'transifex/messages.json' that will be automatically pulled by transifex for translations. To incorporate translations from transifex into our project we'll need to manually download the selected translations and convert them with the transifex program into gotext format. -Resolves: #73
2018-10-10[pkg] make standalone the default buildRuben Pollan
2018-08-02[test] build standalone on the CIRuben Pollan
2018-07-09[pkg] use powershell for the version numberRuben Pollan
2018-06-25[feat] rename bitmask_go to standaloneRuben Pollan
2018-06-21[bug] clean up vpn args for windowsRuben Pollan
2018-06-20[feat] pure go bitmask vpn implemenationRuben Pollan
- Resolves: #42
2018-06-12[pkg] compile for gtk_3_18 or olderRuben Pollan
- Resolves: #45
2018-06-04[feat] use http to communicate with the coreRuben Pollan
Instead of using zmq.
2018-06-04[feat] add version stringRuben Pollan
The binary now has a --version that is extracted from the git tags/commits. - Resolves: #39
2018-02-22[pkg] add a convenience target for installing depsKali Kaneko (leap communications)
2018-02-21[feat] add i18n supportRuben Pollan
Using golang.org/x/text, wich is still in early stages of development, but seems to work good enough for our needs. - Resolves: #2