Skip to content

Releases: hyperpoints/synthona-electron

🌱📚 1.2.95 - editor fullscreen toggle bug fix

13 Jul 19:59

Choose a tag to compare

Full Changelog: v1.2.94...1.2.95

  • basically just updated the client GUI build to fix a couple of annoying issues in the text editor
  • fixed issue where text editor would become stuck/uneditable after toggling editor fullscreen
  • removed code that was causing the editor to scroll when you hit enter

🌱💛 v1.2.94 - initialization bug fix

29 Apr 23:19

Choose a tag to compare

  • fix for an issue where config would not be initialized properly on startup

🌱💛 v1.2.93 - line wrapping fix

17 Apr 02:04

Choose a tag to compare

🌱💛 v1.2.92 - bullet point fix

16 Apr 23:21

Choose a tag to compare

  • hopefully the last patch for v1.2.9! this build fixes a funny and tiny little bug where the cursor was offset strangely in bullet points

🌱💛 v1.2.91 - fast follow patch

14 Apr 02:54

Choose a tag to compare

  • fixed an existing bug where links would line wrap wierd
  • fixed edge case permissions bug where another synthona account on the same physical device could access another user's nodes if they had the uuid such as through an import

🌈✨💛 1.2.9 - renderlinking

11 Apr 22:52

Choose a tag to compare

What's Changed

  • moving from sequelize to knex.js. the reasons for this are essentially that sequelize is a large and complicated library whose syntax is far too different from how SQL is actually written. while it's true we could just write raw SQL queries i think it's nice to have a library to manage migrations and for our queries to be able to work with our javascript better. knex also provides some other utility functions and tools which are valuable for code re-usability. also gives us more control over our queries and makes writing raw queries easy. another benefit, the ability to quickly swap database tech
  • in my tests, knex also seems to be a little faster than sequelize. plus, now join queries are easier
  • there's also a bug fix in here for the authentication system to catch an error which was missed
  • contextual create feature similar to obsidian, add links to other nodes through [[double brackets]]
  • right+click or shift click on links in the text editor to open them instantly
  • short term memory for [[renderlinking]] where if you keep typing the same [[phrase]] [[phrase]] it will go down the list, matching a new note each time as long as there are titles including the phrase
  • configurable "summoning key" (defaults to cmd/ctrl+;) which pulls up synthona from anywhere on your computer
  • many bug fixes and other updates

Full Changelog: v1.2.8...v1.2.9

v1.2.8

19 Apr 00:32

Choose a tag to compare

  • the project is now renamed to be called synthona again and from now on
  • brand new config page with new options and settings, to pave the way for future options and settings
  • added some starter themes to pave the way for future theming improvements
  • set any of your images or gifs as a a custom background for synthona
  • more search sorting options (sort by both ascending/descending, and by created date, access date, and recently accessed)
  • the overall app is now faster on many pages
  • links are no longer automatically bidirectional, to become bidirectional they must be connected from both directions. there is also a new - option in the new config page to choose between "bidirectional" and "unidirectional" modes
  • added a random button to help with inspiration and getting over stale content
  • made search bar visible on text editor page in expanded mode
  • general improvements to the layouts and styling throughout the application
  • improved how missing files are handled, more to come on this in the future
  • added ability to clear broken image previews by leaving the field blank and saving
  • removed unnecessary 'hide from search' and 'hide node' options
  • importer now looks for existing file in your system to reference in order to avoid creating duplicates
  • new full width mode for the note editor
  • more nodes are now displayed on the page at once in explore mode
  • fixed sorting bug in association browser where nodes were not always sorted by recency
  • new settings for image sizing and image display size
  • help page has been moved to github so it will be easier to maintain and improve between releases
  • various other tweaks and tuning improvements

v1.2.7

17 Apr 00:26

Choose a tag to compare

  • henceforth, I'd like to start archiving releases using this github feature
  • 1.2.7 is the current live version which is about to be replaced by the forthcoming version 1.2.8
  • archiving 1.2.7 here to start us off
  • this is all with the intent of archiving all releases from now on to be accessible to folks moving forwards
  • previous versions are still available here for 1.2.6 and here for earlier builds for those looking to go into the archives