Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-06 | Add basic threading support. | John Ankarström | |
It is much easier to implement on the Prolog side than on the C side... :-) | |||
2022-05-31 | Remember focused episode. | John Ankarström | |
Previously, the episode most recently marked as watched would be selected on startup. | |||
2022-05-31 | Update episode URL pattern. | John Ankarström | |
2022-05-30 | Split up Watch into Watch Locally and Watch Online. | John Ankarström | |
2022-05-29 | Add Wiki context menu option. | John Ankarström | |
It opens the Detective Conan World wiki page for the focused episode. | |||
2022-05-28 | Add option to show/hide other screenwriters. | John Ankarström | |
2022-05-28 | Only collect screenplays. | John Ankarström | |
2022-05-28 | Add "Fetch Screenwriters" menu item. | John Ankarström | |
This is a separate item from "Fetch", because it takes a lot longer. | |||
2022-05-26 | Support padded episode numbers in local episode names. | John Ankarström | |
2022-05-06 | Fix bug in maybe_assert_episode_datum. | John Ankarström | |
2022-04-28 | Fix local episode finding. | John Ankarström | |
2022-04-27 | Press left/right to select next/previous unwatched episode. | John Ankarström | |
2022-04-23 | Fix most_recently_watched/1. | John Ankarström | |
The previous version finds the episode with the highest number among all watched episodes. This version finds the episode that was most recently marked as watched, regardless of its number. | |||
2022-04-23 | Update data if changed. | John Ankarström | |
2022-04-23 | Add File > Fetch. | John Ankarström | |
2022-04-13 | Persist sort order. | John Ankarström | |
2022-04-07 | Fix rate_episode. | John Ankarström | |
2022-04-07 | Fix typo in cfg.pl. | John Ankarström | |
2022-04-07 | Add "View TV Originals" option. | John Ankarström | |
2022-04-06 | Persist "View Watched" setting. | John Ankarström | |
2022-04-05 | Add episode ratings. | John Ankarström | |
2022-04-05 | Move settings to registry. | John Ankarström | |
2022-04-05 | Generalize atom_phrase/2. | John Ankarström | |
2022-04-04 | Fetch more remote data. | John Ankarström | |
2022-04-04 | Rewrite episode data code. | John Ankarström | |
TODO: Ignore duplicate hints. | |||
2022-04-03 | Rename last_episode/1 to episode_count/1. | John Ankarström | |
2022-04-03 | Correctly fetch remote data for WPS episodes. | John Ankarström | |
2022-04-01 | Ensure episode data is downloaded. | John Ankarström | |
2022-03-30 | Open episode online in absence of local copy. | John Ankarström | |
2022-03-29 | Show all episodes, not just local copies. | John Ankarström | |
Ideally, I'd like to distinguish them visually, but it is a bit complicated. For now, I don't really care. | |||
2022-03-23 | Sort episodes. | John Ankarström | |
2022-03-17 | Match season 21 episode file names. | John Ankarström | |
2022-03-06 | Update data for all episodes at once. | John Ankarström | |
Previously, a remote request would be made once per episode. | |||
2022-02-17 | More cleanup. | John Ankarström | |
2022-02-15 | Capitalize Hint key. | John Ankarström | |
2022-02-15 | Put C code and Prolog code in separate directories. | John Ankarström | |