Information about development matters related to Obsidian.
To release a new version, do the following:
- Make changes to Obsidian.
- Document changes in
README.md
in the changelog. - Update version number in
src/js/pebble-js-app.js
andappinfo.json
. - Update table in
README.md
that relates app version numbers with configuration version numbers.- Publish a new branch
config-X
if a new configuration versionX
was necessary.
- Publish a new branch
- Build a clean version:
make clean build
. - Upload and publish new version.
- Consider building for OS3 by doing
make clean build_os3
, and uploading the result.
- Pebble Original: 144x168
- Pebble Time: 144x168
- Pebble Round: 180x180
- Pebble 2: 144x168
- Pebble Time 2: 200x228