Releases: nicolasbock/filechooser
Releases · nicolasbock/filechooser
Release 1.3.4
What's Changed
- Another update to the description by @nicolasbock in #229
- Add link to GitHub repository by @nicolasbock in #230
- Add more statistics by @nicolasbock in #231
- Add script to update program options for docs by @nicolasbock in #232
- Add logging to journald by @nicolasbock in #224
- Remove design goals by @nicolasbock in #233
- Add formatting and documentation checks to workflows by @nicolasbock in #234
- Add
--config
option for configuration files by @nicolasbock in #236 - Add systemd integration to docs by @nicolasbock in #237
- Update Go workflow by @nicolasbock in #238
- Refactor code into multiple files by @nicolasbock in #240
- Upgrade dependency by @nicolasbock in #241
- Finish refactor of command line by @nicolasbock in #242
- Re-add deprecated destination-options by @nicolasbock in #243
Full Changelog: 1.3.3...1.3.4
Release 1.3.3
What's Changed
- Add TestExpireOldDBEntries test by @nicolasbock in #191
- Add TestMergeFiles test by @nicolasbock in #192
- Add test TestRefreshLastPicked by @nicolasbock in #193
- Add more information on pickFiles by @nicolasbock in #194
- Add (empty) tests for all functions used by @nicolasbock in #195
- Fix broken link by @nicolasbock in #190
- Fix broken documentation CI workflow by @nicolasbock in #197
- Update usage information by @nicolasbock in #198
- Add
develop
branch to CI testing by @nicolasbock in #200 - Refactor PickFiles method by @nicolasbock in #196
- Start working on issue by @nicolasbock in #212
- Add (w)eeks as duration unit by @nicolasbock in #213
- Warn if duplicated filenames are found by @nicolasbock in #214
- Use
path.Join
instead of string concatenations by @nicolasbock in #215 - Add more debugging output by @nicolasbock in #216
- Combine
--append
and--delete-existing
by @nicolasbock in #217 - Exit when resetting database by @nicolasbock in #218
- Do not empty destination if no files picked by @nicolasbock in #220
- Write database to file by @nicolasbock in #219
- Add tips and tricks by @nicolasbock in #221
- Add some simple database statistics by @nicolasbock in #222
- Rename output file on collision by @nicolasbock in #223
- Rename option to
--print-database-statistics
by @nicolasbock in #225 - Add more functional tests by @nicolasbock in #226
- Print database to stdout if requested by @nicolasbock in #227
- Add more detail to the description by @nicolasbock in #228
Full Changelog: 1.3.2...1.3.3
Release 1.3.2
What's Changed
- Remove Python version by @nicolasbock in #172
- Add autorotate script to snap by @nicolasbock in #173
- Add logic to remove existing files in destination by @nicolasbock in #176
- Add bash completion scripts by @nicolasbock in #178
- Add option to append files to destination by @nicolasbock in #179
- Add YAML output format for database by @nicolasbock in #180
- Update documentation by @nicolasbock in #181
- Add option to reset database by @nicolasbock in #184
- Updated documentation configuration by @nicolasbock in #185
- Add readthedocs.yaml configuration file by @nicolasbock in #187
- Refactor documentation by @nicolasbock in #188
- Do not proceed if there are not folders by @nicolasbock in #189
- Add option to block selection of files by @nicolasbock in #186
Full Changelog: 1.3.1...1.3.2
Release 1.3.1
What's Changed
- Help description updates by @nicolasbock in #161
- Bump github.com/rs/zerolog from 1.29.1 to 1.30.0 by @dependabot in #169
- Add
--verbose
option by @nicolasbock in #168 - Remove badge for PyPi by @nicolasbock in #170
- Update design goals by @nicolasbock in #171
Full Changelog: v1.3.0...1.3.1
Release v1.3.0
What's Changed
- Remove python workflows by @nicolasbock in #155
- Print version more often by @nicolasbock in #157
- Add database dump in CSV format by @nicolasbock in #158
- Fix snap build by @nicolasbock in #160
Full Changelog: v1.2.0...v1.3.0
Release v1.2.0
What's Changed
- Convert README back to rst format by @nicolasbock in #130
- Add "language" to code-block by @nicolasbock in #131
- Refactor a bit by @nicolasbock in #133
- db by @nicolasbock in #134
- Organize the badges by @nicolasbock in #132
- Fix formatting by @nicolasbock in #135
- Simplify markup in README by @nicolasbock in #136
- Change timestamp to UTC by @nicolasbock in #137
- Add database entry expiration by @nicolasbock in #138
- Package by @nicolasbock in #139
- Fix missing package dependency by @nicolasbock in #140
- Add unit test by @nicolasbock in #142
- Add coverage test by @nicolasbock in #141
- Small edits for design goals by @nicolasbock in #143
- Add test for getDBPath by @nicolasbock in #144
- Fix table formatting by @nicolasbock in #145
- Add missing dependency to fix debian build by @nicolasbock in #146
- Add Debian package badge by @nicolasbock in #148
- Add artifacts for debian package by @nicolasbock in #147
- Some package updates by @nicolasbock in #152
- Add option to print out database by @nicolasbock in #151
Full Changelog: v1.1.0...v1.2.0
Release v1.1.0
What's Changed
- Make python version default in snap by @nicolasbock in #88
- Add design goal by @nicolasbock in #90
- Switch to gnuflag module by @nicolasbock in #89
- Update README.md by @nicolasbock in #91
- Add plugs for file access by @nicolasbock in #92
- Add copy function so that files are copied to destination by @nicolasbock in #93
- Add program description to help by @nicolasbock in #94
- Add more details to design goals by @nicolasbock in #95
- Use basename of executable in help by @nicolasbock in #96
- Add script to generate artifacts for testing by @nicolasbock in #97
- Create destination directory by @nicolasbock in #98
- Abort if destination folder exists by @nicolasbock in #99
- Add test to CI by @nicolasbock in #100
- Split tests in CI by @nicolasbock in #101
- Update usage formatting by @nicolasbock in #102
- Refactor main a little by @nicolasbock in #103
- dry run by @nicolasbock in #104
- logging by @nicolasbock in #105
- Add better logging by @nicolasbock in #106
- Test all Go versions by @nicolasbock in #109
- Store when file was last chosen by @nicolasbock in #107
- Do not test on Go 1.16 anymore by @nicolasbock in #110
- Bump golang.org/x/sys from 0.0.0-20210927094055-39ccf1dd6fa6 to 0.1.0 by @dependabot in #108
- Create SECURITY.md by @nicolasbock in #111
- Update dependabot.yaml by @nicolasbock in #112
- Create codeql.yml by @nicolasbock in #113
- Update SECURITY.md by @nicolasbock in #114
- Create dependency-review.yml by @nicolasbock in #115
- Add logo to snap by @nicolasbock in #116
- Move snapstore icon out of the way by @nicolasbock in #117
- Update copyright by @nicolasbock in #118
- suffix by @nicolasbock in #119
- Make Go version the default in snap by @nicolasbock in #121
- Update usage information by @nicolasbock in #122
- Database by @nicolasbock in #123
- Add DB schema by @nicolasbock in #124
- Update design docs by @nicolasbock in #125
- More design goals updates by @nicolasbock in #126
- Update design_goals.rst by @nicolasbock in #127
- snapinfo by @nicolasbock in #128
- Updated database handling by @nicolasbock in #129
New Contributors
- @dependabot made their first contribution in #108
Full Changelog: v1.0.0...v1.1.0
Release v1.0.0
What's Changed
- Link
README.rst
andindex.rst
by @nicolasbock in #63 - Add CI badge by @nicolasbock in #64
- Fix badge by @nicolasbock in #65
- Add devcontainer configuration by @nicolasbock in #66
- Fix Makefile by @nicolasbock in #69
- Fix branch names by @nicolasbock in #70
- Go version by @nicolasbock in #71
- Create dependabot.yml by @nicolasbock in #73
- Add snap package by @nicolasbock in #72
- Update README.rst by @nicolasbock in #74
- Add step name to workflow by @nicolasbock in #75
- Rename binary to pick-files by @nicolasbock in #77
- Add automatic versioning of program by @nicolasbock in #76
- Create LICENSE by @nicolasbock in #78
- Main by @nicolasbock in #79
- Switch snap to go version by @nicolasbock in #80
- Update snap description by @nicolasbock in #81
- Update README with snap installation by @nicolasbock in #82
- Convert README to markdown by @nicolasbock in #83
- Bring the badges closer together by @nicolasbock in #85
- Update README.md by @nicolasbock in #86
- Update README.md by @nicolasbock in #87
- Add Python version to snap by @nicolasbock in #84
Full Changelog: v0.1.9...v1.0.0
Release v0.1.9
Maintenance release
Release v0.1.8
Bugfix