Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Torkus committed Nov 26, 2023
1 parent 4d0c14b commit 4259e6d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 44 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.1.0 - 2023-11-26

### Added
Expand Down
43 changes: 0 additions & 43 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,49 +6,6 @@ see CHANGELOG.md for a more formal list of changes by release

## done

* search, possible bug, thought I fixed it so catalogues are navigable now?
- selecting by host still gives me samples
- done

* search, add ability to browse catalogue page by page
- returned to bucket 2022-03-02
- the 'search' tab kinda sorta is this ... perhaps a preference to disable sampling?
- done

* search, vertically centre tag buttons.
- they're currently top-aligned
- done

* cljfx, javafx
- bump deps

* support NO_COLOR envvar, http://no-color.org
- done

* rawdata, interface-version is being localised
- done

* gui, better copying from the interface, especially the log box
- too much faff and bs for selectable text/labels, wontdo.
- added selectable plain text and json boxes to the raw text widgets
- done

* add a disable update check cli arg
- flatpaks will check for updates in a different way
- done

* github-addons.md, update or get rid of
- got rid of it
- done

* release.md, move to strongbox-release-script
- done

* gui, raw data, add textual versions of this data as well
- pretty printing in a gui is one thing, but useless if it can't be copied
- have a text field with plain text and yaml or json formatted addon data could be useful as well
- 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.1.0"
(defproject ogri-la/strongbox "7.2.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 4259e6d

Please sign in to comment.