Skip to content

Releases: RydalWater/OpenLibrarian

v0.1.6

30 Dec 16:16
0b89459
Compare
Choose a tag to compare

Release Summary

  • Extend "Currently Reading" progress tracking including library card page
  • Extended testing for alternative APIs including timeouts
  • Updated parse_event logic for progress events to pad out non-existent events
  • Extended progress event test cases
  • Increased test case coverage >90%
  • Modified test cases when in testing mode to capture printed nostr events and test

What's Changed

  • Post-v0.1.5 Fixes, Updates and Enhancements (Progress Correction) by @RydalWater in #34
  • Post-v0.1.5 Fixes, Updates and Enhancements (Progress Updates) by @RydalWater in #35
  • Post-v0.1.5 Fixes, Updates and Enhancements (Progress & Test updates) by @RydalWater in #36

Full Changelog: v0.1.5...v0.1.6

v0.1.5

22 Dec 21:36
d6cc521
Compare
Choose a tag to compare

Release Summary

  • Added "Currently Reading" progress tracking (including nostr events)
  • Added alternative APIs as redundancy in case of Open Library/Internet Archive outages
  • Minor dependency updates
  • A few minor corrections to existing functionality
  • Increased test case coverage including (Progress class and Library pages)

What's Changed

  • Post-v0.1.4 Fixes, Updates and Enhancements (Alternative API pt1) by @RydalWater in #26
  • Post-v0.1.4 Fixes, Updates and Enhancements (Alternative API pt2) by @RydalWater in #27
  • Bump django from 5.0.9 to 5.0.10 in /openlibrarian_root by @dependabot in #28
  • Bump aiohttp from 3.10.2 to 3.10.11 in /openlibrarian_root by @dependabot in #29
  • Post-v0.1.4 Fixes, Updates and Enhancements (Enhancements & Fixes) by @RydalWater in #30
  • Post-v0.1.4 Fixes, Updates and Enhancements (Reading progress) by @RydalWater in #32
  • Post-v0.1.4 Fixes, Updates and Enhancements (Requirements) by @RydalWater in #33

Full Changelog: v0.1.4...v0.1.5

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