CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 8
Releases: TobySuch/Shifter
v0.4.1
Compare
What's Changed
- #427 Fix error on index page when setting max expiry setting too high by @TobySuch in #429
- Dependency Updates
Full Changelog: v0.4.0...v0.4.1
Assets 2
v0.4.0
Compare
Key New Features
- Removed Nginx container. Now possible to run in just 1 container!
- Set the zip archive file name when uploading multiple files
- Pagination and search on file list page
- New logo
- Better timezone and DST support.
Note: The docker compose file and environment variables have changed since 0.3.x. You will need to update your configuration before updating. Check the example docker-compose.yml
and the .env EXAMPLE
files to see the differences.
What's Changed
- Remove login link from login page by @TobySuch in #361
- Pagination by @TobySuch in #364
- #183 Fix timezones and UTC offset dates. by @TobySuch in #393
- #219 Add debug info in site settings page by @TobySuch in #394
- Add feature to change the zip file name before upload. by @TobySuch in #395
- #223 Search File List by @TobySuch in #398
- Update logo and favicon by @TobySuch in #403
- #400 Show copy download button properly on small screens by @TobySuch in #406
- #137 Remove NGINX container by @TobySuch in #397
- Dependency updates
Full Changelog: v0.3.1...v0.4.0
Docker Image: docker pull ghcr.io/tobysuch/shifter:0.4.0
Assets 2
v0.3.1
Compare
What's Changed
- Various dependency updates including security updates.
- Fix regressions from version updates by @TobySuch in #359
- Update Nav bar by @TobySuch in #226
Full Changelog: v0.3.0...v0.3.1
Docker Image: docker pull ghcr.io/tobysuch/shifter:0.3.1
Assets 2
v0.3.0
Compare
Key New Features
- Site Settings! Admin users now have access to a site settings page via the nav bar which can be used to change settings such as maximum age for a file, maximum size, and also the domain for the download link.
- Build Process. While not very obvious to end users, I have also reworked a large portion of how the application image is put together, mostly focusing around the front end build process. This will help in the future to allow front end code to be built faster.
Note: While you should be able to move from v0.2.0 to v0.3.0 without data loss, the docker-compose.yml file and the environment variables have changed. Take a look at the example files and make changes to your own configuration. Most likely you will see resources such as the CSS and Javascript 404 error if you do not do this.
What's Changed
- Correct url for settings page by @mysakli in #152
- Disable Upload button during upload and display warning not to leave page by @brianb72 in #156
- Add footer by @OsafAliSayed in #175
- Site Settings Page by @TobySuch in #212
- Various build process optimisations
- Dependency updates
New Contributors
- @mysakli made their first contribution in #152
- @brianb72 made their first contribution in #156
- @OsafAliSayed made their first contribution in #175
Full Changelog: v0.2.0...v0.3.0
Docker Image: docker pull ghcr.io/tobysuch/shifter:0.3.0
Assets 2
v0.2.0
Compare
What's Changed
- Add ability to copy file link to clipboard from button press (by @TobySuch in #109)
- Feature #42 - Users can now expire their files early (by @TobySuch in #132)
- Feature #51 - Users are now directed to a landing page when clicking the download link (by @TobySuch in #134)
- Feature #50 - Files are uploaded asynchronously (by @TobySuch in #135)
- Feature #41: Multiple files can be uploaded at the same time (by @TobySuch in #138)
- Feature #114 Timezone support (by @TobySuch in #139)
- Feature #106: Support for SQLite as a database engine by (@TobySuch in #142)
- Some documentation updates
- Dependency updates
Full Changelog: v0.1.0...v0.2.0
Docker Image: docker pull ghcr.io/tobysuch/shifter:0.2.0
Assets 2
v0.1.0
Compare
Major Changes
- Docker support by @TobySuch in #7
- Login by @TobySuch in #9
- File uploads by @TobySuch in #11
- Filepond integration by @TobySuch in #24
- My files page by @TobySuch in #29
- Auto file deletion by @sudoer-zero in #33
- File detail page by @TobySuch in #38
- File downloads by @TobySuch in #46
- Management command to delete expired files by @sudoer-zero in #57
- Add enforce change password on login by @TobySuch in #90
- Create other accounts by @TobySuch in #104
New Contributors
- @TobySuch made their first contribution in #7
- @dependabot made their first contribution in #15
- @sudoer-zero made their first contribution in #33
Full Changelog: https://github.com/TobySuch/Shifter/commits/v0.1.0
Docker Image: docker pull ghcr.io/tobysuch/shifter:0.1.0