Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
medariox committed Apr 3, 2024
1 parent a80d286 commit a18745b
Show file tree
Hide file tree
Showing 46 changed files with 65 additions and 108,063 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## Unreleased

#### New Features
## 1.0.21 (03-04-2024)

#### Improvements
- Add testing for providers requiring authorization (Thanks to @k0mmsussert0d)
- Add many network timezones (Thanks to @YogSottot)

#### Fixes
- Fix file browser not displaying correctly

-----

Expand Down
2 changes: 1 addition & 1 deletion medusa/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
log.logger.addHandler(logging.NullHandler())

INSTANCE_ID = text_type(uuid.uuid1())
VERSION = '1.0.20'
VERSION = '1.0.21'

USER_AGENT = 'Medusa/{version} ({system}; {release}; {instance})'.format(
version=VERSION, system=platform.system(), release=platform.release(),
Expand Down
7 changes: 1 addition & 6 deletions themes/dark/assets/css/bootstrap-formhelpers.min.css

Large diffs are not rendered by default.

38 changes: 1 addition & 37 deletions themes/dark/assets/css/browser.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

257 changes: 1 addition & 256 deletions themes/dark/assets/css/country-flags.css

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions themes/dark/assets/css/lib/jquery-ui-1.10.4.custom.min.css

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions themes/dark/assets/css/lib/jquery.qtip-2.2.1.min.css

Large diffs are not rendered by default.

17 changes: 1 addition & 16 deletions themes/dark/assets/css/print.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a18745b

Please sign in to comment.