Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
* Clicking a notification brings the user to the buffer and line of the
  message.
* Support registering multiple Expo push tokens and remove unregistered
  tokens.
* Only request push token if script is installed
* Auto-connect on launch
* Attempt to reconnect when brought to foreground
* Indicate media upload progress via spinner
* Fix bug with emoji alignment in a message
* Print date when day changes between messages
* Print line prefix to the left of message
* Show the current buffer nicklist in a modal
* Improved media upload service compatibility (additional configuration
  options.)
  • Loading branch information
mhoran committed Apr 10, 2024
1 parent 165a512 commit 8d01696
Show file tree
Hide file tree
Showing 3 changed files with 1,231 additions and 737 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"config": {
"usesNonExemptEncryption": false
},
"buildNumber": "5"
"buildNumber": "1"
},
"android": {
"package": "com.matthoran.weechatrn"
},
"platforms": ["ios", "android"],
"version": "1.1.1",
"version": "1.2.0",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
Expand Down
Loading

0 comments on commit 8d01696

Please sign in to comment.