Skip to content

Commit

Permalink
TODO, CHANGELOG, project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
Torkus committed Sep 7, 2024
1 parent afb6af7 commit 33715d5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 28 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 0 additions & 27 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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)"
Expand Down

0 comments on commit 33715d5

Please sign in to comment.