CHANGELOG.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "name": "@yume-chan/scrcpy",
  3. "entries": [
  4. {
  5. "version": "0.0.17",
  6. "tag": "@yume-chan/scrcpy_v0.0.17",
  7. "date": "Tue, 18 Oct 2022 09:32:30 GMT",
  8. "comments": {
  9. "none": [
  10. {
  11. "comment": "Add standalone types for serializing/deserializing Scrcpy packets"
  12. },
  13. {
  14. "comment": "Separate decoders to own packages so they don't need optional peer dependencies."
  15. }
  16. ]
  17. }
  18. },
  19. {
  20. "version": "0.0.16",
  21. "tag": "@yume-chan/scrcpy_v0.0.16",
  22. "date": "Sat, 28 May 2022 03:56:37 GMT",
  23. "comments": {
  24. "none": [
  25. {
  26. "comment": "Upgrade TypeScript to 4.7.2 to enable Node.js ESM"
  27. },
  28. {
  29. "comment": "Add support for more `CodecOptions` keys"
  30. },
  31. {
  32. "comment": "Add support for `CodecOptions` value types other than `int`"
  33. }
  34. ]
  35. }
  36. },
  37. {
  38. "version": "0.0.15",
  39. "tag": "@yume-chan/scrcpy_v0.0.15",
  40. "date": "Mon, 02 May 2022 04:18:01 GMT",
  41. "comments": {
  42. "none": [
  43. {
  44. "comment": "Add support for `rotateDevice` control message"
  45. },
  46. {
  47. "comment": "Add method to get screen list"
  48. }
  49. ]
  50. }
  51. },
  52. {
  53. "version": "0.0.14",
  54. "tag": "@yume-chan/scrcpy_v0.0.14",
  55. "date": "Sat, 30 Apr 2022 14:05:48 GMT",
  56. "comments": {
  57. "none": [
  58. {
  59. "comment": "Add support for new option of 1.24"
  60. }
  61. ]
  62. }
  63. },
  64. {
  65. "version": "0.0.13",
  66. "tag": "@yume-chan/scrcpy_v0.0.13",
  67. "date": "Thu, 28 Apr 2022 01:23:53 GMT",
  68. "comments": {
  69. "none": [
  70. {
  71. "comment": "Add support for 1.23"
  72. }
  73. ]
  74. }
  75. },
  76. {
  77. "version": "0.0.12",
  78. "tag": "@yume-chan/scrcpy_v0.0.12",
  79. "date": "Sun, 03 Apr 2022 11:18:47 GMT",
  80. "comments": {}
  81. },
  82. {
  83. "version": "0.0.11",
  84. "tag": "@yume-chan/scrcpy_v0.0.11",
  85. "date": "Sun, 03 Apr 2022 10:54:15 GMT",
  86. "comments": {
  87. "none": [
  88. {
  89. "comment": "Add support for 1.22 new server options"
  90. },
  91. {
  92. "comment": "Update to use Web Streams API"
  93. },
  94. {
  95. "comment": "Improve compatibility with Node.js 12 ESM format"
  96. },
  97. {
  98. "comment": "Workaround a issue with server crash on Samsung ROM (https://github.com/Genymobile/scrcpy/issues/2841)"
  99. },
  100. {
  101. "comment": "Remove output parsing. It's output is for debugging only, not machine readable."
  102. },
  103. {
  104. "comment": "Update license year"
  105. }
  106. ],
  107. "dependency": [
  108. {
  109. "comment": "Updating dependency \"@yume-chan/adb\" from `^0.0.10` to `^0.0.11`"
  110. }
  111. ]
  112. }
  113. },
  114. {
  115. "version": "0.0.10",
  116. "tag": "@yume-chan/scrcpy_v0.0.10",
  117. "date": "Sun, 09 Jan 2022 15:52:20 GMT",
  118. "comments": {}
  119. }
  120. ]
  121. }