summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS34
-rw-r--r--configure.ac2
2 files changed, 35 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f9e8f8ec..59f306ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,39 @@
+### caja 1.29.1
+
+ * ci: remove redundant GH CLI installation step
+ * Desktop: really ensure that desktop window is never decorated
+ * build(deps): bump actions/checkout from 5 to 6
+ * wayland: set desktop layer as background not bottom
+ * File search improvements (#1851)
+ * New feature - show git branch with icon view text (#1838)
+ * build(deps): bump actions/checkout from 4 to 5
+ * file: Fallback to fast-content-type if content-type is not set
+ * Update README
+ * build(deps): bump dev-hanz-ops/install-gh-cli-action from 0.1.0 to 0.2.1
+ * build(deps): bump actions/checkout from 3 to 4
+ * CI: Drop travils CI
+ * Try to use github action
+ * Desktop: ensure desktop window is never decorated
+ * File properties: improve accessibility of the simple permissions
+ * File properties: improve accessibility of the icon button
+ * eel-labeled-image: Simplify type subclassing even further
+ * eel-labeled-image: Simplify type subclassing
+ * eel-labeled-image: Implement a11y for button types
+ * eel-labeled-image: Slightly simplify a11y implementation
+ * wayland/window closing: avoid a crash on gtk_widget_destroy
+ * caja-file-operations: restart timer also for moves
+ * caja-file-operations: fix estimate for queued copy (#1759)
+ * ci: fix type
+ * Attempt to fix 2nd Travis deployment issue
+ * ci: Bump dpl branches for Ruby 3 support
+ * wayland: ensure windows can be moved if compositor is using CSD (#1787)
+ * build: remove configure dependency on perl (#1789)
+ * wayland background: use mate-appearance-properties if we can (#1771)
+
### caja 1.29.0
+ * caja-file-operations: fix caption/button in destination error dialogue
+
### caja 1.28.0
* Translation update
diff --git a/configure.ac b/configure.ac
index 70b61787..00bbcfd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ m4_define(caja_extension_current, 5)
m4_define(caja_extension_revision, 0)
AC_INIT([caja],
- [1.29.0],
+ [1.29.1],
[https://github.com/mate-desktop/caja/issues],
[caja],
[https://mate-desktop.org])