Skip to content

Commit

Permalink
v0.3.7 release
Browse files Browse the repository at this point in the history
# Added
- Added `validator` keyword to access [Twitter's Card validator](https://cards-dev.twitter.com/validator).
- Added several keywords for accessing Settings on the web:
  - `access`
  - `account`
  - `notifs`
  - `privacy`
  - `resources`
  - `security`
  - `settings`

# Changed
- Trimmed whitespace for `@` keyword.
  • Loading branch information
chrismessina committed Jun 20, 2021
1 parent 9e442f5 commit 539d3f8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
custom: ['http://chrismessina.me/coin'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Modifier keys change the behavior as described, and subtext will appear in Alfre
| `# ` | | Go to #{query} | ☑️ | | |
| `# ` || Search my tweets for #{query} | ☑️ | | |
| `$ ` | | Search Twitter for ${query} | ☑️ | ☑️ | ☑️ |
| `access` | | Access accessibility, display and language settings | ☑️ | | |
| `account` | | Access your Twitter account settings | ☑️ | | |
| `analytics` | | Go to Twitter Analytics | ☑️ | | |
| `birdwatch` | | Go to Birdwatch | ☑️ | | |
| `bookmarks` | | Go to Twitter Bookmarks | ☑️ | ☑️ | ☑️ |
Expand Down Expand Up @@ -103,11 +105,16 @@ Modifier keys change the behavior as described, and subtext will appear in Alfre
| `nearby ` | | Search nearby Twitter people for {query} | ☑️ | ☑️ | |
| `new ` | | New Tweet with text {query} | ☑️ | ☑️ | ☑️ |
| `notifs ` | | View my Twitter Notifications | ☑️ | ☑️ | ☑️ |
| `notifs` | | Access your Twitter notification settings | ☑️ | | |
| `photos ` | | Search Twitter photos for {query} | ☑️ | | |
| `photos ` || Search Twitter photos from people I follow for {query} | ☑️ | | |
| `photos ` || Search nearby Twitter photos for {query} | ☑️ | | |
| `privacy` | | Access your Twitter privacy settings | ☑️ | | |
| `reply ` | | Create a link in-reply-to a Tweet | ☑️ | | |
| `resources` | | Access additional Twitter resources | ☑️ | | |
| `security` | | Access your Twitter security settings | ☑️ | | |
| `social ` | | Search top tweets from my extended network for {query} | ☑️ | | |
| `settings` | | Access Twitter settings | ☑️ | | |
| `top ` | | Search top tweets for {query} | ☑️ | ☑️ | |
| `top ` || Search top tweets from people I follow for {query} | ☑️ | ☑️ | |
| `top ` | | Search top tweets from last week from people I follow for {query} | ☑️ | ☑️ | |
Expand Down Expand Up @@ -139,6 +146,21 @@ One of the most convenient features of this workflow is the ability to quickly s

# Changelog[¹](https://keepachangelog.com/)

## [v0.3.7] - 2021-06-19
### Added
- Added `validator` keyword to access [Twitter's Card validator](https://cards-dev.twitter.com/validator).
- Added several keywords for accessing Settings on the web:
- `access`
- `account`
- `notifs`
- `privacy`
- `resources`
- `security`
- `settings`

### Changed
- Trimmed whitespace for `@` keyword.

## [v0.3.6] - 2021-05-04
### Added
- Added keyword `@` view user's profile photo
Expand Down

0 comments on commit 539d3f8

Please sign in to comment.