# Changelog

The template for this changelog comes from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This is what I'll build it off of but no promises that there will be no changes. Some of these sections will not apply to what I do in this digital garden.&#x20;

* `Added` for new features.
* `Changed` for changes in existing functionality.
* `Deprecated` for soon-to-be removed features.
* `Removed` for now removed features.
* `Fixed` for any bug fixes.
* `Security` in case of vulnerabilities

For most of these, the Security and Deprecated sections are not going to be utilized except in the rarest circumstances.&#x20;

## Changes Logged: 0.0.5 - 2024-08-08

Keeping track of all of these seems like a mistake since it's not in a released state yet. That might be a thing to do when I hit v1.0.0, eventually?

### Removed

* Mannnnnnnyyyyyy pages and paragraphs deleted. See the description for this change log entry.&#x20;

## Changes Logged: 0.0.4 - 2022-10-03

&#x20;Again, a long break but not a whole lot added.&#x20;

### Added

* &#x20;Added [Keeping a Changelog](broken://pages/TFPEni86PBfyTPOmt0Ze) page which holds a template for these issues&#x20;

### Changed

* Calculus changed to add introduction and prerequesites.&#x20;

## Changes Logged: 0.0.3 - 2021-12-01

Distinct from an actual garden, a digital garden can be left without tending, only to be brought back without atrophy or decay but exactly as it was when it was abandoned. Still plenty of changes made in the interim trying to find a voice.&#x20;

Looking at the other sites and trying to emulate them was a mistake.

Their thoughts come from their brains. It is inherently unique so trying to copy them would bind up the work flow. It has to be something that I create under my own power and if it takes longer or breaks need to be taken, then so be it.   &#x20;

### Added

* [Archery](/brainless/thoughts/marksmanship/archery.md) article added with tips on how to get into the hobby.&#x20;
* [Working and Life Balance](/brainless/thoughts/working-and-life-balance.md) article added &#x20;

### Changed

* [Drone Building](/brainless/meta/research/drone.md) video of complete build linked to page &#x20;
* Calculus sections on Euler's Identity and Euler-Lagrange edited&#x20;

### Fixed

* Sorted Engineering Mathematics/Steam to alphabetical temporarily&#x20;

## Changes Logged: 0.0.2 - 2020-06-20

### Added

* Notes for Fluid Mechanics starting with fundamentals&#x20;
* Framework for Incompressible flow notes
* Warnings for rough edges in some places, but still fluid (*haha...shoot me....*)

### Changed

* Various descriptions around the site for the sake of coherency
* Major Sections&#x20;
  * `[untitled]` major sections include the *What is this?*, *Changelog*, and `[unreleased]` pages.&#x20;
  * Meta, Sharing, Ideas, Mathematics, Entertainment, Homelife, and Electronics.&#x20;
* Probably missed a few.&#x20;

### Security

* Search engine indexing turned off, until a less rough state is achieved.&#x20;
* Page ratings turned off, don't need them because they're in a goddawful state right now `:(`

## Changes Logged: 0.0.1 - 2020-05-18

### Added

* Added intro paragraph&#x20;
* Published blank online with github pages.

### Changed

* Begin adhering to rules  for [`How do I make a good changelog?`](<https://keepachangelog.com/en/1.0.0/ >)
* Types of changes
  * `Added` for new features.
  * `Changed` for changes in existing functionality.
  * `Deprecated` for soon-to-be removed features.
  * `Removed` for now removed features.
  * `Fixed` for any bug fixes.
  * `Security` in case of vulnerabilities.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nkintc.gitbook.io/brainless/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
