Releases: findus/apnotes
Releases · findus/apnotes
0.4.3
0.4.2
0.4.1
0.4.0
0.3.9
Commits
- 1c89a47: new screencast (Philipp)
- 2b94892: Updated Readme, Centered gif (Findus)
- c11055b: higher quality screencast (Philipp)
- 892703e: moved explanation to top (Findus)
- File is now getting closed by apnotes after writing to it, so that the editor is able to save its edited content afterwards (Philipp)
- Added dry run (Philipp Hentschel)
- f491a76: Default Notes folder hidden in tui interface (Philipp Hentschel)
- 1c595bf: TUI-Client: Only Subject is getting colored in Title-List (Philipp Hentschel)
- 47720f7: TUI-Client/Crate Note: Now able to specify subfoler by splitting title with "/" (Philipp Hentschel)
- 9e25c54: Removed get_subject() from IdentifiableNote trait because not all structs that implement this trait got it. (Philipp)
- b1efe95: Fixed issue with notes that got deleted remotely while being edited locally. Now the app detects this case and reuploads the note. (Philipp)
- eb85ba2: Added documentation for apnotes-tui (Philipp)
- f802ce6: Bumped CI Rust Toolchain version to 1.57.0 (Philipp)
- 46542df: Bumped App Version to 0.3.9 (Philipp)
- c6ec141: Fixed CI Chain build errors (Philipp)
- 7bffd25: Added migration scripts (Philipp)
- a301a1c: Added update table statement in migration script so that default values is set for every existing note (Philipp Hentschel)
- c357158: mentioned merge hotkey in tui client (Philipp Hentschel)
0.3.8
Commits
- b94cb3d: Implemented check to see if the secret-service data provider is currently active or locket, if it is locked an error gets thrown. (Philipp Hentschel)
- a48fcad: Reworked error handling, every error type now has an error code (for the return type), and a short description on what went wrong. (Philipp Hentschel)
- 1a744a3: Removed unnecessary force unwrap (Philipp Hentschel)
- ed7d667: Changes error code of secret service error message (Philipp Hentschel)
- a0017a0: Changed error codes so that they are < 256 (Philipp Hentschel)
- de5147c: Changed error codes so that they are < 256 (Philipp Hentschel)
- cc2ed51: Removed unix dependencies from windows build (Philipp)
- 9be652f: added loc counter, aur version tracker to readme (Findus)
- 4814fd6: added github actions ci status to readme (Findus)
- 7ec71c2: Removed old, outdated script example files (Philipp)
- 8c68d73: Added config file examples for secret service (Philipp)
- 27337aa: Started writing man page entries (Philipp)
- c97aafe: Created man page for apnotes (Philipp)
- ee07284: Wrote short description (Philipp)
- cde9784: Added further explanations to all commands (Philipp)
- 68e42d9: added --folder flag description for the new command (Philipp)
- 38ce3f7: added todo (Philipp)
- 3231ae7: TUI Client Bugfix: "New Note:" prefix does not get passed to new note subject after creating new note (Philipp)
- 2842f84: Added (5) man page (Philipp)
- 1dfefc9: Fixed typo (Philipp)
- 673d691: removed man page generator rs file (Philipp)
- f5c92df: added unix flags in unittests so that tests run on windows (Philipp)
- 9661e76: Fixed tabs (Philipp Hentschel)
- a315561: Fixed typos (Philipp Hentschel)
- 613e8b6: Implemented build script that builds the man pages (Philipp Hentschel)
- 99f0a29: Bumped version to 0.3.8 (Philipp Hentschel)
- a5a7ff2: github action: add scdoc (Philipp Hentschel)
- 9982778: Ignored secret service test because it is dependent of a 3rd party tool (Philipp Hentschel)
0.3.7
Commits
- 7bb59ab: Moved to Clap Beta version to get autocompletion (Philipp)
- 4d288c0: Added --names argument to only print the names of all notes inside the list subcommand (Philipp Hentschel)
- b6c8ff5: Removed unnecessary log statements in stdout (Philipp Hentschel)
- e2e5e01: Added complete statement to bash file (Philipp Hentschel)
- 5eb001c: Changed list command autocompletion, if the user inserts a "-" the autocompletion shows possible arguments (Philipp Hentschel)
- 07146d5: Moved config and db directories to apnotes folder (Philipp Hentschel)
- c28943a: New Feature: secret-service integration (Philipp Hentschel)
- 42ad20f: Wrote unittests for test parsing (Philipp Hentschel)
- 39d343e: Version bump to 0.3.7 (Philipp Hentschel)
0.3.6
Commits
- Version now gets parsed out of cargo.toml file (Philipp Hentschel)
- c09f3e6: Removed double declaration of the send trait (Philipp Hentschel)
- 4808dfd: Renamed IdentifyableNote trait to IdentifiableNote (Philipp Hentschel)
- 76bf86f: Bumped automock to ver 0.9.1 (Philipp Hentschel)
- d596b52: Introduced new Syncresult struct that replaces the unintuitive tuple that got returned by the sync method (Philipp Hentschel)
- 98f75fb: Removed author from clap (Philipp Hentschel)
- 66dd7a4: Added debug flag to database path printing on startup (Philipp Hentschel)
- 042e56c: Renamed Project to apnotes (Philipp Hentschel)
0.3.5
Commits
- 5c8ed29: Create LICENSE (Findus) #5
- 607dae0: Version set to 0.3.5 (Philipp Hentschel)
- fixed typo (Philipp Hentschel)