Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit 248d5fa

Browse files
committed
release 0.0.8
1 parent 151e62c commit 248d5fa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: |
1919
export DISPLAY=:99
2020
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
21-
sleep 1
21+
sleep 5
2222
echo -n "${CHROME_EXTENSION_KEY}" > trektor.pem
2323
chrome --pack-extension=trektor --pack-extension-key=trektor.pem
2424
env:

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Trektor",
44
"update_url": "https://aboutsource.github.io/trektor/update.xml",
55
"description": "Browser-Extension zum automatischen Anlegen von Toggl tracking tasks",
6-
"version": "0.0.7",
6+
"version": "0.0.8",
77
"browser_specific_settings": {
88
"gecko": {
99
"id": "trektor@aboutsource.net"

options/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</style>
1818
</head>
1919
<body>
20-
<a href="https://trello.com/1/authorize?expiration=90days&scope=read,write&response_type=token&name=Trektor&key=afadffe77f745496f80ebb4bf460c615" target="_blank">
20+
<a href="https://trello.com/1/authorize?expiration=30days&scope=read,write&response_type=token&name=Trektor&key=afadffe77f745496f80ebb4bf460c615" target="_blank">
2121
Trello Token
2222
</a>
2323

0 commit comments

Comments
 (0)