Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
description: "A fast, native SQL client built with Go, Wails and React." # The application description
copyright: "(c) 2026, Bare7a" # Copyright text
comments: "A fast, native SQL client built with Go, Wails and React." # Comments
version: "1.4.4" # The application version
version: "1.4.5" # The application version
# cfBundleIconName: "appicon" # The macOS icon name in Assets.car icon bundles (optional)
# # Should match the name of your .icon file without the extension
# # If not set and Assets.car exists, defaults to "appicon"
Expand Down
4 changes: 2 additions & 2 deletions build/darwin/Info.dev.plist
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.4</string>
<string>1.4.5</string>
<key>CFBundleVersion</key>
<string>1.4.4</string>
<string>1.4.5</string>
<key>LSMinimumSystemVersion</key>
<string>12.0.0</string>
<key>NSAppTransportSecurity</key>
Expand Down
4 changes: 2 additions & 2 deletions build/darwin/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.4</string>
<string>1.4.5</string>
<key>CFBundleVersion</key>
<string>1.4.4</string>
<string>1.4.5</string>
<key>LSMinimumSystemVersion</key>
<string>12.0.0</string>
<key>NSHighResolutionCapable</key>
Expand Down
4 changes: 2 additions & 2 deletions build/ios/Info.dev.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.4-dev</string>
<string>1.4.5-dev</string>
<key>CFBundleVersion</key>
<string>1.4.4</string>
<string>1.4.5</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions build/ios/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.4</string>
<string>1.4.5</string>
<key>CFBundleVersion</key>
<string>1.4.4</string>
<string>1.4.5</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion build/linux/nfpm/nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: "XenSQL"
arch: ${GOARCH}
platform: "linux"
version: "1.4.4"
version: "1.4.5"
section: "default"
priority: "extra"
maintainer: ${GIT_COMMITTER_NAME} <${GIT_COMMITTER_EMAIL}>
Expand Down
4 changes: 2 additions & 2 deletions build/windows/info.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"fixed": {
"file_version": "1.4.4"
"file_version": "1.4.5"
},
"info": {
"0000": {
"ProductVersion": "1.4.4",
"ProductVersion": "1.4.5",
"CompanyName": "Bare7a",
"FileDescription": "A fast, native SQL client built with Go, Wails and React.",
"LegalCopyright": "(c) 2026, Bare7a",
Expand Down
2 changes: 1 addition & 1 deletion build/windows/nsis/wails_tools.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
!define INFO_PRODUCTNAME "XenSQL"
!endif
!ifndef INFO_PRODUCTVERSION
!define INFO_PRODUCTVERSION "1.4.4"
!define INFO_PRODUCTVERSION "1.4.5"
!endif
!ifndef INFO_COPYRIGHT
!define INFO_COPYRIGHT "(c) 2026, Bare7a"
Expand Down
2 changes: 1 addition & 1 deletion build/windows/wails.exe.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity type="win32" name="eu.bare7a.xensql" version="1.4.4" processorArchitecture="*"/>
<assemblyIdentity type="win32" name="eu.bare7a.xensql" version="1.4.5" processorArchitecture="*"/>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xensql-frontend",
"private": true,
"version": "1.4.4",
"version": "1.4.5",
"homepage": "https://xensql.bare7a.eu",
"type": "module",
"scripts": {
Expand Down
7 changes: 1 addition & 6 deletions frontend/src/features/editor/lib/monacoSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
import { loader } from '@monaco-editor/react';
import * as monaco from 'monaco-editor/editor/editor.api';
import 'monaco-editor/editor/contrib/suggest/browser/suggestController'; // autocomplete widget
import 'monaco-editor/features/hover/register'; // SQL hover provider UI
import 'monaco-editor/features/find/register'; // Find / Find & Replace (context menu)
import 'monaco-editor/features/folding/register'; // JSON / cell viewer folding
import 'monaco-editor/features/clipboard/register'; // cut/copy action ids (context + native Edit menu)
import 'monaco-editor/features/wordOperations/register'; // Ctrl/Alt+arrow word jump + word delete
import 'monaco-editor/features/multicursor/register'; // Ctrl/Cmd+D select next match
import 'monaco-editor/features/register.all'; // all features (hover, find, folding, clipboard, wordOperations, multicursor, etc.)
import { remeasureMonacoFonts } from '@/features/editor/lib/monacoFontMetrics';
import 'monaco-editor/languages/features/json/register'; // RowJsonViewer + cell JSON (worker)
import 'monaco-editor/languages/definitions/sql/register'; // SQL highlighting
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/shared/lib/appInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface AppInfo {
/** Fallback when Go binding is unavailable (dev in browser). */
export const DEFAULT_APP_INFO: AppInfo = {
name: 'XenSQL',
version: '1.4.4',
version: '1.4.5',
author: 'Bare7a',
email: 'bare7a@gmail.com',
website: 'https://xensql.bare7a.eu',
Expand Down
2 changes: 1 addition & 1 deletion internal/app/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package app
// Version is the source of truth for the application version.
// In order to update it use the following command:
// go run ./cmd/bump-version [-major, -minor, -patch, 1.2.0]
const Version = "1.4.4"
const Version = "1.4.5"
Loading