Skip to content

Releases: RydalWater/OpenLibrarian

v0.1.4

24 Nov 18:35
eef2ae7
Compare
Choose a tag to compare

Release Summary

  • Updated requirements.txt (for testing and markdown packages)

What's Changed

  • Post-v0.1.2 Fixes, Updates and Enhancements (Update Requirements) by @RydalWater in #25

Full Changelog: v0.1.3...v0.1.4

v0.1.3

24 Nov 18:32
c60a24b
Compare
Choose a tag to compare

Release Summary

  • Added second round of testing (up to 77% coverage)
  • Minor corrections associated with testing
  • Streamlined some previous tests
  • Separate features & updates section
  • Privacy policy
  • Included alternative secondary API for pulling book covers based on isbn

What's Changed

  • Post-v0.1.2 Fixes, Updates and Enhancements (Testing batch 2) by @RydalWater in #22
  • Post-v0.1.2 Fixes, Updates and Enhancements (About & Updates) by @RydalWater in #23
  • Post-v0.1.2 Fixes, Updates and Enhancements (Book Covers) by @RydalWater in #24

Full Changelog: v0.1.2...v0.1.3

v0.1.2

13 Nov 21:46
17af3af
Compare
Choose a tag to compare

Release Summary

  • Added first round of testing focused on the circulation desk
  • Made update to include example .env missing previously
  • Created temp keys at the time of sign-up to avoid auto-signing in purged on sign-in
  • Minor update to text on the home page
  • Minor update to text on the sign-up page
  • Back buttons added to login and sign-up pages
  • Updated add friends button to only be available when logged in.

What's Changed

  • Post-v0.1.1 Fixes, Updates and Enhancements (Remove typo) by @RydalWater in #18
  • Post-v0.1.1 Fixes, Updates and Enhancements (example .env) by @RydalWater in #19
  • Post-v0.1.1 Fixes, Updates and Enhancements (login & signup) by @RydalWater in #20
  • Post-v0.1.1 Fixes, Updates and Enhancements (Testing batch 1 - Circulation Desk) by @RydalWater in #21

Full Changelog: v0.1.1...v0.1.2

v0.1.1

29 Oct 21:32
ac66b47
Compare
Choose a tag to compare

Release Summary

Incremental release with the following minor enhancements and bug fixes.

  • Block text styling (book)
  • Section header styling (chapters)
  • Added roadmap link to README
  • Corrected profile bug to avoid overwriting metadata not used in OL
  • Function to add friend
  • Added toast notifications on profile updates and add friend
  • Corrected fetch friends & foes bug
  • Updated notification to include hashtags in text as well as tags

What's Changed

  • Post-v0.1.0 Fixes, Updates and Enhancements by @RydalWater in #15
  • Post-v0.1.0 Fixes, Updates and Enhancements (Contacts updates) by @RydalWater in #16
  • Post-v0.1.0 Fixes, Updates and Enhancements (Add connections corrections) by @RydalWater in #17

Full Changelog: v0.0.1...v0.1.1

Chapter 1, Origin Story (MVP release)

23 Oct 13:14
19edccc
Compare
Choose a tag to compare

Release Summary

Initial MVP release with the current functionality included:

  • Sign-up for new accounts (generate 128 bit seed and key pairs)
  • Login:
    • NPUB (read only)
    • NSEC / Seed (Read write)
  • Logout
  • Profile (add & edit)
  • Shareable profile page
  • Relays (add & edit)
  • Friends & Foes (view & import)
  • Search add add books to shelves (including hidden books)
  • Add interests
  • Manage books on shelves
  • Basic kind 1 notification (start and finish reading books)

What's Changed

New Contributors

Full Changelog: https://github.com/RydalWater/OpenLibrarian/commits/v0.0.1