Skip to content

Releases: shipperstack/shipper

1.9.16

05 Oct 09:47
17d81fb
Compare
Choose a tag to compare

Release 1.9.16

This release is the last release supporting upload through the web UI.
Starting from 1.10.x, you need to use shippy, which can be obtained here:
https://github.com/ericswpark/shippy

Changes since 1.9.15:

  • The upload page logs unexpected errors to the console for easier debugging

1.9.15

03 Oct 05:44
a893405
Compare
Choose a tag to compare

Release 1.9.15

Changes since 1.9.14:

  • Rewrote download counter using vanilla JS
  • Removed JQuery dependency on downloads page
  • Fixed a bug where the disable buttons on the build list would
    only work for the first build in the list
  • The maintainer page now shows the correct HTTP error response
    code of 403 instead of a generic 404 if the maintainer does not
    have the necessary permissions to modify the given device
  • Removed dirty way of updating the page after the upload has
    completed, which means navigation history is preserved and the
    reloaded webpage keeps state
  • Made the build upload page resilient against errors and disabled
    inputs on upload start
  • General code cleanup

1.9.14

02 Oct 11:53
92babc9
Compare
Choose a tag to compare

Release 1.9.14

Changes since 1.9.13:

  • Completely redesigned main downloads page! See the device list with device images :)
  • Rewrote build upload page for maintainers to vanilla JS
  • Removed JQuery dependency on build upload page
  • General code cleanup
  • Updated library dependencies

1.9.13

29 Sep 09:51
Compare
Choose a tag to compare

Release 1.9.13

Changes since 1.9.12:

  • Fixed typo on one of the templates
  • Moved statistics calculation to a staff-only page instead of an internal command for easy access
  • Removed JQuery dependency on device management page
    With this change, only the webUI upload page depends on JQuery. We are working to fix this as well.
  • Updated library dependencies

1.9.12

21 Sep 10:22
Compare
Choose a tag to compare

Release 1.9.12

Changes since 1.9.11:

  • Fixed a bug that could allow for sign-ups with a duplicate email address.

1.9.11

07 Sep 21:28
0afb0af
Compare
Choose a tag to compare

Release 1.9.11

Changes since 1.9.10:

  • The statistic in the admin panel now sorts by newer date in descending order, correctly.
  • Lowered transaction rate of Sentry to avoid hitting limits.
  • Dependencies update

1.9.10

05 Aug 02:11
101b13b
Compare
Choose a tag to compare

Release 1.9.10

Changes since 1.9.9:

  • New security settings keys! Refer to the upgrading section in the wiki for more details on which keys you need to add to your environment variables file.
  • Fixed a bug with the downloads page where a device with no builds would show up with an empty row.
  • Static files are now included with shipper for faster loading times (no need to contact multiple servers for dependencies!)
  • Fixed a bug with uploading builds where the redirect after success would result in a broken page render.
  • Updated library dependencies
  • General code cleanup
  • More tests to help catch bugs!

1.9.9

26 Jul 16:14
Compare
Choose a tag to compare

Release 1.9.9

Changes since 1.9.8:

  • Fixed a 500 bug when fetching the latest build for a given device and variant, if the specified device didn't have any builds for the specified variant
  • The downloads template now uses the proper link class for the donation alert
  • Updated dependencies

1.9.8

22 Jul 09:52
49eb735
Compare
Choose a tag to compare

Release 1.9.8

This release has a new optional configuration option, SHIPPER_DOWNLOADS_PAGE_DONATION_MESSAGE. Please refer to the wiki for more information.

Changes since 1.9.7:

  • shipper now allows you to customize the donation message shown at the head of the website.
  • Added API endpoints for general usage outside of shipper
  • General code cleanup

1.9.7

22 Jul 09:30
ddb8c08
Compare
Choose a tag to compare

Release 1.9.7

Changes since 1.9.6:

  • Fixed a critical bug that would cause a 500 server error on the main page (!) of the website.
  • Fixed a database access bug with the download count increment code
  • Fixed a bug in the auto-retry statement of Celery

Please update from 1.9.6 as soon as possible as 1.9.6 is broken!