Skip to content

Commit ef7508a

Browse files
committed
v8.1.0
1 parent f620e29 commit ef7508a

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ For details on configuring the authentication, see
224224
* [Black, The Uncompromising Code Formatter](https://github.com/psf/black)
225225
* [isort, A Python utility/library to sort imports](https://github.com/psf/black)
226226
* [pss, power-tool for searching source files](https://github.com/eliben/pss)
227+
* [itsdangerous, Safely pass trusted data to untrusted environments and back](https://github.com/pallets/itsdangerous)
227228
* [Vue.js](https://github.com/vuejs/vue)
228229
* [Vue-good-table, data table for VueJS](https://github.com/xaksis/vue-good-table)
229230
* [Vue-tree, TreeView control for VueJS](https://github.com/grapoza/vue-tree)

airflow_code_editor/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.1
1+
8.1.0

changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,3 +469,15 @@
469469
## Fix
470470

471471
- Include missing file code_editor.yaml in the package
472+
473+
## [8.1.0] - 2025-08-12
474+
475+
## Fix
476+
477+
- Remove race condition when opening new tab
478+
- Fix bookmarks on Chrome
479+
- Fix file download on Airflow 3.x
480+
481+
### Added
482+
483+
- Add "Add bookmark" and "Remove bookmark" to context menu in the sidebar

docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
IMAGE_NAME := airflow-code-editor
22
DEV_IMAGE_NAME := ${IMAGE_NAME}-dev
33
OWNER := andreax79
4-
AIRFLOW_VERSION := 3.0.1
4+
AIRFLOW_VERSION := 3.0.4
55
# Must match the Airflow image Python version
66
DEV_IMAGE_PYTHON_VERSION := 3.12
77
AIRFLOW_PORT := 8080

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airflow-code-editor",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"description": "A plugin for [Apache Airflow](https://github.com/apache/airflow) that allows you to edit DAGs in browser. It provides a file managing interface within specified directories and it can be used to edit and download your files. If git support is enabled, the DAGs are stored in a Git repository. You may use it to view Git history, review local changes and commit.",
55
"private": true,
66
"repository": {

0 commit comments

Comments
 (0)