Skip to content

Releases: lfborjas/freenatalchart.xyz

Use geocode.city vs. algolia places

01 Jun 20:02
f8508ca
Compare
Choose a tag to compare

stack -> nix

01 Dec 03:11
8bdf5f7
Compare
Choose a tag to compare

Use nix for both development and deployment; build + deploy now happens in the cloud in ~5mins vs. the older local + cloud approach that took almost an hour!

Fix "chart of the moment" link

04 Mar 01:32
7c57eeb
Compare
Choose a tag to compare
Merge pull request #57 from lfborjas/fix-chart-of-the-moment

Don't hardcode chart of the moment link

Fixes calculation of exact angles

27 Dec 21:56
faff2c7
Compare
Choose a tag to compare
Merge pull request #50 from lfborjas/strict-experiment

Remove naïve strictness annotations

Transits

23 Dec 23:46
892887f
Compare
Choose a tag to compare

See #36 for details!

Minor layout fixes for mobile

20 Dec 18:05
1524ca2
Compare
Choose a tag to compare

Hide/show some navigation elements depending on viewport size, normalize footer.

Minor layout fixes, refactor of Chart

19 Dec 19:44
f83c790
Compare
Choose a tag to compare

Small layout fixes missed in #33, extract the bigger chunks of Chart.render into separate functions.

Complete re-style

19 Dec 02:13
4f721f1
Compare
Choose a tag to compare

Uses styles from natal-chart/firmament, plus designs from @milkmusket (<3) to make the site look less like a stingy dev created it. More solid work on accessibility and progressive enhancement to follow later on!

Soft launch: basic natal chart, https deployment

26 Oct 16:39
Compare
Choose a tag to compare
  • Natal chart with full planet/houses data, basic interpretation information.
  • Client-side caching for 1 day, HTTPS redirection.
  • Github-Actions-based CI, with broad-strokes test coverage (golden tests for main HTML resources, request tests for routes, property tests for horoscopes.)