diff --git a/CHANGELOG.md b/CHANGELOG.md index c583491d..b79e1e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. This change The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +### Changed + +### Fixed + +### Removed + ## 7.5.0 - 2024-09-07 ### Added diff --git a/TODO.md b/TODO.md index 43a9bc3a..abb166ad 100644 --- a/TODO.md +++ b/TODO.md @@ -6,33 +6,6 @@ see CHANGELOG.md for a more formal list of changes by release ## done -* issue 433: preserve ignore and pin flags when addon updated manually via strongbox - - usecase: - - old addon exists on wowi - - new addon exists on curse - - user installs new addon from curse and then 'ignores' it so nothing affects it - - user installs updated addon from curse and ignore flag is lost - - problems: - - if the addon was ignored, it shouldn't have been possible to overwrite it to begin with - - it seems reasonable to update addons in this way - - done - -bug: - - attempting to overwrite ignored addon results in "refusing to delete ignored addon: /path/to/addon/dir" with no addon name - - it looks like it installed it anyway - - done - -* import addon from github - - getting a 'no retail release' when there is a clear retail rfelease available - - done - -* update constants for war within - - done - -* Desktop Entry Name should not include "(Flatpak)" - - https://github.com/flathub/la.ogri.strongbox/issues/7 - - done - ## todo ## todo bucket (no particular order) diff --git a/project.clj b/project.clj index 9b5fa373..2b99772e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject ogri-la/strongbox "7.5.0" +(defproject ogri-la/strongbox "7.6.0-unreleased" :description "World Of Warcraft Addon Manager" :url "https://github.com/ogri-la/strongbox" :license {:name "GNU Affero General Public License (AGPL)"