Commit Graph

  • d4a39a3 (HEAD -> master) Fixed bug while on sync by Yiğit Çolakoğlu 2021-03-21 23:40:48 +0300
  • 832850c Manueal sync from dmenu by Yigit 2021-03-21 11:01:31 +0300
  • 015c0c0 Exchanging speed for security, but its worth it IMO by Yigit 2021-03-21 10:49:19 +0300
  • 148dad9 README typo by Yiğit Çolakoğlu 2021-03-19 09:39:55 +0300
  • e6c80d4 Fixed PR issues, edited readme for dmenu patch by Yiğit Çolakoğlu 2021-03-19 09:25:39 +0300
  • b71089c Dmenu password patch by Yiğit Çolakoğlu 2021-03-17 09:12:51 +0300
  • 1bb8e82 Added TOTP Feature by Yiğit Çolakoğlu 2021-03-16 13:50:41 +0300
  • 47c77cd release v1.5.9 by GitHub Publish Action 2020-10-21 02:10:57 +0000
  • 66e3499 (tag: v1.5.9) fix workflow script, include git user by Andrew Kaiser 2020-10-20 22:07:26 -0400
  • ade94ff include version in package.json by Andrew Kaiser 2020-10-20 22:04:32 -0400
  • bfd6bfb fix workflow script, use tag, not git ref by Andrew Kaiser 2020-10-20 21:57:57 -0400
  • 1876449 fix workflow script, env vars are in proper places by Andrew Kaiser 2020-10-20 21:54:37 -0400
  • e40163b chore: releases bump package.json version by Andrew Kaiser 2020-10-20 21:37:42 -0400
  • e649a17 chore: bump dependencies by Andrew Kaiser 2020-10-20 21:24:23 -0400
  • 2ca8fa2 fixes #15 by Andrew Kaiser 2020-10-20 21:18:32 -0400
  • 916ce4b chore: add npm publish ci workflow by Andrew Kaiser 2020-10-20 20:54:56 -0400
  • b5f7aee release: v1.5.6 by Andrew Kaiser 2020-06-08 10:59:28 -0400
  • df857b1 Fix the example command (#13) by paga2004 2020-06-08 17:03:50 +0200
  • 16ae00a release: bump package version to 1.5.5 by Andrew Kaiser 2020-02-25 23:03:10 -0500
  • 7b08e88 bug: login check captures when logged out now by Andrew Kaiser 2020-02-25 23:02:01 -0500
  • d32569e bump package version 1.5.4 by Andrew Kaiser 2020-02-25 22:52:08 -0500
  • 4232c05 upgrade @bitwarden/cli (#10) by Andrew Kaiser 2020-02-25 22:54:17 -0500
  • b2e1a0f chore: bump package version by Andrew Kaiser 2019-10-08 00:27:38 -0400
  • f638f52 Merge branch 'master' of github.com:andykais/bitwarden-dmenu by Andrew Kaiser 2019-10-08 00:24:13 -0400
  • 860bbd2 fix: bw vulnerabilty & printing bw error properly by Andrew Kaiser 2019-10-08 00:17:39 -0400
  • 9b68f6f refactor: reorg by Andrew Kaiser 2019-10-08 00:01:32 -0400
  • e2c002c update help/readme by Andrew Kaiser 2019-05-10 10:43:01 -0400
  • 236d735 (tag: v1.5.1) fix: remove console.log by Andrew Kaiser 2019-05-04 04:20:40 -0400
  • c825f9b Update bug_report.md by Andrew Kaiser 2019-05-04 04:18:06 -0400
  • c8c6cdf feat: release v1.5.0 by Andrew Kaiser 2019-05-04 03:56:37 -0400
  • ca6a60d add login flow by Andrew Kaiser 2019-05-04 03:52:31 -0400
  • 7da63d8 refactor: pass whole config to functions by Andrew Kaiser 2019-05-04 02:27:57 -0400
  • 845526a chore: prettify code by Andrew Kaiser 2019-05-04 02:19:34 -0400
  • 85a1466 feat: add --debug-unsafe option by Andrew Kaiser 2019-05-04 02:15:40 -0400
  • e4e52d2 1.4.0 by Andrew Kaiser 2019-01-26 23:53:19 -0500
  • b01f86f Merge pull request #8 from AGitBoy/master by Andrew Kaiser 2019-01-26 23:51:48 -0500
  • 527c6a9 Added suggested changes by AGitBoy 2019-01-26 23:50:11 -0500
  • 3251bbc Made all arguments changeable by user by AGitBoy 2019-01-26 23:01:37 -0500
  • 63c45c7 Disabled clearing clipboard for stdout output by AGitBoy 2019-01-26 19:54:14 -0500
  • 19bcb77 Fixed typo by AGitBoy 2019-01-26 18:36:21 -0500
  • 686f0be Added length argument by AGitBoy 2019-01-26 18:30:29 -0500
  • 9ee413c Added options for console output & url filters by AGitBoy 2019-01-26 18:11:31 -0500
  • 8e337cb Merge pull request #6 from TheReverend403/dmenu_from_env by Andrew Kaiser 2018-10-02 11:28:48 -0400
  • ee3e7cf Remove unused dmenu_path by Lee Watson 2018-10-02 15:57:00 +0100
  • 5dd7ff5 Document DMENU_PATH by Lee Watson 2018-10-02 13:32:39 +0100
  • 1cfed42 Move dmenuPath outside the function declaration and use camelCase like the rest of the project. by Lee Watson 2018-10-02 13:28:08 +0100
  • 524bf10 Add support for setting dmenu path. by Lee Watson 2018-10-01 14:20:52 +0100
  • 8804c65 fix dmenu selected accountName index not matching list of accounts by Andrew Kaiser 2018-09-28 20:32:26 -0400
  • cc8cfaa rely on spawnSync to escape characters by Andrew Kaiser 2018-09-27 22:03:40 -0400
  • 8156aee replace $'\'' escaped bash strings to ''\''' by Andrew Kaiser 2018-09-27 20:35:27 -0400
  • 3cbe9c3 bump minor version by Andrew Kaiser 2018-09-27 11:56:19 -0400
  • 114507e Merge pull request #3 from Epse/master by Andrew Kaiser 2018-09-27 11:54:38 -0400
  • c35fffd case insensitive matching by Stef Pletinck 2018-09-27 09:07:20 +0200
  • a361ae9 fix unescaped single quote in password by Andrew Kaiser 2018-09-26 11:03:17 -0400
  • 9c9b76c add package.json description by Andrew Kaiser 2018-09-25 14:02:27 -0400
  • 6996c5e close #1, filter selectable accounts to login accounts only by Andrew Kaiser 2018-09-16 16:36:23 -0400
  • fb1b0e0 verbose log selected field by Andrew Kaiser 2018-09-13 13:34:00 -0400
  • d362ea6 update bug report issue template by Andrew Kaiser 2018-09-13 13:26:55 -0400
  • 0bbf19c add verbose flag, distinguish debug logs from info logs. by Andrew Kaiser 2018-09-13 13:21:16 -0400
  • 690136d Update issue templates by Andrew Kaiser 2018-09-13 11:50:17 -0400
  • d9a0a89 ensure error command is executed, detail readme by Andrew Kaiser 2018-09-12 16:30:28 -0400
  • f4967e7 initial commit by Andrew Kaiser 2018-09-12 16:19:20 -0400