• https://blog.mpatterson.xyz
  • If you would like to contribute, email me a patch and how you want to be credited in the commit

  • Joined on 2022-03-30
max pushed to master at max/RustPass 2023-01-24 19:29:18 +00:00
cd39cf6a14 Strip symbols when building for release
max pushed to master at max/RustPass 2023-01-24 19:14:26 +00:00
06f120c050 Build windows binaries with GNU
max pushed to master at max/RustPass 2023-01-24 19:00:58 +00:00
b84acc83bc Add release profiles
949436dcff Switch version to 1.0.1, given the bug/performance fixes
Compare 2 commits »
max pushed to master at max/RustPass 2023-01-24 18:31:38 +00:00
04f1e48564 Switch from unwrap() to expect()
10411bbdcb Avoid creating a new string every time by using a HashSet for disallowed characters
f832fda590 Cryptographically generate the password
Compare 3 commits »
max pushed tag v1.0.0 to max/GoWeb 2023-01-08 04:17:28 +00:00
max released v1.0.0 Release at max/GoWeb 2023-01-08 04:17:28 +00:00
max pushed to master at max/GoWeb 2023-01-08 04:08:35 +00:00
4f4722350f Add license
max pushed tag v1.2.0 to max/GoPass 2022-12-20 00:21:49 +00:00
max released Version 1.2.0 at max/GoPass 2022-12-20 00:21:49 +00:00
max pushed to master at max/GoPass 2022-12-20 00:14:35 +00:00
87fa1107d7 Update binaries to the latest version
max pushed to master at max/GoPass 2022-12-20 00:01:13 +00:00
3915761477 Update 'README.md'
max pushed to master at max/GoPass 2022-12-19 23:58:01 +00:00
5ba592db21 Update README.md to include install instructions and expanded usage instructions
max deleted tag v1.1.2 from max/GoPass 2022-12-19 23:42:13 +00:00
max pushed to master at max/GoPass 2022-12-19 23:42:03 +00:00
b81783b470 New version update that supports disallowed characters, cleaned up comments
max pushed to master at max/GoPass 2022-12-19 23:25:54 +00:00
cebcbc2823 Merge remote-tracking branch 'origin/master'
b5b7c208f2 (Old binaries were broken) Rebuilt all binaries properly this time also included are the new error handling changes, and smaller overall binary sizes (built with -w and -s flags + UPX compression)
Compare 2 commits »
max pushed to master at max/GoPass 2022-12-19 23:19:01 +00:00
8aa2f61b3c (Old binaries were broken) Rebuilt all binaries properly this time also included are the new error handling changes, and smaller overall binary sizes (built with -w and -s flags + UTX compression)
max pushed to master at max/GoPass 2022-12-19 16:21:13 +00:00
f2a9cdd216 Added better error handling
max pushed tag v1.1.2 to max/GoPass 2022-12-15 07:18:02 +00:00
max released Version 1.1.2 at max/GoPass 2022-12-15 07:18:02 +00:00
max pushed to master at max/GoPass 2022-12-14 22:38:01 +00:00
c99539c0a9 Add 32 bit binaries for Linux and Windows, recompile Windows, Linux, and osx (Darwin) with new Go version (1.19.4)