Skip to content

Commit

Permalink
Update changelog and AnkiWeb page
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Sep 23, 2023
1 parent b2ecfcd commit 9aa6c8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
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).

## [1.6.0] - 2023-09-23

### Added

- Added a graphical interface to make it easier to locate AnkiApp's data folder or database.
- The add-on now tries to detect AnkiApp's data folder on your system for you.
- The add-on now keeps some logs under th user_files/logs subfolder.
- Add the ability to extract misssing AnkiApp layouts from IndexedDB databases in the data folder. This is experimental and doesn't work currently on the latest Anki version (2.1.66) due to [an issue](https://github.com/abdnh/AnkiApp-importer/issues/5).

## [1.5.8] - 2023-09-20

### Fixed
Expand Down Expand Up @@ -118,6 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release

[1.6.0]: https://github.com/abdnh/AnkiApp-importer/compare/1.5.8...1.6.0
[1.5.8]: https://github.com/abdnh/AnkiApp-importer/compare/1.5.7...1.5.8
[1.5.7]: https://github.com/abdnh/AnkiApp-importer/compare/1.5.6...1.5.7
[1.5.6]: https://github.com/abdnh/AnkiApp-importer/compare/1.5.5...1.5.6
Expand Down
2 changes: 1 addition & 1 deletion ankiweb_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ul>
<li>Make sure all your AnkiApp decks are downloaded before using the add-on. For that, go to AnkiApp, click on each of your decks, then click on the Download button at the bottom if it's shown.</li>
<li>Run Anki and go to <b>Tools &gt; Import From AnkiApp</b>. The add-on tries to detect AnkiApp's data folder on your system automatically. If you see the "Data folder" field already populated, you can go ahead and click Import.</li>
<li>Run Anki and go to <b>Tools &gt; Import From AnkiApp</b>. The add-on tries to detect AnkiApp's data folder on your system automatically. If you see the "Data folder" field already populated, you can go ahead and click Import. You can also specify a different folder location, or a single SQLite database file by checking the "Database file" option (only recommened if you don't have access to the whole data folder for some reason, as the add-on may need other files in the data folder to properly import notetypes).</li>
</ul>

<b>Notes &amp; Known Issues</b>
Expand Down

0 comments on commit 9aa6c8e

Please sign in to comment.