Add missing link to glacambre's page

This commit is contained in:
Oliver Blanthorn 2020-05-05 19:40:34 +01:00
parent 7c2c8ad571
commit 30c07f3925
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3
2 changed files with 2 additions and 2 deletions

2
.github/FUNDING.yml vendored
View file

@ -1,6 +1,6 @@
# These are supported funding model platforms
# github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
github: bovine3dom
github: glacambre
patreon: tridactyl
custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7JQHV4N2YZCTY

View file

@ -6,7 +6,7 @@ Welcome to the third quarterly Tridactyl newsletter.
It has been an eventful quarter. We received our first payout from GitHub sponsors (it was real, they really did double your donations!). Visual mode has landed in Tridactyl stable. We weren't accepted on to Google Summer of Code. I finally got round to adding a `setnull` command which lets you remove default settings, e.g. `setnull searchurls.google` allows you to `open google` and search for "google" with your default search engine.
I (bovine3dom) have now hit the cap for doubling for GitHub sponsors as I managed to get paid for some commercial open source work through it. If you would still like your donation to be doubled you can sponsor Tridactyl through glacambre's page - we'll still put your money into a central Tridactyl pot. No pressure if you don't want to do that :).
I (bovine3dom) have now hit the cap for doubling for GitHub sponsors as I managed to get paid for some commercial open source work through it. If you would still like your donation to be doubled you can sponsor Tridactyl through [glacambre's page](https://github.com/sponsors/glacambre) - we'll still put your money into a central Tridactyl pot. No pressure if you don't want to do that :).
In terms of Tridactyl bugs, I tried really hard to fix the "Tridactyl sometimes doesn't execute all the lines in my RC file" bug, even implementing our own locks library to try to eradicate some race conditions. Instead, it mostly just broke some people's configurations in beta, so we swiftly reverted it. The locks are currently used in Tridactyl beta and stable to try to make command line history more reliable ... which works about 50% of the time; the same seems to apply to `repeat`, which is a great improvement on the approximately 5% of the time it used to work. We have a bit of a plan to fix this - see ([#2208](https://github.com/tridactyl/tridactyl/pull/2208)) - but it would be unwise to promise that it will happen any time soon, given our track record.