Compare commits
2 Commits
ab03504d0c
...
5d7e1ae1f3
Author | SHA1 | Date | |
---|---|---|---|
5d7e1ae1f3 | |||
415ff6c05c |
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose Debug or Release")
|
||||
|
||||
project(pinetime VERSION 1.13.0 LANGUAGES C CXX ASM)
|
||||
project(pinetime VERSION 1.13.1 LANGUAGES C CXX ASM)
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
18
README.md
18
README.md
@ -1,5 +1,8 @@
|
||||
# TODO
|
||||
## Completed
|
||||
### Pending version
|
||||
|
||||
### v1.13.1
|
||||
- [x] Make $s in terminal watch face green
|
||||
- [x] Swipe left to access music control
|
||||
- [x] Flashlight starts on
|
||||
@ -9,6 +12,8 @@
|
||||
- [x] Swipe left/right goes to watchface/another app
|
||||
- [x] Rearrange quick acces and apps
|
||||
- [x] Exponent button on calculator
|
||||
- [x] Seconds on digital watchface
|
||||
- [x] Add quick ring settings
|
||||
|
||||
## Pending merge
|
||||
|
||||
@ -17,18 +22,17 @@
|
||||
- [ ] Countdown timer presistant buzz
|
||||
|
||||
### Josh
|
||||
- [ ] Seconds on digital watchface
|
||||
- [ ] Battery on digital watchface
|
||||
- [ ] Remap button double click (to music app)
|
||||
- [ ] Smiley face watchface :)
|
||||
- [ ] Remap button double click
|
||||
|
||||
### Moses
|
||||
|
||||
|
||||
- [ ] Add quick ring settings
|
||||
|
||||
## Medium priority
|
||||
- [ ] Temp sensor w/ arduino
|
||||
- [ ] Homeassistant control
|
||||
- [ ] Battery on digital watchface
|
||||
- [ ] More watchfaces!
|
||||
|
||||
## Lower priority
|
||||
- [ ] Maybe some prank watchfaces
|
||||
- [ ] Temp sensor w/ arduino
|
||||
- [ ] Homeassistant control
|
||||
|
Loading…
Reference in New Issue
Block a user