Skip to content

Releases: JMCFTW/outline-cli

1.0.11

16 Apr 09:46
3074b41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.10...1.0.11

1.0.10

14 Nov 05:33
b475908
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump urllib3 from 1.26.5 to 1.26.18 by @dependabot in #14

Full Changelog: 1.0.9...1.0.10

1.0.9

08 Aug 16:39
dc02d79
Compare
Choose a tag to compare

bump certifi from 2022.12.7 to 2023.7.22

What's Changed

  • chore(deps): bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #12

Full Changelog: 1.0.8...1.0.9

1.0.8

10 Jan 11:50
Compare
Choose a tag to compare

1.0.7

26 Sep 17:07
Compare
Choose a tag to compare
  1. Add license
  2. Raise FileNotFoundError if app.ini is not exist
  3. Fix package requests conflict

Add MIT License

22 Jul 16:43
c4b34dc
Compare
Choose a tag to compare
1.0.6

Create LICENSE.txt

Bump urllib3 from 1.25.11 to 1.26.5

02 Jun 09:27
3f644f5
Compare
Choose a tag to compare
Bump urllib3 from 1.25.11 to 1.26.5 (#10)

* Bump urllib3 from 1.25.11 to 1.26.5

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.11...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* feat: run tests when dependabot push changes

* fix: workflow condition

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jimmy Chen <jimmychen260@gmail.com>

1.0.4

26 Nov 17:07
5ea9730
Compare
Choose a tag to compare
Support multiple outline server (#6)

* Support multiple outline server

* black

1.0.3

15 Nov 07:49
fef402b
Compare
Choose a tag to compare
Refactor (#4) (#5)

* refactor __init__.py

* Fix tests

* Update tests

* Fix setup.py and use isort to sort imports

* Refactor helper and gmail

* Fix gmail and add test

* Update tests

* Fix test

* Add more badges

* Update README.md

* Add shebang

1.0.2

12 Nov 14:26
75070e1
Compare
Choose a tag to compare
Fix badge's link (#2)