Summary
The completely rewritten reward calculator, introduced in SPO table talk, is back on https://cardano.org/calculator/ and comes with various sections:
- Basic Calculator
Displays the calculator and allow the user to input values to determine the expected % annual yield and expected ada return over a year.
- Stake Pools
Specify up to 3 staking pool tickets to replace the representative pool in the first section. By adding the staking pool tickets the calculator then shows the expected return for these pools.
- Stake Pool Parameters
Show the parameters of the selected stake pools and let the user change these parameters. The front-end will then show how the rewards are expected to change with the new parameters for the stake pools (e.g. minimum pool cost, margin, stake and pledge).
- Blockchain Parameters
Show the static blockchain parameters (which can not be changed e.g. total supply of ada) and the dynamic parameters (that can be changed through a governance vote and/or CIP e.g. the k and the a0 parameters). The user is able to change the dynamic parameters in the front-end and the calculator recalculate the new rewards for the pools selected in the previous sections. The purpose of this section is to inform the users of how blockchain parameters can impact the rewards.
The reward calculator is available here: https://github.com/cardano-foundation/cardano-reward-calculator
Besides the calculator the Plomin hard fork was added to the hardforks on https://cardano.org/hardforks/ together with many news articles.

What's Changed
- Add Plomin hard fork by @lodl in #171
- Set timeline marker in hardforks.js by @lodl in #172
- Merge #171, #172 into main by @katomm in #173
- Update Cardano Ambassador List by @thenic95 in #174
- Merge PR #174 into main by @katomm in #175
- Add latest news articles by @lodl in #176
- Add rew calc demo by @katomm in #177
- Update csp by @katomm in #178
- Update calculator to version: 25.02.2 by @katomm in #179
- Update calculator endpoint by @katomm in #181
- Update calculator to version: 25.02.3 by @katomm in #183
- Change path name in csp by @katomm in #184
- Add latest news Article by @lodl in #180
- Merge PR #176, #177, #178, #179, #181, #183, #184 to main by @katomm in #185
- Release of the reward calculator by @katomm in #187
- Update YouTube Media Links and Add Latest News Articles by @lodl in #186
- Update reward calculator for release by @katomm in #188
- Merge PR #186, #187, #188 into main by @katomm in #189
Full Changelog: v1.13.0...v1.14.0