Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 1 addition & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,6 @@ All notable changes to this project will be documented in this file.

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).

## [Unreleased]

## [v1.0.0] - 2022.11.1

### Fixed

- 平板開啟萬用遙控器時,訊息傳送輸入框消失
- 平板或手機旋轉後,刷新萬用遙控器

### Added

- 實作萬用遙控器 i18n

### Changed

- meta 修改

## 2022.2.25

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

- 拿掉 webduinojs 的部份
- 獨立的 mqttClient.js

[unreleased]: https://github.com/webduinoio/webduino-remote/compare/v1.0.0...HEAD
[v1.0.0]: https://github.com/webduinoio/webduino-remote/releases/tag/v1.0.0
- 獨立的 mqttClient.js
8 changes: 0 additions & 8 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,4 @@ body {
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}

input {
/* Safari 和 Chrome,常用於iOS下移除內建樣式 */
-webkit-appearance: none;
/* FireFox */
-moz-appearance: none;
appearance: none;
}
Loading