2023-07-29 14:05:44 +00:00
---
title: Presenting Woodpecker 1.0.0
description: Introducing Woodpecker 1.0.0 and its new features.
2023-11-23 16:21:47 +00:00
slug: release-v100
2023-07-29 14:05:44 +00:00
authors:
- name: 6543
title: Maintainer of Woodpecker
url: https://github.com/6543
image_url: https://github.com/6543.png
2023-11-23 16:21:47 +00:00
tags: [release, major]
2023-07-29 14:05:44 +00:00
hide_table_of_contents: false
---
We are proud to present you Woodpecker v1.0.0.
It took us quite some time, but now we are sure it's ready, and you should really have a look at it.
<!-- truncate -->
2023-10-31 08:14:09 +00:00
We've refactored a lot of code, so contributing to the codebase should be much easier.
Furthermore, a ton of bugs where addressed and various enhancements introduced, along with some highly anticipated features.
2023-07-29 14:05:44 +00:00
With Woodpecker v1.0.0, you can now substantially improve and streamline your code pipelines,
empowering you to automate and optimize workflows like never before.
2023-10-31 08:14:09 +00:00
## Some picked highlights
2023-07-29 14:05:44 +00:00
### Add Support for Cron Jobs
Automate recurring tasks with ease using Woodpecker's new cron jobs feature.
Schedule pipelines to run at specified intervals or times, optimizing repetitive workflows.
2023-11-23 16:00:54 +00:00
[Read more ](/docs/1.0/usage/cron )
2023-07-29 14:05:44 +00:00
### YAML Map Merge, Overrides, and Sequence Merge Support
2023-10-31 08:14:09 +00:00
With enhanced YAML support, managing complex configurations becomes a breeze.
2023-07-29 14:05:44 +00:00
Merge maps, apply overrides, and sequence merging—all within your YAML files.
This is providing more flexibility and control over your pipelines.
2023-11-23 16:00:54 +00:00
[Read more ](/docs/1.0/usage/advanced-yaml-syntax )
2023-07-29 14:05:44 +00:00
### Web-UI for Admins
2023-10-31 08:14:09 +00:00
Simplify administration tasks with Woodpecker's new Admin UI.
2023-07-29 14:05:44 +00:00
Effortlessly manage user accounts, agents, and tasks, including adding new agents or pausing the task queue for maintenance.
![Image of admin queue view ](./admin_queue_ui.png )
### Localize Web-UI
2023-10-31 08:14:09 +00:00
Embrace internationalization by changing your locale in the user settings.
Interact with Woodpecker in the language of your choice, tailored to your preferences.
2023-07-29 14:05:44 +00:00
If your language is not available or only partially translated, consider contributing to our [Weblate ](https://translate.woodpecker-ci.org/engage/woodpecker-ci/ ).
### Add `evaluate` to `when` Filter
Enhance pipeline flexibility with the new "when evaluate" filter, enabling or disabling steps based on custom conditions.
2023-10-31 08:14:09 +00:00
Customize your workflows to dynamically respond to specific triggers and events.
2023-11-23 16:00:54 +00:00
[Read more ](/docs/1.0/usage/pipeline-syntax#evaluate )
2023-07-29 14:05:44 +00:00
### Global- and Organization-Secrets
2023-10-31 08:14:09 +00:00
Save time and effort by declaring secrets for your entire instance or organization.
2023-07-29 14:05:44 +00:00
Simplify your workflow and securely manage sensitive information across projects.
![Image of settings view of org secrets ](./org_secrets.png )
## Changelog
The full changelog can be viewed in our project source folder at [CHANGELOG.md ](https://github.com/woodpecker-ci/woodpecker/blob/v1.0.0/CHANGELOG.md )