-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.6.0 Release #680
Merged
v0.6.0 Release #680
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…index-only and overwrite flags together
…d 200s from log output
…r output is missing or multiple snapshots returned
Merged
Bumps [y18n](https://github.com/yargs/y18n) from 5.0.1 to 5.0.5. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](yargs/y18n@v5.0.1...v5.0.5) Signed-off-by: dependabot[bot] <[email protected]>
…5.0.5 Bump y18n from 5.0.1 to 5.0.5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
new features:
init --quick
andserver --quick-init
options to quickly update the db version without doing a full re-init (for users with large archive collections this will make version upgrades a lot faster / less painful)SNAPSHOTS_PER_PAGE=40
andMEDIA_MAX_SIZE=750m
config optionsdata/logs/errors.log
file (so users no longer have to run in --debug mode to see error details)#hash
e.g./archive/<timestamp>/index.html#git
/archive/https://example.com/some/url
-> redirects to ->/archive/<timestamp>/index.html
(also works without scheme/archive/example.com
)djdt_flamegraph
for developers to profile UI performancearchivebox add --tag=tag1,tag2,tag3 ...
option and Add page UI form field for tagging new linksarchivebox schedule --overwrite
flag option that works similarly toadd --overwrite
enhancements:
snapshot_icons
,latest_title
,archive_size
using django cachearchivebox schedule
logging and changed logfile location to./logs/schedule.log
bugfixes: