Skip to content

Releases: mehmetseckin/todo-cli

0.2.0.15

27 Mar 13:10
Compare
Choose a tag to compare
0.2.0.15 Pre-release
Pre-release

Changes:

  • 8011f48 fix: Remove all console clearing elements
  • bd0b722 feat: Add remove list capability
  • 0643841 fix: Correct behaviour of list command, remove unused code
  • 2d9e42c refactor: Remove unnecessary handler and version option
  • e92e76c refactor: Remove unnecessary default information
  • 1cf7329 feat: add remove by id support
  • ce35558 Update README.md [skip ci]
  • f5eedfc Update README.md
  • 7c2beb6 test: update CompleteCommandTests to cover new scenarios
  • 242ff9a feat: add list, older-than, all options for complete command
See More
  • 29896f6 feat: fix output preference for subcommands
  • 6c80077 ci: remove bundling tasks
  • 15f67fe refactor: remove bundling logic
  • d242a6b refactor: update project file to include icon for macOS app bundle
  • 6b7860a feat: add output parameter and JSON output support
  • b8e92bd ci: optimize test execution in CD pipeline - Add central test stage that runs once before all builds - Remove per-platform test stages - Update build dependencies to depend on central test stage
  • 9eb006e ci: fix release stage dependencies
  • d86fa2d ci: improve test reporting in CI pipeline - Split build and test steps for better visibility - Add test result publishing - Configure test logging and result directory
  • ced7efb ci: add test stage to build pipeline - Add unit test execution before build stage - Configure test result publishing - Make build stage depend on test stage completion
  • 3637594 fix: add required CFBundleShortVersionString for macOS bundle - Add CFBundleShortVersionString to project file - Pass version numbers to bundle task in build script
  • cc009ec feat: add cross-platform icon support - Add macOS app bundle support with .icns icon - Add Linux desktop integration with .desktop file - Update build scripts for platform-specific packaging
  • 4f3589f feat: add application icon to executables
  • 10ed2e2 refactor: switch to hardcoded configuration - Remove appsettings.json and related file loading logic, add hardcoded ClientId and Scopes, update Program.cs, remove copy step from build template
  • 305fd58 fix: update build template for Windows compatibility
  • e9e423b feat: improve release configurations and pipeline setup
  • 5a436ce feat: implement platform-specific secure key storage - Use DPAPI on Windows, Keychain on macOS, and Secret Service on Linux for secure key storage
  • 52bd562 fix: improve token caching and cross-platform support - Add silent token acquisition, replace Windows-specific ProtectedData with AesGcm, store token cache in user home directory. Fixes #1 - Linux support
  • 63f3b31 refactor: improve user interaction and error handling - Add IUserInteraction interface, implement colored output, update command handlers
  • d0d42d4 feat: add --completed option to remove command to filter completed items
  • 4676aba Merge pull request #27 from mehmetseckin/dependabot/nuget/src/Todo.Core/Microsoft.Identity.Client-4.61.3
  • 09f9e76 Merge pull request #25 from Regenhardt/master
  • 583f6df Bump Microsoft.Identity.Client from 4.59.0 to 4.61.3 in /src/Todo.Core
  • cd9876f Add paging to complete and remove prompts
  • a4dc880 Add option to remove all items fitting the filter
  • e5b867a Merge branch 'mehmetseckin:master' into master
  • e7740fe Get all tasks when MS Graph returns only the first page
  • 4be003b Merge pull request #23 from Regenhardt/master
  • bb05810 Add explicit pool for release stage
  • 0b9569a Fix item completed date format string
  • b6df851 Add filters to list/remove items completes before a given date
  • 142c560 Remove completed date from item output when --noStatus is used
  • a799087 Chagne another win10 -> win
  • ca2eda6 Update another runtime identifier
  • 2cc2bc5 Update readme
  • ec395bc Update runtime identifiers
  • fc04fb0 Upgrade to Microsoft To Do and .NET 8
  • b7817ff Merge branch 'master' into multiple-selection
  • d58f3bb Revert redirect URI to localhost
  • 68fc021 Merge branch 'master' into multiple-selection
  • 1e696cf Update redirect URI for new application registration
  • 1d6d4b1 Merge branch 'master' into multiple-selection
  • eafd835 Update application ID
  • 32e8af3 Remove misplaced single quote [skip ci]
  • fd1983e Add multiple selection support for complete command
  • 0cf0537 Add multiple selection support for remove command
  • d2f3866 Remove draft, correct pre-release flag [skip ci]
  • f48c885 Add display name for script task [skip ci]
  • 8147fc9 Use single quotes to allow substitution [skip ci]
  • 9492fba Bump version to 0.1.3
  • b712f29 Remove trailing slashes
  • d9227b7 Use correct tag source
  • 7bd2ac7 Bump version to 0.1.2
  • 21daa9c Use mkdir instead of md
  • f84d16b Bump version to 0.1.1
  • d57f313 Update release to archive and publish artifacts
  • 0b32c89 Add Install notes
  • d2b5fe7 Update badges [skip ci]
  • 1763d48 Depend Release stage on all build stages
  • 56c004c Refactor job names
  • 6086378 Use valid stage and job names
  • 4f2418f Move variables within stage
  • ef22d50 Create github release with published artifacts
  • 48e67e6 Remove target specific pipelines, add CD pipeline
  • 80515eb Use pipeline artifacts
  • def88e1 Use better artifact names
  • 1cf9532 Set assembly version during build
  • 373c888 Bump version number to 0.1.0
  • 10b147c Add remove command [ #8 ]
  • 7c3db2d Improve list format [ #5 ]
  • 0ec91f0 Clear console after completing an item
  • b532e3e Use semver compatible assembly version numbers
  • 5d22fff Remove GitHub CI workflow [skip ci]
  • e8a2e9e Add status badges per platform [skip ci]
  • 66e7cdc Remove PublishReadyToRun option
  • 72fe842 Correct typo, build win10 in windows
  • fdd69f4 Add release specific configuration
  • 856e3db Remove unnecessary build tasks
  • 1a4e581 Specify output directories
  • d6cb387 Add numbering formats
  • 996a386 Add win10, osx and linux builds
  • 1b2c07a Add PR trigger
  • 1b87cd3 Remove publish task
  • 43a060c Rename build variable
  • 641cd1d Enable invariant globalisation to reduce output assembly size
  • f2d6943 Update ci.yml for Azure Pipelines
  • 52a82d5 Update ci.yml for Azure Pipelines
  • 9cfed9c Set up CI with Azure Pipelines
  • 9ec3717 Add tribute to Inquirer.cs
  • 5c1292d Add complete command (#9)
  • d9e29e6 Implement complete command
  • 7d3f14a Return identifiers with todo items
  • 0f763e8 Add some more information on README.md
  • 9abeb9e Use data model when adding a new item (#4)
  • 54e8663 Use data model when adding a new item
  • 6fa7e49 Implement --all option (#3)
  • 0349317 Implement --all option
  • 116a5bd Implement add command (#2)
  • c3...
Read more

0.2.0.12

27 Mar 12:19
Compare
Choose a tag to compare
0.2.0.12 Pre-release
Pre-release

Changes:

  • bd0b722 feat: Add remove list capability
  • 0643841 fix: Correct behaviour of list command, remove unused code
  • 2d9e42c refactor: Remove unnecessary handler and version option
  • e92e76c refactor: Remove unnecessary default information
  • 1cf7329 feat: add remove by id support
  • ce35558 Update README.md [skip ci]
  • f5eedfc Update README.md
  • 7c2beb6 test: update CompleteCommandTests to cover new scenarios
  • 242ff9a feat: add list, older-than, all options for complete command
  • 29896f6 feat: fix output preference for subcommands
See More
  • 6c80077 ci: remove bundling tasks
  • 15f67fe refactor: remove bundling logic
  • d242a6b refactor: update project file to include icon for macOS app bundle
  • 6b7860a feat: add output parameter and JSON output support
  • b8e92bd ci: optimize test execution in CD pipeline - Add central test stage that runs once before all builds - Remove per-platform test stages - Update build dependencies to depend on central test stage
  • 9eb006e ci: fix release stage dependencies
  • d86fa2d ci: improve test reporting in CI pipeline - Split build and test steps for better visibility - Add test result publishing - Configure test logging and result directory
  • ced7efb ci: add test stage to build pipeline - Add unit test execution before build stage - Configure test result publishing - Make build stage depend on test stage completion
  • 3637594 fix: add required CFBundleShortVersionString for macOS bundle - Add CFBundleShortVersionString to project file - Pass version numbers to bundle task in build script
  • cc009ec feat: add cross-platform icon support - Add macOS app bundle support with .icns icon - Add Linux desktop integration with .desktop file - Update build scripts for platform-specific packaging
  • 4f3589f feat: add application icon to executables
  • 10ed2e2 refactor: switch to hardcoded configuration - Remove appsettings.json and related file loading logic, add hardcoded ClientId and Scopes, update Program.cs, remove copy step from build template
  • 305fd58 fix: update build template for Windows compatibility
  • e9e423b feat: improve release configurations and pipeline setup
  • 5a436ce feat: implement platform-specific secure key storage - Use DPAPI on Windows, Keychain on macOS, and Secret Service on Linux for secure key storage
  • 52bd562 fix: improve token caching and cross-platform support - Add silent token acquisition, replace Windows-specific ProtectedData with AesGcm, store token cache in user home directory. Fixes #1 - Linux support
  • 63f3b31 refactor: improve user interaction and error handling - Add IUserInteraction interface, implement colored output, update command handlers
  • d0d42d4 feat: add --completed option to remove command to filter completed items
  • 4676aba Merge pull request #27 from mehmetseckin/dependabot/nuget/src/Todo.Core/Microsoft.Identity.Client-4.61.3
  • 09f9e76 Merge pull request #25 from Regenhardt/master
  • 583f6df Bump Microsoft.Identity.Client from 4.59.0 to 4.61.3 in /src/Todo.Core
  • cd9876f Add paging to complete and remove prompts
  • a4dc880 Add option to remove all items fitting the filter
  • e5b867a Merge branch 'mehmetseckin:master' into master
  • e7740fe Get all tasks when MS Graph returns only the first page
  • 4be003b Merge pull request #23 from Regenhardt/master
  • bb05810 Add explicit pool for release stage
  • 0b9569a Fix item completed date format string
  • b6df851 Add filters to list/remove items completes before a given date
  • 142c560 Remove completed date from item output when --noStatus is used
  • a799087 Chagne another win10 -> win
  • ca2eda6 Update another runtime identifier
  • 2cc2bc5 Update readme
  • ec395bc Update runtime identifiers
  • fc04fb0 Upgrade to Microsoft To Do and .NET 8
  • b7817ff Merge branch 'master' into multiple-selection
  • d58f3bb Revert redirect URI to localhost
  • 68fc021 Merge branch 'master' into multiple-selection
  • 1e696cf Update redirect URI for new application registration
  • 1d6d4b1 Merge branch 'master' into multiple-selection
  • eafd835 Update application ID
  • 32e8af3 Remove misplaced single quote [skip ci]
  • fd1983e Add multiple selection support for complete command
  • 0cf0537 Add multiple selection support for remove command
  • d2f3866 Remove draft, correct pre-release flag [skip ci]
  • f48c885 Add display name for script task [skip ci]
  • 8147fc9 Use single quotes to allow substitution [skip ci]
  • 9492fba Bump version to 0.1.3
  • b712f29 Remove trailing slashes
  • d9227b7 Use correct tag source
  • 7bd2ac7 Bump version to 0.1.2
  • 21daa9c Use mkdir instead of md
  • f84d16b Bump version to 0.1.1
  • d57f313 Update release to archive and publish artifacts
  • 0b32c89 Add Install notes
  • d2b5fe7 Update badges [skip ci]
  • 1763d48 Depend Release stage on all build stages
  • 56c004c Refactor job names
  • 6086378 Use valid stage and job names
  • 4f2418f Move variables within stage
  • ef22d50 Create github release with published artifacts
  • 48e67e6 Remove target specific pipelines, add CD pipeline
  • 80515eb Use pipeline artifacts
  • def88e1 Use better artifact names
  • 1cf9532 Set assembly version during build
  • 373c888 Bump version number to 0.1.0
  • 10b147c Add remove command [ #8 ]
  • 7c3db2d Improve list format [ #5 ]
  • 0ec91f0 Clear console after completing an item
  • b532e3e Use semver compatible assembly version numbers
  • 5d22fff Remove GitHub CI workflow [skip ci]
  • e8a2e9e Add status badges per platform [skip ci]
  • 66e7cdc Remove PublishReadyToRun option
  • 72fe842 Correct typo, build win10 in windows
  • fdd69f4 Add release specific configuration
  • 856e3db Remove unnecessary build tasks
  • 1a4e581 Specify output directories
  • d6cb387 Add numbering formats
  • 996a386 Add win10, osx and linux builds
  • 1b2c07a Add PR trigger
  • 1b87cd3 Remove publish task
  • 43a060c Rename build variable
  • 641cd1d Enable invariant globalisation to reduce output assembly size
  • f2d6943 Update ci.yml for Azure Pipelines
  • 52a82d5 Update ci.yml for Azure Pipelines
  • 9cfed9c Set up CI with Azure Pipelines
  • 9ec3717 Add tribute to Inquirer.cs
  • 5c1292d Add complete command (#9)
  • d9e29e6 Implement complete command
  • 7d3f14a Return identifiers with todo items
  • 0f763e8 Add some more information on README.md
  • 9abeb9e Use data model when adding a new item (#4)
  • 54e8663 Use data model when adding a new item
  • 6fa7e49 Implement --all option (#3)
  • 0349317 Implement --all option
  • 116a5bd Implement add command (#2)
  • c33562f Implement add command
  • 9f4cc4a...
Read more

0.2.0.10

25 Mar 01:31
Compare
Choose a tag to compare
0.2.0.10 Pre-release
Pre-release

Changes:

  • b8e92bd ci: optimize test execution in CD pipeline - Add central test stage that runs once before all builds - Remove per-platform test stages - Update build dependencies to depend on central test stage
  • 9eb006e ci: fix release stage dependencies
  • d86fa2d ci: improve test reporting in CI pipeline - Split build and test steps for better visibility - Add test result publishing - Configure test logging and result directory
  • ced7efb ci: add test stage to build pipeline - Add unit test execution before build stage - Configure test result publishing - Make build stage depend on test stage completion
  • 3637594 fix: add required CFBundleShortVersionString for macOS bundle - Add CFBundleShortVersionString to project file - Pass version numbers to bundle task in build script
  • cc009ec feat: add cross-platform icon support - Add macOS app bundle support with .icns icon - Add Linux desktop integration with .desktop file - Update build scripts for platform-specific packaging
  • 4f3589f feat: add application icon to executables
  • 10ed2e2 refactor: switch to hardcoded configuration - Remove appsettings.json and related file loading logic, add hardcoded ClientId and Scopes, update Program.cs, remove copy step from build template
  • 305fd58 fix: update build template for Windows compatibility
  • e9e423b feat: improve release configurations and pipeline setup
See More
  • 5a436ce feat: implement platform-specific secure key storage - Use DPAPI on Windows, Keychain on macOS, and Secret Service on Linux for secure key storage
  • 52bd562 fix: improve token caching and cross-platform support - Add silent token acquisition, replace Windows-specific ProtectedData with AesGcm, store token cache in user home directory. Fixes #1 - Linux support
  • 63f3b31 refactor: improve user interaction and error handling - Add IUserInteraction interface, implement colored output, update command handlers
  • d0d42d4 feat: add --completed option to remove command to filter completed items
  • 4676aba Merge pull request #27 from mehmetseckin/dependabot/nuget/src/Todo.Core/Microsoft.Identity.Client-4.61.3
  • 09f9e76 Merge pull request #25 from Regenhardt/master
  • 583f6df Bump Microsoft.Identity.Client from 4.59.0 to 4.61.3 in /src/Todo.Core
  • cd9876f Add paging to complete and remove prompts
  • a4dc880 Add option to remove all items fitting the filter
  • e5b867a Merge branch 'mehmetseckin:master' into master
  • e7740fe Get all tasks when MS Graph returns only the first page
  • 4be003b Merge pull request #23 from Regenhardt/master
  • bb05810 Add explicit pool for release stage
  • 0b9569a Fix item completed date format string
  • b6df851 Add filters to list/remove items completes before a given date
  • 142c560 Remove completed date from item output when --noStatus is used
  • a799087 Chagne another win10 -> win
  • ca2eda6 Update another runtime identifier
  • 2cc2bc5 Update readme
  • ec395bc Update runtime identifiers
  • fc04fb0 Upgrade to Microsoft To Do and .NET 8
  • b7817ff Merge branch 'master' into multiple-selection
  • d58f3bb Revert redirect URI to localhost
  • 68fc021 Merge branch 'master' into multiple-selection
  • 1e696cf Update redirect URI for new application registration
  • 1d6d4b1 Merge branch 'master' into multiple-selection
  • eafd835 Update application ID
  • 32e8af3 Remove misplaced single quote [skip ci]
  • fd1983e Add multiple selection support for complete command
  • 0cf0537 Add multiple selection support for remove command
  • d2f3866 Remove draft, correct pre-release flag [skip ci]
  • f48c885 Add display name for script task [skip ci]
  • 8147fc9 Use single quotes to allow substitution [skip ci]
  • 9492fba Bump version to 0.1.3
  • b712f29 Remove trailing slashes
  • d9227b7 Use correct tag source
  • 7bd2ac7 Bump version to 0.1.2
  • 21daa9c Use mkdir instead of md
  • f84d16b Bump version to 0.1.1
  • d57f313 Update release to archive and publish artifacts
  • 0b32c89 Add Install notes
  • d2b5fe7 Update badges [skip ci]
  • 1763d48 Depend Release stage on all build stages
  • 56c004c Refactor job names
  • 6086378 Use valid stage and job names
  • 4f2418f Move variables within stage
  • ef22d50 Create github release with published artifacts
  • 48e67e6 Remove target specific pipelines, add CD pipeline
  • 80515eb Use pipeline artifacts
  • def88e1 Use better artifact names
  • 1cf9532 Set assembly version during build
  • 373c888 Bump version number to 0.1.0
  • 10b147c Add remove command [ #8 ]
  • 7c3db2d Improve list format [ #5 ]
  • 0ec91f0 Clear console after completing an item
  • b532e3e Use semver compatible assembly version numbers
  • 5d22fff Remove GitHub CI workflow [skip ci]
  • e8a2e9e Add status badges per platform [skip ci]
  • 66e7cdc Remove PublishReadyToRun option
  • 72fe842 Correct typo, build win10 in windows
  • fdd69f4 Add release specific configuration
  • 856e3db Remove unnecessary build tasks
  • 1a4e581 Specify output directories
  • d6cb387 Add numbering formats
  • 996a386 Add win10, osx and linux builds
  • 1b2c07a Add PR trigger
  • 1b87cd3 Remove publish task
  • 43a060c Rename build variable
  • 641cd1d Enable invariant globalisation to reduce output assembly size
  • f2d6943 Update ci.yml for Azure Pipelines
  • 52a82d5 Update ci.yml for Azure Pipelines
  • 9cfed9c Set up CI with Azure Pipelines
  • 9ec3717 Add tribute to Inquirer.cs
  • 5c1292d Add complete command (#9)
  • d9e29e6 Implement complete command
  • 7d3f14a Return identifiers with todo items
  • 0f763e8 Add some more information on README.md
  • 9abeb9e Use data model when adding a new item (#4)
  • 54e8663 Use data model when adding a new item
  • 6fa7e49 Implement --all option (#3)
  • 0349317 Implement --all option
  • 116a5bd Implement add command (#2)
  • c33562f Implement add command
  • 9f4cc4a Improve syntax
  • 05fbf2a Implement simple repository pattern (#1)
  • 1b10221 Implement simple repository pattern
  • aeef9e8 Merge branch 'master' of https://github.com/mehmetseckin/todo-cli
  • e202d5c Center and resize logo
  • ddf75e7 Specify solution to build
  • 3a6f350 Add CI action
  • 928929b Add logo, update description
  • 0d3e49c Add simple token cache mechanism
  • 9e15c0a Add list command
  • a5afc14 Add a core library and a class to retrieve todo items
  • 3a8a317 Add starter CLI project
  • be1a3af Add a simple CLI application

This list of changes was auto generated.

0.1.3.18

23 Feb 01:31
4be003b
Compare
Choose a tag to compare
0.1.3.18 Pre-release
Pre-release

Changes:

  • 4be003b Merge pull request #23 from Regenhardt/master
  • bb05810 Add explicit pool for release stage
  • 0b9569a Fix item completed date format string
  • b6df851 Add filters to list/remove items completes before a given date
  • 142c560 Remove completed date from item output when --noStatus is used
  • a799087 Chagne another win10 -> win
  • ca2eda6 Update another runtime identifier
  • 2cc2bc5 Update readme
  • ec395bc Update runtime identifiers
  • fc04fb0 Upgrade to Microsoft To Do and .NET 8
See More
  • b7817ff Merge branch 'master' into multiple-selection
  • d58f3bb Revert redirect URI to localhost
  • 68fc021 Merge branch 'master' into multiple-selection
  • 1e696cf Update redirect URI for new application registration
  • 1d6d4b1 Merge branch 'master' into multiple-selection
  • eafd835 Update application ID
  • 32e8af3 Remove misplaced single quote [skip ci]
  • fd1983e Add multiple selection support for complete command
  • 0cf0537 Add multiple selection support for remove command
  • d2f3866 Remove draft, correct pre-release flag [skip ci]
  • f48c885 Add display name for script task [skip ci]
  • 8147fc9 Use single quotes to allow substitution [skip ci]
  • 9492fba Bump version to 0.1.3
  • b712f29 Remove trailing slashes
  • d9227b7 Use correct tag source
  • 7bd2ac7 Bump version to 0.1.2
  • 21daa9c Use mkdir instead of md
  • f84d16b Bump version to 0.1.1
  • d57f313 Update release to archive and publish artifacts
  • 0b32c89 Add Install notes
  • d2b5fe7 Update badges [skip ci]
  • 1763d48 Depend Release stage on all build stages
  • 56c004c Refactor job names
  • 6086378 Use valid stage and job names
  • 4f2418f Move variables within stage
  • ef22d50 Create github release with published artifacts
  • 48e67e6 Remove target specific pipelines, add CD pipeline
  • 80515eb Use pipeline artifacts
  • def88e1 Use better artifact names
  • 1cf9532 Set assembly version during build
  • 373c888 Bump version number to 0.1.0
  • 10b147c Add remove command [ #8 ]
  • 7c3db2d Improve list format [ #5 ]
  • 0ec91f0 Clear console after completing an item
  • b532e3e Use semver compatible assembly version numbers
  • 5d22fff Remove GitHub CI workflow [skip ci]
  • e8a2e9e Add status badges per platform [skip ci]
  • 66e7cdc Remove PublishReadyToRun option
  • 72fe842 Correct typo, build win10 in windows
  • fdd69f4 Add release specific configuration
  • 856e3db Remove unnecessary build tasks
  • 1a4e581 Specify output directories
  • d6cb387 Add numbering formats
  • 996a386 Add win10, osx and linux builds
  • 1b2c07a Add PR trigger
  • 1b87cd3 Remove publish task
  • 43a060c Rename build variable
  • 641cd1d Enable invariant globalisation to reduce output assembly size
  • f2d6943 Update ci.yml for Azure Pipelines
  • 52a82d5 Update ci.yml for Azure Pipelines
  • 9cfed9c Set up CI with Azure Pipelines
  • 9ec3717 Add tribute to Inquirer.cs
  • 5c1292d Add complete command (#9)
  • d9e29e6 Implement complete command
  • 7d3f14a Return identifiers with todo items
  • 0f763e8 Add some more information on README.md
  • 9abeb9e Use data model when adding a new item (#4)
  • 54e8663 Use data model when adding a new item
  • 6fa7e49 Implement --all option (#3)
  • 0349317 Implement --all option
  • 116a5bd Implement add command (#2)
  • c33562f Implement add command
  • 9f4cc4a Improve syntax
  • 05fbf2a Implement simple repository pattern (#1)
  • 1b10221 Implement simple repository pattern
  • aeef9e8 Merge branch 'master' of https://github.com/mehmetseckin/todo-cli
  • e202d5c Center and resize logo
  • ddf75e7 Specify solution to build
  • 3a6f350 Add CI action
  • 928929b Add logo, update description
  • 0d3e49c Add simple token cache mechanism
  • 9e15c0a Add list command
  • a5afc14 Add a core library and a class to retrieve todo items
  • 3a8a317 Add starter CLI project
  • be1a3af Add a simple CLI application

This list of changes was auto generated.

What's Changed

New Contributors

Full Changelog: 0.1.3.5...0.1.3.18

0.1.3.5

22 Jul 15:27
Compare
Choose a tag to compare
0.1.3.5 Pre-release
Pre-release

Changes:

  • b7817ff Merge branch 'master' into multiple-selection
  • d58f3bb Revert redirect URI to localhost
  • 68fc021 Merge branch 'master' into multiple-selection
  • 1e696cf Update redirect URI for new application registration
  • 1d6d4b1 Merge branch 'master' into multiple-selection
  • eafd835 Update application ID
  • 32e8af3 Remove misplaced single quote [skip ci]
  • fd1983e Add multiple selection support for complete command
  • 0cf0537 Add multiple selection support for remove command
  • d2f3866 Remove draft, correct pre-release flag [skip ci]
See More
  • f48c885 Add display name for script task [skip ci]
  • 8147fc9 Use single quotes to allow substitution [skip ci]
  • 9492fba Bump version to 0.1.3
  • b712f29 Remove trailing slashes
  • d9227b7 Use correct tag source
  • 7bd2ac7 Bump version to 0.1.2
  • 21daa9c Use mkdir instead of md
  • f84d16b Bump version to 0.1.1
  • d57f313 Update release to archive and publish artifacts
  • 0b32c89 Add Install notes
  • d2b5fe7 Update badges [skip ci]
  • 1763d48 Depend Release stage on all build stages
  • 56c004c Refactor job names
  • 6086378 Use valid stage and job names
  • 4f2418f Move variables within stage
  • ef22d50 Create github release with published artifacts
  • 48e67e6 Remove target specific pipelines, add CD pipeline
  • 80515eb Use pipeline artifacts
  • def88e1 Use better artifact names
  • 1cf9532 Set assembly version during build
  • 373c888 Bump version number to 0.1.0
  • 10b147c Add remove command [ #8 ]
  • 7c3db2d Improve list format [ #5 ]
  • 0ec91f0 Clear console after completing an item
  • b532e3e Use semver compatible assembly version numbers
  • 5d22fff Remove GitHub CI workflow [skip ci]
  • e8a2e9e Add status badges per platform [skip ci]
  • 66e7cdc Remove PublishReadyToRun option
  • 72fe842 Correct typo, build win10 in windows
  • fdd69f4 Add release specific configuration
  • 856e3db Remove unnecessary build tasks
  • 1a4e581 Specify output directories
  • d6cb387 Add numbering formats
  • 996a386 Add win10, osx and linux builds
  • 1b2c07a Add PR trigger
  • 1b87cd3 Remove publish task
  • 43a060c Rename build variable
  • 641cd1d Enable invariant globalisation to reduce output assembly size
  • f2d6943 Update ci.yml for Azure Pipelines
  • 52a82d5 Update ci.yml for Azure Pipelines
  • 9cfed9c Set up CI with Azure Pipelines
  • 9ec3717 Add tribute to Inquirer.cs
  • 5c1292d Add complete command (#9)
  • d9e29e6 Implement complete command
  • 7d3f14a Return identifiers with todo items
  • 0f763e8 Add some more information on README.md
  • 9abeb9e Use data model when adding a new item (#4)
  • 54e8663 Use data model when adding a new item
  • 6fa7e49 Implement --all option (#3)
  • 0349317 Implement --all option
  • 116a5bd Implement add command (#2)
  • c33562f Implement add command
  • 9f4cc4a Improve syntax
  • 05fbf2a Implement simple repository pattern (#1)
  • 1b10221 Implement simple repository pattern
  • aeef9e8 Merge branch 'master' of https://github.com/mehmetseckin/todo-cli
  • e202d5c Center and resize logo
  • ddf75e7 Specify solution to build
  • 3a6f350 Add CI action
  • 928929b Add logo, update description
  • 0d3e49c Add simple token cache mechanism
  • 9e15c0a Add list command
  • a5afc14 Add a core library and a class to retrieve todo items
  • 3a8a317 Add starter CLI project
  • be1a3af Add a simple CLI application

This list of changes was auto generated.

0.1.3

23 Nov 00:43
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

Changes:

See More

This list of changes was auto generated.