Skip to content

Tags: mtlynch/picoshare

Tags

v1.5.4

Toggle v1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix version tagging in CI to match new version style (#778)

As of v1.5.3, PicoShare versions have a v prefix, so this updates our
CircleCI config to match.

Fixes #777

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix version display on /information page (#775)

3248b5d and
68ccda3 switched the way we populate
version information, but they accidentally caused a regression on the
/information page.

Fixes #774

1.5.2

Toggle 1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use httptest.NewRequest in handler tests (#771)

1.5.1

Toggle 1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix foreign key reference in database migrations (#707)

The existing migration failed to account for orphaned rows in the
download table and entries_data table that referred to files that had
been deleted.

This fixes the migration so that we only migrate over rows that are not
orphaned.

Fixes #705

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Return the URL unless JSON is requested (#702)

1.4.5

Toggle 1.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adjust 365-day expiration time test (#624)

It's slightly more obvious in a non-leap year.

1.4.4

Toggle 1.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove litestream verbose flag (#574)

Addresses #573 

Removing `-v` from the `litestream restore` command as it is now the
default.

untagged-13c400b66536050d1d8e

Toggle untagged-13c400b66536050d1d8e's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove litestream verbose flag (#574)

Addresses #573 

Removing `-v` from the `litestream restore` command as it is now the
default.

1.4.3

Toggle 1.4.3's commit message
Improve error message on failed upload

untagged-9f9378f9c2810b2cf1d6

Toggle untagged-9f9378f9c2810b2cf1d6's commit message
Improve error message on failed upload