Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Braindrop ChangeLog

## Unreleased
## v1.1.0

**Released: WiP**
**Released: 2026-05-15**

- Added `JumpToNavigation`, `JumpToRaindrops` and `JumpToDetails` commands
for quickly jumping between the 3 main panels.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "braindrop"
version = "1.0.0"
version = "1.1.0"
description = "A terminal-based client for raindrop.io."
authors = [
{ name = "Dave Pearson", email = "davep@davep.org" }
Expand Down
2 changes: 1 addition & 1 deletion src/braindrop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##############################################################################
# Main app information.
__author__ = "Dave Pearson"
__copyright__ = "Copyright 2024-2025, Dave Pearson"
__copyright__ = "Copyright 2024-2026, Dave Pearson"
__credits__ = ["Dave Pearson"]
__maintainer__ = "Dave Pearson"
__email__ = "davep@davep.org"
Expand Down
2 changes: 1 addition & 1 deletion src/braindrop/app/braindrop.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Braindrop(EnhancedApp[ExitState]):
be [found on GitHub](https://github.com/davep/braindrop).
"""
HELP_LICENSE = """
Braindrop - A client for the Raindrop bookmarking service. \n Copyright (C) 2024-2025 Dave Pearson
Braindrop - A client for the Raindrop bookmarking service. \n Copyright (C) 2024-2026 Dave Pearson

This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading