Skip to content

Commit 69002bd

Browse files
authored
Merge pull request #16 from webduinoio/release/6004
Release/6004
2 parents 14afa24 + 25e2836 commit 69002bd

File tree

6 files changed

+2090
-440
lines changed

6 files changed

+2090
-440
lines changed

CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
9+
## [v1.0.0] - 2022.11.1
10+
11+
### Fixed
12+
13+
- 平板開啟萬用遙控器時,訊息傳送輸入框消失
14+
- 平板或手機旋轉後,刷新萬用遙控器
15+
16+
### Added
17+
18+
- 實作萬用遙控器 i18n
19+
20+
### Changed
21+
22+
- meta 修改
723

824
## 2022.2.25
925

@@ -15,4 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1531
### Changed
1632

1733
- 拿掉 webduinojs 的部份
18-
- 獨立的 mqttClient.js
34+
- 獨立的 mqttClient.js
35+
36+
[unreleased]: https://github.com/webduinoio/webduino-remote/compare/v1.0.0...HEAD
37+
[v1.0.0]: https://github.com/webduinoio/webduino-remote/releases/tag/v1.0.0

css/main.css

+8
Original file line numberDiff line numberDiff line change
@@ -524,4 +524,12 @@ body {
524524
-ms-user-select: none; /* Internet Explorer/Edge */
525525
user-select: none; /* Non-prefixed version, currently
526526
supported by Chrome, Edge, Opera and Firefox */
527+
}
528+
529+
input {
530+
/* Safari 和 Chrome,常用於iOS下移除內建樣式 */
531+
-webkit-appearance: none;
532+
/* FireFox */
533+
-moz-appearance: none;
534+
appearance: none;
527535
}

0 commit comments

Comments
 (0)