We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7c20c commit 48460faCopy full SHA for 48460fa
2 files changed
apps/mobile/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@eclipse-timer/mobile",
3
- "version": "1.1.35",
+ "version": "1.1.36",
4
"private": true,
5
"main": "index.js",
6
"scripts": {
documents/reference/CHANGELOG.md
@@ -5,6 +5,14 @@ All notable updates documented under `documents/` are tracked here.
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.1.36] — 2026-02-26
9
+
10
+### Fixed
11
+- Corrected Photography Guide landscape composite rendering so moon occlusion aligns with shot schedule previews for eclipse phases.
12
13
+### Changed
14
+- Bumped `apps/mobile/package.json` version from `1.1.35` to `1.1.36`.
15
16
## [1.0.1] — 2026-02-19
17
18
### Added
0 commit comments