v2015.2.rst 660 B

12345678910111213141516171819202122232425262728293031323334353637
  1. Gluon 2015.2 (in development)
  2. =============================
  3. Added (and removed) hardware support
  4. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. New features
  6. ~~~~~~~~~~~~
  7. Bugfixes
  8. ~~~~~~~~
  9. Site changes
  10. ~~~~~~~~~~~~
  11. * ``i18n/``
  12. - The translations of ``gluon-config-mode:pubkey`` now have to show the fastd
  13. public key itself if desired, making its format and whether it is shown at
  14. all configurable. To retain the old format, add ``<p>`` to the beginning of
  15. your translations and append::
  16. "</p>"
  17. "<div class=\"the-key\">"
  18. " # <%= hostname %>"
  19. " <br/>"
  20. "<%= pubkey %>"
  21. "</div>"
  22. Internals
  23. ~~~~~~~~~
  24. Known Issues
  25. ~~~~~~~~~~~~