v2.5.1
This commit is contained in:
parent
da82ef814b
commit
ecd61830aa
|
@ -1,6 +1,9 @@
|
||||||
## Change Log
|
## Change Log
|
||||||
|
|
||||||
### upcoming (2018/03/08 19:27 +00:00)
|
### upcoming (2018/03/12 19:25 +00:00)
|
||||||
|
- [#789](https://github.com/mozilla/send/pull/789) Fixed #775 : Made text not-selectable (@RCMainak)
|
||||||
|
|
||||||
|
### v2.5.0 (2018/03/08 19:31 +00:00)
|
||||||
- [#782](https://github.com/mozilla/send/pull/782) updated docs (@dannycoates)
|
- [#782](https://github.com/mozilla/send/pull/782) updated docs (@dannycoates)
|
||||||
- [#781](https://github.com/mozilla/send/pull/781) Don't translate URL-safe chars, b64 is doing it for us (@timvisee)
|
- [#781](https://github.com/mozilla/send/pull/781) Don't translate URL-safe chars, b64 is doing it for us (@timvisee)
|
||||||
- [#779](https://github.com/mozilla/send/pull/779) implemented crypto polyfills for ms edge (@dannycoates)
|
- [#779](https://github.com/mozilla/send/pull/779) implemented crypto polyfills for ms edge (@dannycoates)
|
||||||
|
|
|
@ -140,6 +140,7 @@ kenrick95
|
||||||
manxmensch
|
manxmensch
|
||||||
mirzet.omerovic.1992
|
mirzet.omerovic.1992
|
||||||
ravmn
|
ravmn
|
||||||
|
rcmainak
|
||||||
reza.habibi2008
|
reza.habibi2008
|
||||||
savemore99.sm
|
savemore99.sm
|
||||||
shikhar-scs
|
shikhar-scs
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "firefox-send",
|
"name": "firefox-send",
|
||||||
"version": "2.5.0",
|
"version": "2.5.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "firefox-send",
|
"name": "firefox-send",
|
||||||
"description": "File Sharing Experiment",
|
"description": "File Sharing Experiment",
|
||||||
"version": "2.5.0",
|
"version": "2.5.1",
|
||||||
"author": "Mozilla (https://mozilla.org)",
|
"author": "Mozilla (https://mozilla.org)",
|
||||||
"repository": "mozilla/send",
|
"repository": "mozilla/send",
|
||||||
"homepage": "https://github.com/mozilla/send/",
|
"homepage": "https://github.com/mozilla/send/",
|
||||||
|
|
Loading…
Reference in New Issue