This repository was archived by the owner on Mar 20, 2026. It is now read-only.
Releases: cadamsdev/notex
Releases · cadamsdev/notex
v0.8.1
🐛 Bug Fixes
- Fix issue on large windows where content is not horizontally centered (#79)
❤️ Contributors
- ChadGPT (@cadamsdev)
v0.8.0
🚀 New Features
- Add support for copying images (#76)
🐛 Bug Fixes
- Disable spellcheck for search input and textarea (94b23ac)
🏠 Chores
- Updated bun to v1.3.5 (0add72d)
📖 Documentation
- Updated CONTRIBUTING doc (cc54707)
🤖 Automation
- Move build steps to release workflow (cf3a592)
❤️ Contributors
- Chad Adams (@cadamsdev)
v0.7.1
🐛 Bug Fixes
- Use auto resizable Textarea (#69)
🎨 Styles
- Make app window smaller and more compact (#71)
❤️ Contributors
- Chad Adams (@cadamsdev)
v0.7.0
🚀 New Features
- Can now collapse/expand notes (#65)
🐛 Bug Fixes
- Fix issue showing placeholder text (ae981a7)
- Showing the wrong app version in the settings modal (943d024)
- Update TAG_REGEX to ensure it captures tags starting with a letter (1154ca8)
- Fix create note textbox height (b639b27)
- Fix some scrolling issues (1d9ae2c)
- Fix issue where tags are getting cut off when using hypens (#67)
- Fix showing vertical scrollbar in the notes list (#64)
🏠 Chores
🎨 Styles
- Fix issue with code block border (6f1bbf9)
- Made improvements to light and dark theme (#68)
- Make the tags smaller (83f73a4)
- Improve the button styles (#66)
♻️ Refactors
- Use Vue scoped styles instead of Tailwind (#59)
🤖 Automation
❤️ Contributors
- Chad Adams (@cadamsdev)
v0.6.0
⚠️ Breaking Changes
- Complete Rewrite + Redesign with a focus on the desktop app (#55)
🚀 New Features
- Added a custom shiki code block (#54)
🐛 Bug Fixes
- Set a better default value for APU_URL env var (f2f993d)
- Showing tags when they are adding or removed (7a0a54b)
- Create database.sqlite file if it does not exist (08227da)
- Turn off autocomplete and spellcheck on the TagCombobox input (0c3daa3)
🏠 Chores
🤖 Automation
- Fix issue with Release PR markdown (fc864cc)
❤️ Contributors
- Chad Adams (@cadamsdev)
v0.5.0
v0.4.1
What's Changed
- fix: search bar turn off autocomplete and spellcheck by @cadamsdev in #49
- fix: env var issues when using docker by @cadamsdev in #50
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- feat: implement fuzzy search by @cadamsdev in #47
- fix: tooltip styles by @cadamsdev in #43
- fix: showing placeholder and some styling issues by @cadamsdev in #44
- chore: add bottom margin to headings by @cadamsdev in #42
- chore: migrate to tailwind by @cadamsdev in #45
- chore: decouple api by @cadamsdev in #46
- chore: Created Dockerfile for api server by @cadamsdev in #48
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- fix: issue where adding tag changes notes view by @cadamsdev in #40
- fix: issue showing selected note tags by @cadamsdev in #41
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #36
- fix: sidebar layout shift by @cadamsdev in #37
- chore: fetching note content ondemand by @cadamsdev in #38
- chore: improve focus styles by @cadamsdev in #39
New Contributors
- @dependabot made their first contribution in #36
Full Changelog: v0.3.0...v0.3.1