Releases: mraniki/morpho
v0.2.0
v0.2.0 (2023-09-10)
⬆️
- ⬆️ 🤖 Dependencies for poetry (
4392d54)
Other
- Merge pull request #14 from mraniki/dev
⬆️ 🤖 Dependencies (6cacc66)
- Merge pull request #11 from mraniki/dependabot/pip/dev/pytest-playwright-tw-0.4.2
⬆️ 🤖 Dependencies: Update pytest-playwright requirement from ^0.3.3 to ^0.4.2 (f2b4f35)
-
Merge branch 'main' into dev (
a71fa98) -
Merge pull request #9 from mraniki/dependabot/pip/dev/sphinx-gte-5-and-lt-8
⬆️ 🤖 Dependencies: Update sphinx requirement from >=5,<6 to >=5,<8 (96b2d6f)
-
Merge branch 'main' into dev (
440e308) -
Merge pull request #13 from mraniki/dependabot/pip/dev/fastapi-tw-0.103.1
⬆️ 🤖 Dependencies: Update fastapi requirement from ^0.101.0 to ^0.103.1 (0afcf0e)
- Merge pull request #10 from mraniki/dependabot/pip/dev/python-semantic-release-tw-8.0.8
⬆️ 🤖 Dependencies: Update python-semantic-release requirement from ^7.34.6 to ^8.0.8 (bb8d401)
- Merge pull request #8 from mraniki/dev
✨ Refresh (61b69a1)
-
Rename test_unit.py to tests/test_unit.py (
fb1e864) -
Create test_unit.py (
c061f80) -
Rename src/default_settings.toml to src/morpho/default_settings.toml (
b5107b8) -
Rename src/config.py to src/morpho/config.py (
37b8346) -
Rename src/bot.py to src/morpho/bot.py (
cae8890) -
Rename src/.requirements/requirements.txt to .requirements/requirements.txt (
090b48c) -
Create .dockerignore (
2ae72cf) -
Delete semantic.yml (
d3c9d52) -
Rename dependabot.yml to renovate.json (
e52ae5c) -
Merge pull request #7 from mraniki/main
Update ✨Flow.yml (f9719a3)
- Rename src/requirements.txt to src/.requirements/requirements.txt (
71c85b6)
Update
-
Update version variables in pyproject.toml and remove version reference in bot.py (
949182f) -
⬆️ 🤖 Dependencies: Update pytest-playwright requirement
Updates the requirements on pytest-playwright to permit the latest version.
updated-dependencies:
- dependency-name: pytest-playwright
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com> (c853317)
-
Update python-semantic-release and ruff versions (
547a75b) -
Update GitHub Actions workflow file (
5091a62) -
⬆️ 🤖 Dependencies: Update fastapi requirement
Updates the requirements on fastapi to permit the latest version.
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com> (58eb362)
- ⬆️ 🤖 Dependencies: Update python-semantic-release requirement
Updates the requirements on python-semantic-release to permit the latest version.
updated-dependencies:
- dependency-name: python-semantic-release
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com> (ede0f60)
- ⬆️ 🤖 Dependencies: Update sphinx requirement
Updates the requirements on sphinx to permit the latest version.
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com> (4ded82c)
-
Update README.md (
a4f68c3) -
Update Requirements (
65d5309) -
Update pyproject.toml (
ef94d6d) -
Update pyproject.toml (
a2f9a74) -
Update pyproject.toml (
5556bf8) -
Update pyproject.toml (
0d7c478) -
Update dependabot.yml (
247a67f) -
Update pyproject.toml (
a1f7bb0) -
Update Dockerfile (
e0be7a6)
✨
🔊
- 🔊 logs (
ac9a0a8)
v0.1.6
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Feature
- 🚸 Update logging and default settings (
2edd87a)
Other
- 💥 converted to playwright (
ce751e9) - Fix screenshot fullPage parameter in navigator function. (
2504446) - Refactor bot.py to use sync_playwright instead of async_playwright. (
f5d3524) - Refactor bot.py to use async_playwright() for better performance. (
3df6eb8) - Update Dockerfile and use Playwright instead of Pyppeteer in bot.py. (
1b2eda4) - Update Dockerfile to use Python 3.11-slim-bullseye and Firefox-ESR (
7ca2a6f) - Update Dockerfile to remove Firefox and fix formatting (
5a3a58b) - 🐛 dockerfile (
fc4a263) - 🐛 remove playwright (
a2c88b8) - ⚡ 3.10 image (
8774482) - Alpine (
cf61564) - Update Dockerfile to remove pyppeteer-install and change user to pptruser (
65a4f79) - Refactor Dockerfile to install dependencies separately (
8809478) - 🐛 bugfix install steps (
8d030a5) - ⚡ dockerfile revised order (
74227ec) - Changed default_settings.toml location in config.py (
78a48e9) - Merge branch 'main' of git@github.com:mraniki/morpho.git (
8c428c6) - Remove playwright async API import. (
d3d32d2) - ⚡ dockerfile pptruser (
9e7e043) - 🐛 minot typo (
c3de59c) - 🐛 Cleaner dockerfile (
3f4ed43) - ⚡Add permission to /app directory (
34c9abe) - Refactor Dockerfile to remove unnecessary user and group creation (
5477b3c) - ⚡ Add root user to Dockerfile (
2da369e) - ⚡ Remove pyppeteer-install command from Dockerfile (
e71cdd2) - ⚡Add Ubuntu user and make /var/log writeable by adm group. (
6e21f7d) - ⚡dockerfile update (
b4b4663) - ⚡dockerfile update (
cb0ae77) - ⚡dockerfile update (
ffde43a) - ⚡dockerfile update (
6d19f7b) - ⚡Update Dockerfile to include chromium-browser (
d532e17) - ⚡Update Dockerfile with Firefox installation (
90144f9) - ⚡dockerfile update (
c3995ba) - ⚡dockerfile update (
d2e9d13) - ⚡dockerfile update (
4593dcb) - ⚡dockerfile updateUpdate (
e9982f4) - ⚡dockerfile updateUpdate (
8de4e7e) - ⚡dockerfile update (
b35161d) - ⚡ dockerfile update (
39d21f2) - ⚡ dockerfile update (
2066470) - ⚡ pip alpine (
ad21505) - ⚡ setup dockerfile alpine (
8e12368) - 🥚 init (
c44a241) - Merge branch 'main' of git@github.com:mraniki/morpho.git (
7dfbaca) - ⚡ pip install (
58d8485)
v0.0.1
Fix
- ⚡Update Dockerfile to use Ubuntu instead of Python. (
b6947e3)
Other
- ⚡ dockerfile update (
f7eb867) - ⚡ Update data_selector range and launch message in bot.py. (
14d44fb) - Update README.md (
efd543b) - 🐛 env var prefix (
450a8ec) - Update README.md (
c842103) - ⚡ clean up (
3e9ee1d) - 🐛 bugfix for flag settings (
49c5481) - 💄 ready to rock (
c0b3ffb) - ⚡ reqq update and action update (
3656b5e) - ⚡ pyproject update (
b62d2ec) - 🥚 prepping (
c57923f) - Create README.md (
c60e205) - ✨ initial built (
8bab8f9)