Skip to content

Tags: whirm/assword

Tags

0.8

Toggle 0.8's commit message
update version in setup.py

debian/0.8-1

Toggle debian/0.8-1's commit message
Merge branch 'master' into debian

0.7

Toggle 0.7's commit message
Assword 0.7 release.

debian/0.7-1

Toggle debian/0.7-1's commit message
Debian Assword 0.7-1 release.

0.6

Toggle 0.6's commit message
add enhancement TODO about browser url sniffing

v0-1_transition

Toggle v0-1_transition's commit message
database version 0→1 transition script

the ./trans script takes two arguments, the first is the old v0
database and the second is the path where the new v1 database will be
written, e.g.:

  mv ~/.assword/db{,.old}
  ./trans ~/.assword/db{.old,}

This script will be removed after the 0→1 transition.

0.5

Toggle 0.5's commit message
the assword library has a hard dependency on Tkinter

0.4

Toggle 0.4's commit message
remove build/install targets from makefile

again cause they were causing debian problems.

0.3

Toggle 0.3's commit message
import xdo module on if needed.

This relaxes the xdo requirement.

0.2

Toggle 0.2's commit message
remove comment of wait_for_window_focus()

A bug was fixed in python-xdo that was preventing this from working.